JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-04-17T02:09:40.938Z||main|||||INFO|500||The following profiles are active: basic 2022-04-17T02:09:49.358Z||main|||||INFO|500||Starting service [Tomcat] 2022-04-17T02:09:49.359Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-04-17T02:09:49.443Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-04-17T02:09:51.523Z||main|||||INFO|500||catdb-pool - Starting... 2022-04-17T02:09:51.816Z||main|||||INFO|500||catdb-pool - Start completed. 2022-04-17T02:09:52.195Z||main|||||INFO|500||reqdb-pool - Starting... 2022-04-17T02:09:52.201Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-04-17T02:09:52.283Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-04-17T02:09:52.406Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-04-17T02:09:52.782Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-04-17T02:09:53.557Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-17T02:09:55.532Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-17T02:09:55.578Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-04-17T02:09:56.054Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-17T02:09:56.279Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-04-17T02:09:57.302Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-17T02:09:58.179Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-04-17T02:09:58.195Z||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$$9365e490.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-04-17T02:09:58.196Z||main|||||WARN|500||The sdc end point is not alive 2022-04-17T02:10:00.885Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-04-17T02:10:03.516Z||main|||||WARN|500||--- 2022-04-17T02:10:03.517Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-04-17T02:10:03.517Z||main|||||WARN|500||--- 2022-04-17T02:10:04.010Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-04-17T02:10:08.244Z||main|||||INFO|500||Started Application in 31.367 seconds (JVM running for 32.568) 2022-04-17T02:10:08.256Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-04-17T02:10:08.258Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-04-17T02:10:08.267Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-04-17T02:10:08.293Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-04-17T02:10:08.409Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93486354-0ca8-45d6-bcbb-d1beb9abc6e8 url= /sdc/v1/artifactTypes 2022-04-17T02:10:08.410Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-04-17T02:10:08.671Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-04-17T02:10:08.695Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-04-17T02:10:08.718Z||scheduling-1|||||DEBUG|500||create keys 2022-04-17T02:10:08.725Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-04-17T02:10:08.906Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:10:08.922Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1eb583dc-a537-4608-9b66-79e0e8c4ffba url= /sdc/v1/registerForDistribution 2022-04-17T02:10:09.091Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1eb583dc-a537-4608-9b66-79e0e8c4ffba url= /sdc/v1/registerForDistribution 2022-04-17T02:10:09.091Z||scheduling-1|||||INFO|500||start DistributionClient 2022-04-17T02:10:09.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:10:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:10:09.105Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:10:09.105Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:10:09.105Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:10:09.106Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:10:09.105Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-04-17T02:10:19.704Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:10:19.706Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:11:09.098Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:11:09.099Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:11:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:11:09.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:11:09.101Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:11:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:11:18.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:11:18.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:12:09.098Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:12:09.099Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:12:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:12:09.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:12:09.101Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:12:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:12:18.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:12:18.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:13:09.098Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:13:09.099Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:13:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:13:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:13:09.101Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:13:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:13:18.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:13:18.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:14:09.099Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:14:09.100Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:14:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:14:09.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:14:09.103Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:14:09.103Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:14:18.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:14:18.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:15:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:15:09.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:15:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:15:09.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:15:09.100Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:15:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:15:18.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:15:18.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:16:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:16:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:16:09.101Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:16:09.102Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:16:09.101Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:16:09.102Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:16:18.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:16:18.647Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:17:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:17:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:17:09.100Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:17:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:17:09.102Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:17:09.102Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:17:18.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:17:18.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:18:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:18:09.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:18:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:18:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:18:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:18:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:18:18.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:18:18.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:19:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:19:09.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:19:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:19:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:19:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:19:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:19:18.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:19:18.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:19:47.456Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-17T02:20:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:20:09.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:20:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:20:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:20:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:20:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:20:18.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:20:18.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:21:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:21:09.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:21:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:21:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:21:09.101Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:21:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:21:18.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:21:18.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:22:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:22:09.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:22:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:22:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:22:09.101Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:22:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:22:18.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:22:18.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:23:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:23:09.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:23:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:23:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:23:09.101Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:23:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:23:18.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:23:18.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:24:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:24:09.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:24:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:24:09.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:24:09.100Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:24:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:24:18.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:24:18.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:25:09.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:25:09.099Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:25:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:25:09.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:25:09.100Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:25:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:25:18.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:25:18.644Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:26:09.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:26:09.099Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:26:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:26:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:26:09.101Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:26:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:26:18.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:26:18.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:27:09.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:27:09.099Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:27:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:27:09.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:27:09.100Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:27:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:27:18.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:27:18.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:28:09.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:28:09.099Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:28:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:28:09.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:28:09.100Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:28:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:28:18.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:28:18.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:29:09.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:29:09.099Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:29:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:29:09.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:29:09.100Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:29:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:29:18.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:29:18.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:30:09.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:30:09.099Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:30:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:30:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:30:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:30:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:30:18.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:30:18.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:31:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:31:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:31:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:31:09.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:31:09.101Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:31:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:31:18.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:31:18.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:32:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:32:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:32:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:32:09.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:32:09.100Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:32:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:32:18.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:32:18.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:33:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:33:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:33:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:33:09.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:33:09.100Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:33:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:33:18.644Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:33:18.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:34:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:34:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:34:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:34:09.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:34:09.100Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:34:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:34:18.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:34:18.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:35:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:35:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:35:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:35:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:35:09.101Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:35:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:35:18.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:35:18.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:36:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:36:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:36:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:36:09.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:36:09.100Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:36:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:36:18.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:36:18.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:37:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:37:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:37:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:37:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:37:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:37:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:37:18.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:37:18.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:38:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:38:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:38:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:38:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:38:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:38:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:38:18.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:38:18.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:39:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:39:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:39:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:39:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:39:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:39:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:39:18.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:39:18.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:40:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:40:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:40:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:40:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:40:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:40:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:40:18.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:40:18.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:41:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:41:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:41:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:41:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:41:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:41:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:41:18.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:41:18.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:42:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:42:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:42:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:42:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:42:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:42:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:42:18.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:42:18.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:43:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:43:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:43:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:43:09.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:43:09.100Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:43:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:43:18.662Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:43:18.662Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:44:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:44:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:44:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:44:09.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:44:09.100Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:44:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:44:18.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:44:18.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:45:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:45:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:45:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:45:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:45:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:45:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:45:18.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:45:18.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:46:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:46:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:46:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:46:09.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:46:09.100Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:46:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:46:18.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:46:18.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:47:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:47:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:47:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:47:09.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:47:09.100Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:47:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:47:18.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:47:18.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:48:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:48:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:48:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:48:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:48:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:48:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:48:18.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:48:18.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:49:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:49:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:49:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:49:09.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:49:09.100Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:49:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:49:18.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:49:18.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:50:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:50:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:50:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:50:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:50:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:50:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:50:18.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:50:18.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:51:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:51:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:51:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:51:09.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:51:09.100Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:51:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:51:18.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:51:18.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:52:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:52:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:52:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:52:09.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:52:09.100Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:52:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:52:18.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:52:18.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:53:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:53:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:53:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:53:09.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:53:09.100Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:53:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:53:18.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:53:18.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:54:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:54:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:54:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:54:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:54:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:54:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:54:18.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:54:18.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:55:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:55:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:55:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:55:09.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:55:09.100Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:55:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:55:18.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:55:18.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:56:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:56:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:56:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:56:09.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:56:09.100Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:56:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:56:18.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:56:18.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:57:09.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:57:09.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:57:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:57:09.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:57:09.100Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:57:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:57:18.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:57:18.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:58:09.098Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:58:09.099Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:58:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:58:09.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:58:09.101Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:58:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:58:18.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:58:18.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:59:09.098Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:59:09.099Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:59:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:59:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T02:59:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T02:59:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T02:59:18.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T02:59:18.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:00:09.098Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:00:09.099Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:00:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:00:09.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:00:09.100Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:00:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:00:18.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:00:18.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:01:09.098Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:01:09.099Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:01:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:01:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:01:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:01:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:01:18.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:01:18.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:02:09.098Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:02:09.099Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:02:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:02:09.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:02:09.100Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:02:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:02:18.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:02:18.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:03:09.098Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:03:09.099Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:03:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:03:09.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:03:09.100Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:03:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:03:18.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:03:18.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:04:09.098Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:04:09.099Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:04:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:04:09.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:04:09.100Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:04:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:04:18.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:04:18.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:05:09.098Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:05:09.099Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:05:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:05:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:05:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:05:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:05:18.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:05:18.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:06:09.098Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:06:09.099Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:06:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:06:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:06:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:06:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:06:18.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:06:18.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:07:09.098Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:07:09.099Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:07:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:07:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:07:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:07:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:07:18.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:07:18.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:08:09.098Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:08:09.099Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:08:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:08:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:08:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:08:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:08:18.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:08:18.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:09:09.098Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:09:09.099Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:09:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:09:09.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:09:09.100Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:09:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:09:18.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:09:18.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:10:09.098Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:10:09.099Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:10:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:10:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:10:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:10:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:10:18.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:10:18.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:09.098Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:11:09.099Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:11:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:11:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:11:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:11:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:11:09.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:09.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"498fdb4c-fdfe-49a3-929c-e5f72fddaa00","serviceName":"vFW 2022-04-17 03-07-54","serviceVersion":"1.0","serviceUUID":"c0293aee-f9e7-40ab-b096-34fc8c6666fd","serviceDescription":"catalog service description","serviceInvariantUUID":"06a80d43-dfb9-4e0d-a13e-c59af66e7250","resources":[{"resourceInstanceName":"vFW 1dff5600-d57e 0","resourceName":"vFW 1dff5600-d57e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"213aec71-6e7c-422e-b024-28258821e676","resourceInvariantUUID":"66199e73-38dc-4810-9009-501ab4b2f4a2","resourceCustomizationUUID":"ba907cdb-fae8-4592-862d-4b69a8f1abbb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vf-license-model.xml","artifactChecksum":"ODQ0YmFhMDU4Nzk2NDhhMzljNDFhYmYwNjRiZjg3NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02a20d57-6e01-43e4-8d17-420914e3cb4f","artifactVersion":"1"},{"artifactName":"vfw1dff5600d57e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vfw1dff5600d57e0_modules.json","artifactChecksum":"ODc3NmU4MDU4YWU3NWVhMjIwODU3ZWEwYzkyYTNmNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"258d41da-e8c3-4b03-b8a3-c3ac2730c3ab","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1144bb32-5042-41a2-bcd4-5f8c00a83882","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vendor-license-model.xml","artifactChecksum":"MmZkNWFmN2RlMDg5Y2IzNTI1ZGM0MTk0YzFhYzBmNjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"97551aaf-c5f9-49f7-bb1e-07cde4d3788d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6fbb145-f8d6-4ee6-af06-03a3a636f79b","artifactVersion":"2","generatedFromUUID":"1144bb32-5042-41a2-bcd4-5f8c00a83882"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417030754-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-template.yml","artifactChecksum":"OTEzNGI2ZDY0ZDBiMTQwOTE5M2M1YjNkMzZlNWE5YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7355ab03-8b6f-4511-abd4-6b5fe1ea2070","artifactVersion":"1"},{"artifactName":"service-Vfw20220417030754-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar","artifactChecksum":"YTlkYmIzOTQ2NWU0MGRlNjE1YTcxOWUyZGQ1YmY0YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ccfd3130-1af0-47f6-87f8-7a483fcdda13","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:11:09.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:09.731Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:11:09.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165026878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.735Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:11:09.742Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:11:09.743Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "ves-openapi-manager", "timestamp": 1650165019896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "multicloud-k8s-id", "timestamp": 1650165027398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165026878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vfw1dff5600d57e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "ves-openapi-manager", "timestamp": 1650165019896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vfw1dff5600d57e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "multicloud-k8s-id", "timestamp": 1650165027398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vfw1dff5600d57e0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:11:09.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165026878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "ves-openapi-manager", "timestamp": 1650165019896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "multicloud-k8s-id", "timestamp": 1650165027398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:11:09.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "cds", "timestamp": 1650165030817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "multicloud-k8s-id", "timestamp": 1650165027398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165026878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "ves-openapi-manager", "timestamp": 1650165019896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "cds", "timestamp": 1650165030817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vfw1dff5600d57e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "ves-openapi-manager", "timestamp": 1650165019896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165026878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "multicloud-k8s-id", "timestamp": 1650165027398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:11:09.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "cds", "timestamp": 1650165030817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "ves-openapi-manager", "timestamp": 1650165019896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "multicloud-k8s-id", "timestamp": 1650165027398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165026878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "cds", "timestamp": 1650165030817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "ves-openapi-manager", "timestamp": 1650165019896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165026878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:11:09.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "multicloud-k8s-id", "timestamp": 1650165027398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:11:09.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "cds", "timestamp": 1650165030817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "aai-ml", "timestamp": 1650165034867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "multicloud-k8s-id", "timestamp": 1650165035890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vfw1dff5600d57e0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:11:09.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:11:09.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165035910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:11:09.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:11:09.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "cds", "timestamp": 1650165030817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "aai-ml", "timestamp": 1650165034867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vfw1dff5600d57e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "multicloud-k8s-id", "timestamp": 1650165037104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:11:09.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:11:09.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "cds", "timestamp": 1650165030817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:11:09.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "aai-ml", "timestamp": 1650165034867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "multicloud-k8s-id", "timestamp": 1650165038503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:11:09.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:11:09.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "aai-ml", "timestamp": 1650165034867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "cds", "timestamp": 1650165039015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:11:09.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:11:09.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "aai-ml", "timestamp": 1650165034867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:09.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:11:09.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:11:09.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "multicloud-k8s-id", "timestamp": 1650165039596, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:11:09.829Z||pool-2-thread-1|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@647f7514 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3073) 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.$Proxy216.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-04-17T03:11:09.831Z||pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:11:09.832Z||pool-2-thread-1|||||ERROR|500||(conn=3073) WSREP has not yet prepared node for application use 2022-04-17T03:11:09.833Z||pool-2-thread-1|||||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.$Proxy216.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=3073) 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-04-17T03:11:09.834Z||pool-2-thread-1|||||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.$Proxy216.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=3073) 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-04-17T03:11:09.841Z||pool-2-thread-1|||||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-04-17T03:11:09.841Z||pool-2-thread-1|||||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.$Proxy216.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.$Proxy144.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-04-17T03:11:09.843Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-17T03:11:09.845Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:11:09.845Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:11:09.858Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:09.859Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:11:10.747Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:11:10.747Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:11:10.748Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:11:10.749Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vfw1dff5600d57e0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:11:10.849Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:11:10.850Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:11:10.850Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:11:10.864Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:10.864Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:11:11.749Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:11:11.750Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:11:11.752Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:11:11.752Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:11:11.852Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:11:11.853Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:11:11.853Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:11:11.869Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:11.869Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:11:12.753Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:11:12.753Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:11:12.755Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:11:12.755Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:12.855Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:11:12.856Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:11:12.857Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:11:12.870Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:12.870Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:11:13.756Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:11:13.757Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:11:13.759Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:11:13.759Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:11:13.859Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:11:13.859Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:11:13.860Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:11:13.875Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:13.876Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:11:14.759Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:11:14.760Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:11:14.761Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:11:14.762Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:11:14.862Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:11:14.862Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:11:14.863Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:11:14.878Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:14.878Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:11:15.762Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:11:15.763Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:11:15.764Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:11:15.764Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:11:15.865Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:11:15.865Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:11:15.866Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:11:15.879Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:15.880Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:11:16.766Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "serviceName": "vFW 2022-04-17 03-07-54", "serviceVersion": "1.0", "serviceUUID": "c0293aee-f9e7-40ab-b096-34fc8c6666fd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "06a80d43-dfb9-4e0d-a13e-c59af66e7250", "resources": [ { "resourceInstanceName": "vFW 1dff5600-d57e 0", "resourceCustomizationUUID": "ba907cdb-fae8-4592-862d-4b69a8f1abbb", "resourceName": "vFW 1dff5600-d57e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "213aec71-6e7c-422e-b024-28258821e676", "resourceInvariantUUID": "66199e73-38dc-4810-9009-501ab4b2f4a2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw1dff5600d57e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vfw1dff5600d57e0_modules.json", "artifactChecksum": "ODc3NmU4MDU4YWU3NWVhMjIwODU3ZWEwYzkyYTNmNTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "258d41da-e8c3-4b03-b8a3-c3ac2730c3ab", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1144bb32-5042-41a2-bcd4-5f8c00a83882", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f6fbb145-f8d6-4ee6-af06-03a3a636f79b", "generatedFromUUID": "1144bb32-5042-41a2-bcd4-5f8c00a83882" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f6fbb145-f8d6-4ee6-af06-03a3a636f79b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220417030754-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar", "artifactChecksum": "YTlkYmIzOTQ2NWU0MGRlNjE1YTcxOWUyZGQ1YmY0YjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ccfd3130-1af0-47f6-87f8-7a483fcdda13" } ], "workloadContext": "Production" } 2022-04-17T03:11:16.767Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:11:16.767Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c0293aee-f9e7-40ab-b096-34fc8c6666fd ASDC 2022-04-17T03:11:16.858Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:498fdb4c-fdfe-49a3-929c-e5f72fddaa00 ServiceName:vFW 2022-04-17 03-07-54 ServiceVersion:1.0 ServiceUUID:c0293aee-f9e7-40ab-b096-34fc8c6666fd ServiceInvariantUUID:06a80d43-dfb9-4e0d-a13e-c59af66e7250 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220417030754-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar ArtifactUUID:ccfd3130-1af0-47f6-87f8-7a483fcdda13 ArtifactChecksum:YTlkYmIzOTQ2NWU0MGRlNjE1YTcxOWUyZGQ1YmY0YjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 1dff5600-d57e 0 ResourceCustomizationUUID:ba907cdb-fae8-4592-862d-4b69a8f1abbb ResourceInvariantUUID:66199e73-38dc-4810-9009-501ab4b2f4a2 ResourceName:vFW 1dff5600-d57e ResourceType:VF ResourceUUID:213aec71-6e7c-422e-b024-28258821e676 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw1dff5600d57e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vfw1dff5600d57e0_modules.json ArtifactUUID:258d41da-e8c3-4b03-b8a3-c3ac2730c3ab ArtifactChecksum:ODc3NmU4MDU4YWU3NWVhMjIwODU3ZWEwYzkyYTNmNTA= 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/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.yaml ArtifactUUID:1144bb32-5042-41a2-bcd4-5f8c00a83882 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/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env ArtifactUUID:f6fbb145-f8d6-4ee6-af06-03a3a636f79b 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/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env ArtifactUUID:f6fbb145-f8d6-4ee6-af06-03a3a636f79b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:11:16.858Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0293aee-f9e7-40ab-b096-34fc8c6666fd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:11:17.257Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:11:17.258Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-17T03:11:17.259Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-17T03:11:17.259Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ccfd3130-1af0-47f6-87f8-7a483fcdda13 from URL: /sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar 2022-04-17T03:11:17.259Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-17T03:11:17.260Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar 2022-04-17T03:11:17.519Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-17T03:11:17.534Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar ccfd3130-1af0-47f6-87f8-7a483fcdda13 98947 2022-04-17T03:11:17.535Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar ASDC sendASDCNotification 2022-04-17T03:11:17.536Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar 2022-04-17T03:11:17.536Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:11:17.537Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:11:17.538Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:11:17.538Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165077535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:11:17.639Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:11:17.639Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:11:17.639Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:11:17.654Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:17.654Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:11:18.539Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:11:18.540Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-17T03:11:18.540Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ccfd3130-1af0-47f6-87f8-7a483fcdda13, URL: /sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar to file: /app/ASDC/1/service-Vfw20220417030754-csar.csar 2022-04-17T03:11:18.540Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417030754-csar.csar 2022-04-17T03:11:18.594Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417030754-csar.csar 2022-04-17T03:11:18.594Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417030754-csar.csar 2022-04-17T03:11:19.255Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14332534146169161283/Definitions/service-Vfw20220417030754-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-04-17T03:11:21.607Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:11:21.611Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.612Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1dff5600-d57e 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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.613Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.613Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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-Vfw20220417030754-csar.csar 2022-04-17T03:11:21.613Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-17T03:11:21.618Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.619Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-07-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:11:21.622Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vFW 1dff5600-d57e 0 is matching search criteria 2022-04-17T03:11:21.622Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-17T03:11:21.623Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1dff5600-d57e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:11:21.624Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.624Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-07-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:11:21.624Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vFW 1dff5600-d57e 0 is matching search criteria 2022-04-17T03:11:21.624Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-17T03:11:21.625Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1dff5600-d57e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:11:21.625Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.625Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-07-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:11:21.628Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.628Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vFW 1dff5600-d57e 0 is not matching search criteria 2022-04-17T03:11:21.628Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:11:21.628Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:11:21.628Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:11:21.628Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.628Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-17T03:11:21.629Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.630Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-07-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:11:21.630Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.630Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vFW 1dff5600-d57e 0 is matching search criteria 2022-04-17T03:11:21.630Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1dff5600-d57e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:11:21.631Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.631Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vFW 1dff5600-d57e 0 is matching search criteria 2022-04-17T03:11:21.631Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1dff5600-d57e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:11:21.631Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.631Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vFW 1dff5600-d57e 0 is matching search criteria 2022-04-17T03:11:21.631Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1dff5600-d57e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:11:21.631Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vFW 1dff5600-d57e 0 is not matching search criteria 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:11:21.632Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=46dcb0e3-4c1c-4c59-a6d9-fbb25f572be8 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vFW 1dff5600-d57e 0 is not matching search criteria 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:11:21.633Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:11:21.634Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:11:21.634Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.634Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9687795c-66ba-48cd-b344-806088af419f 2022-04-17T03:11:21.637Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.637Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vFW 1dff5600-d57e 0 is not matching search criteria 2022-04-17T03:11:21.637Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:11:21.638Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:11:21.638Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:11:21.638Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.638Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:11:21.638Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.638Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:11:21.639Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:11:21.639Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:11:21.639Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:11:21.639Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:11:21.639Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-17T03:11:21.639Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34f0a9fe-1623-4ec8-9c1c-bc9c523706f7 2022-04-17T03:11:21.640Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.640Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-07-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:11:21.640Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.640Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-07-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:11:21.640Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.641Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-07-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:11:21.641Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:11:21.641Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-07-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:11:21.641Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-17 03-07-54 Description:catalog service description Model UUID:c0293aee-f9e7-40ab-b096-34fc8c6666fd Model Version:NULL Model InvariantUuid:06a80d43-dfb9-4e0d-a13e-c59af66e7250 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 1dff5600-d57e Model UUID:c4bda671-28f1-445b-b117-0badded495e9 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:66199e73-38dc-4810-9009-501ab4b2f4a2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ba907cdb-fae8-4592-862d-4b69a8f1abbb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2c57617d-64fc-4490-99b0-ffea8b178653 ModelName:Vfw1dff5600D57e..base_vfw..module-0 ModelUuid:3546a19e-7dd4-4349-8dd5-b1e75672a43d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:46dcb0e3-4c1c-4c59-a6d9-fbb25f572be8 ModelInvariantUuid:6429743b-3e3a-46c7-a33e-61e5dbf13fb8 ModelName:vFW 1dff5600-d57e-nodes.vfwCvfc ModelUuid:8ec378cf-e2d7-45de-8250-0a55ac981d57 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:99d70153-5a80-46b6-99e4-52c4c6091832 ModelInvariantUuid:c0438fac-7798-40dd-91a0-e00dbae13f26 ModelName:Vfw1dff5600D57e.compute.nodes.heat.vfw ModelUuid:6e3c20c7-40a8-47a5-b80b-fdfa3e30c437 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9687795c-66ba-48cd-b344-806088af419f ModelInvariantUuid:45a2712c-8b26-44ab-a99f-aa73079f6942 ModelName:vFW 1dff5600-d57e-nodes.vsnCvfc ModelUuid:880e3f8c-ef42-48d3-8f87-31a03761fcd0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0a85880d-c100-4a0e-bae4-e86fff334f50 ModelInvariantUuid:2044ef79-9c00-4324-90ec-4f1075abb1fe ModelName:Vfw1dff5600D57e.compute.nodes.heat.vsn ModelUuid:38cb11ba-77ea-4a9a-b4f2-5ce0e30066bc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:34f0a9fe-1623-4ec8-9c1c-bc9c523706f7 ModelInvariantUuid:7923df8d-4ca3-4917-8dae-0bf51bce0e72 ModelName:vFW 1dff5600-d57e-nodes.vpgCvfc ModelUuid:71b98080-836c-4cbc-bff7-e6c42178e824 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:3fa4617f-1ce4-4bd3-8c13-c9b80e0967f6 ModelInvariantUuid:df6eb6e6-bf5a-4b47-85d8-83ecf6fb8db0 ModelName:Vfw1dff5600D57e.compute.nodes.heat.vpg ModelUuid:c1630b0a-7589-44ed-b676-7214885f707d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:11:21.647Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@35ff2399 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3079) 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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 75 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) ... 76 common frames omitted 2022-04-17T03:11:21.649Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:11:21.649Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||ERROR|500||(conn=3079) WSREP has not yet prepared node for application use 2022-04-17T03:11:21.650Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=3079) 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) ... 70 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) ... 75 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) ... 76 common frames omitted 2022-04-17T03:11:21.651Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 49 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3079) 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) ... 70 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) ... 75 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) ... 76 common frames omitted 2022-04-17T03:11:21.655Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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.$Proxy144.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) ... 33 common frames omitted 2022-04-17T03:11:21.656Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 498fdb4c-fdfe-49a3-929c-e5f72fddaa00 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:11:22.209Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 498fdb4c-fdfe-49a3-929c-e5f72fddaa00 and serviceModelVersionId: c0293aee-f9e7-40ab-b096-34fc8c6666fd 2022-04-17T03:11:22.209Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06a80d43-dfb9-4e0d-a13e-c59af66e7250 2022-04-17T03:11:34.043Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06a80d43-dfb9-4e0d-a13e-c59af66e7250/model-vers/model-ver/c0293aee-f9e7-40ab-b096-34fc8c6666fd?depth=0 2022-04-17T03:11:34.132Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:11:34.539Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a80d43-dfb9-4e0d-a13e-c59af66e7250/model-vers/model-ver/c0293aee-f9e7-40ab-b096-34fc8c6666fd?depth=0|INFO|500||Invoke 2022-04-17T03:11:34.545Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a80d43-dfb9-4e0d-a13e-c59af66e7250/model-vers/model-ver/c0293aee-f9e7-40ab-b096-34fc8c6666fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a80d43-dfb9-4e0d-a13e-c59af66e7250/model-vers/model-ver/c0293aee-f9e7-40ab-b096-34fc8c6666fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[498fdb4c-fdfe-49a3-929c-e5f72fddaa00], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[329dd846-97bf-48d9-b573-84635638f1fa], X-ECOMP-RequestID=[498fdb4c-fdfe-49a3-929c-e5f72fddaa00], X-TransactionId=[], X-ONAP-RequestID=[498fdb4c-fdfe-49a3-929c-e5f72fddaa00], Content-Type=[application/merge-patch+json]} 2022-04-17T03:11:34.685Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a80d43-dfb9-4e0d-a13e-c59af66e7250/model-vers/model-ver/c0293aee-f9e7-40ab-b096-34fc8c6666fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-04-17T03:11:35.122Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a80d43-dfb9-4e0d-a13e-c59af66e7250/model-vers/model-ver/c0293aee-f9e7-40ab-b096-34fc8c6666fd?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/06a80d43-dfb9-4e0d-a13e-c59af66e7250/model-vers/model-ver/c0293aee-f9e7-40ab-b096-34fc8c6666fd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-03:11:34:697-86285], vertex-id=[217176], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:11:34 GMT], Content-Type=[application/json]} 2022-04-17T03:11:35.124Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a80d43-dfb9-4e0d-a13e-c59af66e7250/model-vers/model-ver/c0293aee-f9e7-40ab-b096-34fc8c6666fd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:11:35.125Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a80d43-dfb9-4e0d-a13e-c59af66e7250/model-vers/model-ver/c0293aee-f9e7-40ab-b096-34fc8c6666fd?depth=0|INFO|500||InvokeReturn 2022-04-17T03:11:35.128Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:11:35.129Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR 2022-04-17T03:11:35.137Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 498fdb4c-fdfe-49a3-929c-e5f72fddaa00 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-04-17T03:11:35.138Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:11:35.139Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:11:35.141Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:11:35.141Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165095137, "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-04-17T03:11:35.241Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:11:35.243Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:11:35.243Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:11:35.258Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:11:35.258Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:12:09.098Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:12:09.099Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:12:09.099Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:12:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:12:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:12:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:12:09.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:12:09.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:12:09.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:12:09.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:12:18.645Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:09.098Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:13:09.099Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:13:09.099Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:13:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:13:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:13:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:13:09.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:09.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:13:09.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vfw1dff5600d57e0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:13:09.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:13:09.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:13:09.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:13:09.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:13:09.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:13:09.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:13:09.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:13:09.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:13:09.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/resourceInstances/vfw1dff5600d57e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:13:09.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:13:09.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:13:09.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:13:09.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:13:09.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:13:09.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165069098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:13:09.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:13:09.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:13:09.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165077535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417030754/1.0/artifacts/service-Vfw20220417030754-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:13:09.630Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:13:09.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:13:09.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "498fdb4c-fdfe-49a3-929c-e5f72fddaa00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165095137, "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-04-17T03:13:09.631Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:13:10.418Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:10.419Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:13:10.419Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8840add-d431-44b7-bdad-76c94b02b6e4","serviceName":"basic_onboard_uQEEtm","serviceVersion":"1.0","serviceUUID":"b573aee6-7d3f-4a2e-b763-6f8dc5671968","serviceDescription":"service","serviceInvariantUUID":"46ec0335-c9fe-4852-87e3-d75c49759d2e","resources":[{"resourceInstanceName":"basic_onboard_uQEEtm 0","resourceName":"basic_onboard_uQEEtm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e526b9aa-fa14-4932-9759-11cc7d475951","resourceInvariantUUID":"09b70870-3db1-4a4e-8db4-ed42336c35b6","resourceCustomizationUUID":"e239734f-54f1-4dde-a843-2054bf856d20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vf-license-model.xml","artifactChecksum":"MDRkNWEyYzVhZDRkNWZlMjIzZDA4ODFlNWMxOGVhOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd6bb986-3fc7-4bcf-bf5b-2f5de3a0edc2","artifactVersion":"1"},{"artifactName":"basic_onboard_uqeetm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json","artifactChecksum":"MDFjODVlZmQzMTQ2NmI3MmMyNzZjN2RmNmQ0M2ZmNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c9bc5867-55e0-444c-af4c-1abf5cd4aedb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fc3edec1-67c8-43ff-91a8-1b75f612d0e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f75c88c-9b17-4042-bdf9-8080ec4b89a6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8ef0431e-916d-4abf-9642-1ce00331d8b2","artifactVersion":"2","generatedFromUUID":"fc3edec1-67c8-43ff-91a8-1b75f612d0e1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUqeetm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-template.yml","artifactChecksum":"ODAwYjlkZDhmZTRjZGI1ZjczMmNjMjg3NDk1NTM2ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1d0badb-370e-47c4-b59a-72c70e8ca756","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUqeetm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar","artifactChecksum":"YTBiNTMzZTQ4NjcwYzM0MzYxMmM0ZmJkNzJhMWYwZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"602065c0-c752-49aa-bbcb-9912d7350f08","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:13:10.422Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:13:10.422Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:13:10.424Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:13:10.424Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:13:10.524Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:13:10.525Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:13:10.525Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:13:10.775Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:10.776Z||pool-12-thread-1|||||INFO|500||cambria reply ok (252 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:13:11.424Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:13:11.425Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:13:11.427Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:13:11.427Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:13:11.527Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:13:11.528Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:13:11.528Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:13:11.540Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:11.541Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:13:12.428Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:13:12.428Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:13:12.430Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:13:12.430Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-17T03:13:12.530Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:13:12.531Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:13:12.531Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:13:12.543Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:12.543Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:13:13.430Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:13:13.431Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:13:13.432Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:13:13.433Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:13:13.533Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:13:13.534Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:13:13.534Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:13:13.545Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:13.546Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:13:14.433Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:13:14.434Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:13:14.436Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:13:14.436Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-17T03:13:14.536Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-17T03:13:14.538Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:13:14.538Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:13:14.552Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:14.552Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:13:15.437Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:13:15.438Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:13:15.439Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:13:15.439Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:13:15.539Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:13:15.540Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:13:15.540Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:13:15.552Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:15.552Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:13:16.440Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:13:16.440Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:13:16.442Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:13:16.442Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:13:16.542Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:13:16.543Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:13:16.543Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:13:16.556Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:16.557Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:13:17.443Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "serviceName": "basic_onboard_uQEEtm", "serviceVersion": "1.0", "serviceUUID": "b573aee6-7d3f-4a2e-b763-6f8dc5671968", "serviceDescription": "service", "serviceInvariantUUID": "46ec0335-c9fe-4852-87e3-d75c49759d2e", "resources": [ { "resourceInstanceName": "basic_onboard_uQEEtm 0", "resourceCustomizationUUID": "e239734f-54f1-4dde-a843-2054bf856d20", "resourceName": "basic_onboard_uQEEtm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e526b9aa-fa14-4932-9759-11cc7d475951", "resourceInvariantUUID": "09b70870-3db1-4a4e-8db4-ed42336c35b6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_uqeetm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json", "artifactChecksum": "MDFjODVlZmQzMTQ2NmI3MmMyNzZjN2RmNmQ0M2ZmNTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c9bc5867-55e0-444c-af4c-1abf5cd4aedb", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fc3edec1-67c8-43ff-91a8-1b75f612d0e1", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8ef0431e-916d-4abf-9642-1ce00331d8b2", "generatedFromUUID": "fc3edec1-67c8-43ff-91a8-1b75f612d0e1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8ef0431e-916d-4abf-9642-1ce00331d8b2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardUqeetm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "artifactChecksum": "YTBiNTMzZTQ4NjcwYzM0MzYxMmM0ZmJkNzJhMWYwZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "602065c0-c752-49aa-bbcb-9912d7350f08" } ], "workloadContext": "Production" } 2022-04-17T03:13:17.443Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:13:17.444Z|498fdb4c-fdfe-49a3-929c-e5f72fddaa00|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b573aee6-7d3f-4a2e-b763-6f8dc5671968 ASDC 2022-04-17T03:13:17.444Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:d8840add-d431-44b7-bdad-76c94b02b6e4 ServiceName:basic_onboard_uQEEtm ServiceVersion:1.0 ServiceUUID:b573aee6-7d3f-4a2e-b763-6f8dc5671968 ServiceInvariantUUID:46ec0335-c9fe-4852-87e3-d75c49759d2e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardUqeetm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar ArtifactUUID:602065c0-c752-49aa-bbcb-9912d7350f08 ArtifactChecksum:YTBiNTMzZTQ4NjcwYzM0MzYxMmM0ZmJkNzJhMWYwZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_uQEEtm 0 ResourceCustomizationUUID:e239734f-54f1-4dde-a843-2054bf856d20 ResourceInvariantUUID:09b70870-3db1-4a4e-8db4-ed42336c35b6 ResourceName:basic_onboard_uQEEtm ResourceType:VF ResourceUUID:e526b9aa-fa14-4932-9759-11cc7d475951 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_uqeetm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json ArtifactUUID:c9bc5867-55e0-444c-af4c-1abf5cd4aedb ArtifactChecksum:MDFjODVlZmQzMTQ2NmI3MmMyNzZjN2RmNmQ0M2ZmNTU= 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/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.yaml ArtifactUUID:fc3edec1-67c8-43ff-91a8-1b75f612d0e1 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/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env ArtifactUUID:8ef0431e-916d-4abf-9642-1ce00331d8b2 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/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env ArtifactUUID:8ef0431e-916d-4abf-9642-1ce00331d8b2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:13:17.444Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b573aee6-7d3f-4a2e-b763-6f8dc5671968 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:13:18.225Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:13:18.225Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-17T03:13:18.226Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-17T03:13:18.226Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 602065c0-c752-49aa-bbcb-9912d7350f08 from URL: /sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:18.226Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-17T03:13:18.226Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:18.422Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-17T03:13:18.425Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar 602065c0-c752-49aa-bbcb-9912d7350f08 71567 2022-04-17T03:13:18.426Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar ASDC sendASDCNotification 2022-04-17T03:13:18.426Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:18.426Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:13:18.426Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:13:18.428Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:13:18.428Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165198426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:13:18.528Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:13:18.529Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:13:18.529Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:13:18.542Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:18.542Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:13:19.428Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:13:19.429Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-17T03:13:19.430Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 602065c0-c752-49aa-bbcb-9912d7350f08, URL: /sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar to file: /app/ASDC/1/service-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:19.430Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:19.430Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:19.430Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:19.544Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5480313570995760697/Definitions/service-BasicOnboardUqeetm-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-04-17T03:13:20.775Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:13:20.776Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-17T03:13:20.776Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:20.776Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-17T03:13:20.776Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_uQEEtm 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-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:20.776Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||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-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:20.776Z|d8840add-d431-44b7-bdad-76c94b02b6e4|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-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:20.776Z|d8840add-d431-44b7-bdad-76c94b02b6e4|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-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:20.777Z|d8840add-d431-44b7-bdad-76c94b02b6e4|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-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:20.777Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:20.777Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:20.777Z|d8840add-d431-44b7-bdad-76c94b02b6e4|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-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:20.777Z|d8840add-d431-44b7-bdad-76c94b02b6e4|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-BasicOnboardUqeetm-csar.csar 2022-04-17T03:13:20.777Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-17T03:13:20.777Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.778Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_uQEEtm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:13:20.778Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_uQEEtm 0 is matching search criteria 2022-04-17T03:13:20.778Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-17T03:13:20.778Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_uQEEtm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:13:20.779Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.779Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_uQEEtm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:13:20.779Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_uQEEtm 0 is matching search criteria 2022-04-17T03:13:20.779Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-17T03:13:20.779Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_uQEEtm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:13:20.779Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.780Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_uQEEtm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:13:20.780Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.780Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_uQEEtm 0 is not matching search criteria 2022-04-17T03:13:20.780Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-17T03:13:20.780Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-17T03:13:20.780Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-17T03:13:20.781Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-17T03:13:20.781Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-17T03:13:20.781Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.781Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_uQEEtm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:13:20.781Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.781Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_uQEEtm 0 is matching search criteria 2022-04-17T03:13:20.781Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_uQEEtm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:13:20.782Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.782Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_uQEEtm 0 is matching search criteria 2022-04-17T03:13:20.782Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_uQEEtm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:13:20.782Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.783Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_uQEEtm 0 is matching search criteria 2022-04-17T03:13:20.783Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_uQEEtm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:13:20.783Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.783Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_uQEEtm 0 is not matching search criteria 2022-04-17T03:13:20.783Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-17T03:13:20.783Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-17T03:13:20.784Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6093d3a8-db15-44f5-9f4a-25262708eefa 2022-04-17T03:13:20.784Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.784Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_uQEEtm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:13:20.784Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.784Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_uQEEtm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:13:20.784Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.785Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_uQEEtm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:13:20.785Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:13:20.785Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_uQEEtm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:13:20.785Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_uQEEtm Description:service Model UUID:b573aee6-7d3f-4a2e-b763-6f8dc5671968 Model Version:NULL Model InvariantUuid:46ec0335-c9fe-4852-87e3-d75c49759d2e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_uQEEtm Model UUID:7e5a59ed-eaf9-42fb-af72-6d2bcdecc6ab Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:09b70870-3db1-4a4e-8db4-ed42336c35b6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e239734f-54f1-4dde-a843-2054bf856d20 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:22aaca99-0fe7-41cb-96b0-f36da00d4663 ModelName:BasicOnboardUqeetm..base_ubuntu18..module-0 ModelUuid:a5c2e8fe-0558-4325-830f-b283dba76627 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6093d3a8-db15-44f5-9f4a-25262708eefa ModelInvariantUuid:61a33e94-7c06-4949-bad1-34dec726928f ModelName:basic_onboard_uQEEtm-nodes.ubuntu18Cvfc ModelUuid:22942888-decb-406f-a0bb-97199410b15d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c23948bd-3e18-41a2-bc2b-872c7fb72349 ModelInvariantUuid:fecab324-9f33-47c2-bebf-b56c14f928d5 ModelName:BasicOnboardUqeetm.compute.nodes.heat.ubuntu18 ModelUuid:8f02d4be-2896-4b73-951f-df2d7de6f2d2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:13:20.789Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@7e604f77 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3064) 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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 75 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) ... 76 common frames omitted 2022-04-17T03:13:20.790Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:13:20.790Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||ERROR|500||(conn=3064) WSREP has not yet prepared node for application use 2022-04-17T03:13:20.791Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=3064) 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) ... 70 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) ... 75 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) ... 76 common frames omitted 2022-04-17T03:13:20.792Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 49 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3064) 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) ... 70 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) ... 75 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) ... 76 common frames omitted 2022-04-17T03:13:20.793Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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.$Proxy144.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) ... 33 common frames omitted 2022-04-17T03:13:20.793Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8840add-d431-44b7-bdad-76c94b02b6e4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:13:21.214Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8840add-d431-44b7-bdad-76c94b02b6e4 and serviceModelVersionId: b573aee6-7d3f-4a2e-b763-6f8dc5671968 2022-04-17T03:13:21.214Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46ec0335-c9fe-4852-87e3-d75c49759d2e 2022-04-17T03:13:21.215Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968?depth=0 2022-04-17T03:13:21.218Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:13:21.255Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968?depth=0|INFO|500||Invoke 2022-04-17T03:13:21.255Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d8840add-d431-44b7-bdad-76c94b02b6e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b219c084-4f27-40d7-97d7-bd17673c73e4], X-ECOMP-RequestID=[d8840add-d431-44b7-bdad-76c94b02b6e4], X-TransactionId=[], X-ONAP-RequestID=[d8840add-d431-44b7-bdad-76c94b02b6e4], Content-Type=[application/merge-patch+json]} 2022-04-17T03:13:21.281Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-04-17T03:13:21.316Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968?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/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-03:13:21:290-29324], Content-Length=[495], Date=[Sun, 17 Apr 2022 03:13:21 GMT], Content-Type=[application/json]} 2022-04-17T03:13:21.318Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968","ERR.5.4.6114"]}}} 2022-04-17T03:13:21.318Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968?depth=0|INFO|404|Not Found|InvokeReturn 2022-04-17T03:13:21.336Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=d8840add-d431-44b7-bdad-76c94b02b6e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968) (ec=ERR.5.4.6114) 2022-04-17T03:13:21.337Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d8840add-d431-44b7-bdad-76c94b02b6e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) 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-04-17T03:13:21.337Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d8840add-d431-44b7-bdad-76c94b02b6e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968) (ec=ERR.5.4.6114) 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: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d8840add-d431-44b7-bdad-76c94b02b6e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) ... 9 common frames omitted 2022-04-17T03:13:21.337Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=d8840add-d431-44b7-bdad-76c94b02b6e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46ec0335-c9fe-4852-87e3-d75c49759d2e/model-vers/model-ver/b573aee6-7d3f-4a2e-b763-6f8dc5671968) (ec=ERR.5.4.6114) 2022-04-17T03:13:21.337Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8840add-d431-44b7-bdad-76c94b02b6e4 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-04-17T03:13:21.338Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:13:21.338Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:13:21.339Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:13:21.339Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165201337, "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-04-17T03:13:21.439Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:13:21.440Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:13:21.440Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:13:21.452Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:13:21.453Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:14:09.098Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:14:09.099Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:14:09.099Z|d8840add-d431-44b7-bdad-76c94b02b6e4|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:14:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:14:09.101Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:14:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:14:09.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:14:09.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "aai-ml", "timestamp": 1650165184867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165187398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "cds", "timestamp": 1650165180817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165187398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:14:09.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "aai-ml", "timestamp": 1650165184867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "cds", "timestamp": 1650165180817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "aai-ml", "timestamp": 1650165184867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165187398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "cds", "timestamp": 1650165180817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "aai-ml", "timestamp": 1650165184867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165187398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "cds", "timestamp": 1650165180817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-17T03:14:09.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "aai-ml", "timestamp": 1650165184867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165187398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-17T03:14:09.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "cds", "timestamp": 1650165180817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "aai-ml", "timestamp": 1650165184867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165187398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "cds", "timestamp": 1650165180817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:09.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165189098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:14:09.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "aai-ml", "timestamp": 1650165184867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:14:09.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165187398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:14:09.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "cds", "timestamp": 1650165180817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:14:09.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:09.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165197820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:14:09.741Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:14:09.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "aai-ml", "timestamp": 1650165197827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:14:09.742Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:14:09.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "cds", "timestamp": 1650165197913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:14:09.742Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:14:09.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165198426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:14:09.742Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:14:09.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:09.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "cds", "timestamp": 1650165198917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:14:10.225Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8840add-d431-44b7-bdad-76c94b02b6e4 2022-04-17T03:14:10.226Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8840add-d431-44b7-bdad-76c94b02b6e4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:14:11.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165199019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:14:11.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:14:11.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165200215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:14:11.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:14:11.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "ves-openapi-manager", "timestamp": 1650165199896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:11.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:11.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165201239, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:14:11.231Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8840add-d431-44b7-bdad-76c94b02b6e4 2022-04-17T03:14:11.231Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8840add-d431-44b7-bdad-76c94b02b6e4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:14:11.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165201337, "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-04-17T03:14:11.236Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:14:11.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "ves-openapi-manager", "timestamp": 1650165199896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:11.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:11.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1650165202242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:14:11.237Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:14:11.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "ves-openapi-manager", "timestamp": 1650165199896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:11.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:11.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "ves-openapi-manager", "timestamp": 1650165199896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:11.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:11.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "aai-ml", "timestamp": 1650165204526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:14:11.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:14:11.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "ves-openapi-manager", "timestamp": 1650165199896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:11.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:11.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:11.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "aai-ml", "timestamp": 1650165205531, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:14:12.221Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8840add-d431-44b7-bdad-76c94b02b6e4 2022-04-17T03:14:12.221Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8840add-d431-44b7-bdad-76c94b02b6e4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:14:12.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "ves-openapi-manager", "timestamp": 1650165199896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:12.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:12.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "ves-openapi-manager", "timestamp": 1650165199896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:12.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:12.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165206878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:12.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:12.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165206878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/basic_onboard_uqeetm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:12.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:12.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165206878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:12.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:12.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165206878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:12.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:12.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165206878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/resourceInstances/basic_onboard_uqeetm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:12.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:12.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165206878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165206878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165214891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165221227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUqeetm/1.0/artifacts/service-BasicOnboardUqeetm-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:14:12.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8840add-d431-44b7-bdad-76c94b02b6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165222232, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:14:12.237Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8840add-d431-44b7-bdad-76c94b02b6e4 2022-04-17T03:14:12.237Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8840add-d431-44b7-bdad-76c94b02b6e4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:14:18.640Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:09.098Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:15:09.099Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:15:09.099Z|d8840add-d431-44b7-bdad-76c94b02b6e4|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:15:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:15:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:15:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:15:09.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:09.726Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:09.728Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.728Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a89e34d-15d1-4df6-b203-0f780a071432","serviceName":"vFW 2022-04-17 03-12-29","serviceVersion":"1.0","serviceUUID":"6e571048-c9c3-41d4-8a9f-76a31a1d1629","serviceDescription":"catalog service description","serviceInvariantUUID":"92d2b7d2-fe6c-4aa1-9433-cee7e468e776","resources":[{"resourceInstanceName":"vFW 57bad904-e124 0","resourceName":"vFW 57bad904-e124","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"062a982b-37a5-4aaf-89df-549117fec19c","resourceInvariantUUID":"1e1a9b95-0c21-4fb9-8dc2-b490ec014a46","resourceCustomizationUUID":"47afbfa4-937f-4a03-a5bc-93558d0eb76c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vf-license-model.xml","artifactChecksum":"YzMyODhiNmJhZDc1OGZjMjYwN2YxNTI1NWM3NjhhMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9326a3c6-3af7-4217-9ba0-31d0ab468a2e","artifactVersion":"1"},{"artifactName":"vfw57bad904e1240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json","artifactChecksum":"ZWY1N2E2ZDkyMjQ1NzU2MGY3ODJkODkzOTJkOGI4Y2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fefad0c5-a8b1-49a8-9742-1504ff69cb57","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48e87f88-9253-4b8b-9ea7-b169fdf4cd24","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vendor-license-model.xml","artifactChecksum":"M2U3M2RjYmMzY2U5ODU3NDIxNzM3MDJhYTg1YjZiYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a2bb4e5-5884-4204-9b70-39a48e9dcc1a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c59abf9-9feb-4fb3-b9ae-455796040378","artifactVersion":"2","generatedFromUUID":"48e87f88-9253-4b8b-9ea7-b169fdf4cd24"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417031229-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-template.yml","artifactChecksum":"OTliNWRmMTQyY2VkZTdiMjQzMmRhOGVjMGMxNDUwNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0720b02-a057-4560-9aab-3c8c71787df0","artifactVersion":"1"},{"artifactName":"service-Vfw20220417031229-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar","artifactChecksum":"ZmZjZDk4YTY0OTcxZDZiNjI4YzQ4MzY5MzMwZjJmOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcf30658-4180-43e3-88a4-ed037c97847f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:15:09.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "cds", "timestamp": 1650165255817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "ves-openapi-manager", "timestamp": 1650165259896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "cds", "timestamp": 1650165255817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "ves-openapi-manager", "timestamp": 1650165259896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "cds", "timestamp": 1650165255817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "ves-openapi-manager", "timestamp": 1650165259896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "cds", "timestamp": 1650165255817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.731Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "ves-openapi-manager", "timestamp": 1650165259896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "cds", "timestamp": 1650165255817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "ves-openapi-manager", "timestamp": 1650165259896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.731Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "cds", "timestamp": 1650165255817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "ves-openapi-manager", "timestamp": 1650165259896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "cds", "timestamp": 1650165255817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "ves-openapi-manager", "timestamp": 1650165259896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165266878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165267399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "cds", "timestamp": 1650165268235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:15:09.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:15:09.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165266878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:09.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165267399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json", "status": "NOTIFIED" } 2022-04-17T03:15:09.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:09.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:09.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "cds", "timestamp": 1650165269239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-04-17T03:15:09.734Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:15:09.734Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vf-license-model.xml", "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=? 2022-04-17T03:15:09.834Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:15:09.835Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:15:09.835Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:15:09.847Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:09.848Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:15:10.235Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a89e34d-15d1-4df6-b203-0f780a071432 2022-04-17T03:15:10.235Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a89e34d-15d1-4df6-b203-0f780a071432 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:15:10.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165266878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:10.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165267399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:15:10.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165266878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:10.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165267399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:10.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165266878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:10.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165267399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:15:10.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165266878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:10.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165267399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:10.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165266878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:15:10.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165267399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:15:10.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165274699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:15:10.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:15:10.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165275284, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:15:10.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:15:10.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "aai-ml", "timestamp": 1650165274867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:10.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165276496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:15:10.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:15:10.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "aai-ml", "timestamp": 1650165274867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "aai-ml", "timestamp": 1650165274867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165277785, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "aai-ml", "timestamp": 1650165274867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:10.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165278809, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:15:10.735Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:15:10.736Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:15:10.737Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:15:10.737Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json", "status": "NOTIFIED" } 2022-04-17T03:15:10.838Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-17T03:15:10.839Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:15:10.839Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:15:10.855Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:10.855Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:15:11.228Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a89e34d-15d1-4df6-b203-0f780a071432 2022-04-17T03:15:11.229Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a89e34d-15d1-4df6-b203-0f780a071432 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:15:11.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:11.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "aai-ml", "timestamp": 1650165274867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:11.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:11.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "multicloud-k8s-id", "timestamp": 1650165279813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "aai-ml", "timestamp": 1650165274867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "aai-ml", "timestamp": 1650165274867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "aai-ml", "timestamp": 1650165283098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165285242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:11.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165286245, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:15:11.239Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a89e34d-15d1-4df6-b203-0f780a071432 2022-04-17T03:15:11.239Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a89e34d-15d1-4df6-b203-0f780a071432 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:15:11.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:11.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "aai-ml", "timestamp": 1650165292620, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:15:11.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:15:11.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:15:11.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "aai-ml", "timestamp": 1650165293624, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:15:11.738Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:15:11.739Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:15:11.741Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:15:11.741Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:15:11.841Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:15:11.842Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:15:11.842Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:15:11.855Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:11.856Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:15:12.229Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a89e34d-15d1-4df6-b203-0f780a071432 2022-04-17T03:15:12.229Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a89e34d-15d1-4df6-b203-0f780a071432 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:15:12.741Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:15:12.742Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:15:12.744Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:15:12.744Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:12.844Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:15:12.845Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:15:12.845Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:15:12.858Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:12.859Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:15:13.745Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:15:13.746Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:15:13.747Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:15:13.747Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:15:13.848Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-17T03:15:13.848Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:15:13.848Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:15:13.863Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:13.863Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:15:14.748Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:15:14.749Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:15:14.751Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:15:14.752Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:15:14.852Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:15:14.852Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:15:14.853Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:15:14.865Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:14.865Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:15:15.752Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:15:15.753Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:15:15.755Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:15:15.755Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:15:15.855Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:15:15.856Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:15:15.856Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:15:16.147Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:16.148Z||pool-27-thread-1|||||INFO|500||cambria reply ok (293 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:15:16.757Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "serviceName": "vFW 2022-04-17 03-12-29", "serviceVersion": "1.0", "serviceUUID": "6e571048-c9c3-41d4-8a9f-76a31a1d1629", "serviceDescription": "catalog service description", "serviceInvariantUUID": "92d2b7d2-fe6c-4aa1-9433-cee7e468e776", "resources": [ { "resourceInstanceName": "vFW 57bad904-e124 0", "resourceCustomizationUUID": "47afbfa4-937f-4a03-a5bc-93558d0eb76c", "resourceName": "vFW 57bad904-e124", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "062a982b-37a5-4aaf-89df-549117fec19c", "resourceInvariantUUID": "1e1a9b95-0c21-4fb9-8dc2-b490ec014a46", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw57bad904e1240_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json", "artifactChecksum": "ZWY1N2E2ZDkyMjQ1NzU2MGY3ODJkODkzOTJkOGI4Y2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fefad0c5-a8b1-49a8-9742-1504ff69cb57", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "48e87f88-9253-4b8b-9ea7-b169fdf4cd24", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9c59abf9-9feb-4fb3-b9ae-455796040378", "generatedFromUUID": "48e87f88-9253-4b8b-9ea7-b169fdf4cd24" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9c59abf9-9feb-4fb3-b9ae-455796040378", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220417031229-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "artifactChecksum": "ZmZjZDk4YTY0OTcxZDZiNjI4YzQ4MzY5MzMwZjJmOTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dcf30658-4180-43e3-88a4-ed037c97847f" } ], "workloadContext": "Production" } 2022-04-17T03:15:16.757Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:15:16.757Z|d8840add-d431-44b7-bdad-76c94b02b6e4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e571048-c9c3-41d4-8a9f-76a31a1d1629 ASDC 2022-04-17T03:15:16.757Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:8a89e34d-15d1-4df6-b203-0f780a071432 ServiceName:vFW 2022-04-17 03-12-29 ServiceVersion:1.0 ServiceUUID:6e571048-c9c3-41d4-8a9f-76a31a1d1629 ServiceInvariantUUID:92d2b7d2-fe6c-4aa1-9433-cee7e468e776 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220417031229-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar ArtifactUUID:dcf30658-4180-43e3-88a4-ed037c97847f ArtifactChecksum:ZmZjZDk4YTY0OTcxZDZiNjI4YzQ4MzY5MzMwZjJmOTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 57bad904-e124 0 ResourceCustomizationUUID:47afbfa4-937f-4a03-a5bc-93558d0eb76c ResourceInvariantUUID:1e1a9b95-0c21-4fb9-8dc2-b490ec014a46 ResourceName:vFW 57bad904-e124 ResourceType:VF ResourceUUID:062a982b-37a5-4aaf-89df-549117fec19c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw57bad904e1240_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json ArtifactUUID:fefad0c5-a8b1-49a8-9742-1504ff69cb57 ArtifactChecksum:ZWY1N2E2ZDkyMjQ1NzU2MGY3ODJkODkzOTJkOGI4Y2U= 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/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.yaml ArtifactUUID:48e87f88-9253-4b8b-9ea7-b169fdf4cd24 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/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env ArtifactUUID:9c59abf9-9feb-4fb3-b9ae-455796040378 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/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env ArtifactUUID:9c59abf9-9feb-4fb3-b9ae-455796040378 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:15:16.757Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e571048-c9c3-41d4-8a9f-76a31a1d1629 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:15:17.237Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:15:17.238Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-17T03:15:17.238Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-17T03:15:17.238Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dcf30658-4180-43e3-88a4-ed037c97847f from URL: /sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar 2022-04-17T03:15:17.238Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-17T03:15:17.238Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar 2022-04-17T03:15:17.505Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-17T03:15:17.509Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar dcf30658-4180-43e3-88a4-ed037c97847f 98980 2022-04-17T03:15:17.510Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar ASDC sendASDCNotification 2022-04-17T03:15:17.510Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar 2022-04-17T03:15:17.510Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:15:17.510Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:15:17.512Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:15:17.512Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165317510, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:15:17.612Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:15:17.613Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:15:17.613Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:15:17.628Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:17.628Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:15:18.513Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:15:18.514Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-17T03:15:18.514Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dcf30658-4180-43e3-88a4-ed037c97847f, URL: /sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar to file: /app/ASDC/1/service-Vfw20220417031229-csar.csar 2022-04-17T03:15:18.515Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417031229-csar.csar 2022-04-17T03:15:18.515Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417031229-csar.csar 2022-04-17T03:15:18.515Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417031229-csar.csar 2022-04-17T03:15:18.703Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10197646760976530447/Definitions/service-Vfw20220417031229-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-04-17T03:15:20.171Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:15:20.172Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-17T03:15:20.172Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.172Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-17T03:15:20.172Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.173Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.173Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.173Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.173Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.173Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.173Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.174Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.174Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.174Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.174Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.174Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 57bad904-e124 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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.174Z|8a89e34d-15d1-4df6-b203-0f780a071432|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-Vfw20220417031229-csar.csar 2022-04-17T03:15:20.174Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-17T03:15:20.175Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.175Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:15:20.175Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vFW 57bad904-e124 0 is matching search criteria 2022-04-17T03:15:20.175Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-17T03:15:20.175Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57bad904-e124 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:15:20.176Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.176Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:15:20.176Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vFW 57bad904-e124 0 is matching search criteria 2022-04-17T03:15:20.176Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-17T03:15:20.176Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57bad904-e124 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:15:20.177Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.177Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:15:20.177Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.177Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vFW 57bad904-e124 0 is not matching search criteria 2022-04-17T03:15:20.177Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:15:20.178Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:15:20.178Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:15:20.178Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.178Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:15:20.178Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:15:20.178Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.179Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:15:20.179Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:15:20.179Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.179Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:15:20.179Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:15:20.179Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:15:20.180Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:15:20.180Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.180Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-17T03:15:20.180Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.180Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-12-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:15:20.180Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.181Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vFW 57bad904-e124 0 is matching search criteria 2022-04-17T03:15:20.181Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57bad904-e124 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:15:20.181Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.181Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vFW 57bad904-e124 0 is matching search criteria 2022-04-17T03:15:20.181Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57bad904-e124 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:15:20.182Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.182Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vFW 57bad904-e124 0 is matching search criteria 2022-04-17T03:15:20.182Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57bad904-e124 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:15:20.182Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.183Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vFW 57bad904-e124 0 is not matching search criteria 2022-04-17T03:15:20.183Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:15:20.183Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:15:20.183Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-17T03:15:20.183Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:15:20.183Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:15:20.184Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.184Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:15:20.184Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:15:20.184Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:15:20.184Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:15:20.184Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.185Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=572daa63-3f2d-42b6-bbd0-d49f0e86cd62 2022-04-17T03:15:20.185Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.185Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vFW 57bad904-e124 0 is not matching search criteria 2022-04-17T03:15:20.185Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:15:20.185Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:15:20.186Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:15:20.186Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.186Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:15:20.186Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:15:20.186Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.186Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-17T03:15:20.187Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:15:20.187Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:15:20.187Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:15:20.187Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.187Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dbdc56cb-4c9e-477a-963f-0275e30540e9 2022-04-17T03:15:20.188Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.188Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vFW 57bad904-e124 0 is not matching search criteria 2022-04-17T03:15:20.188Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:15:20.188Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:15:20.188Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:15:20.188Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.189Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:15:20.189Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:15:20.189Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.189Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:15:20.189Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:15:20.189Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:15:20.190Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:15:20.190Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-17T03:15:20.190Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed8a732a-388c-41a9-9d4a-db9a06b3c218 2022-04-17T03:15:20.190Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.190Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:15:20.191Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.191Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:15:20.191Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.191Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:15:20.191Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:15:20.191Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 03-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:15:20.192Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-17 03-12-29 Description:catalog service description Model UUID:6e571048-c9c3-41d4-8a9f-76a31a1d1629 Model Version:NULL Model InvariantUuid:92d2b7d2-fe6c-4aa1-9433-cee7e468e776 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 57bad904-e124 Model UUID:bfd68694-4c4e-4f57-b1bd-79e309a99ab2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1e1a9b95-0c21-4fb9-8dc2-b490ec014a46 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:47afbfa4-937f-4a03-a5bc-93558d0eb76c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ea51db44-71f0-46e2-92de-e01e971b62b7 ModelName:Vfw57bad904E124..base_vfw..module-0 ModelUuid:776bb23c-11a0-4d71-8511-ef81c6d23d02 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:572daa63-3f2d-42b6-bbd0-d49f0e86cd62 ModelInvariantUuid:beb3a923-7097-45dd-ad35-157e2957be74 ModelName:vFW 57bad904-e124-nodes.vfwCvfc ModelUuid:3f4cc754-29fe-4bff-9a8d-0ab7356c89f8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:12f29a7a-a58f-47e1-a27e-c9028b1ea1a7 ModelInvariantUuid:a8e24969-6016-49e1-a4ca-16fbab5132b8 ModelName:Vfw57bad904E124.compute.nodes.heat.vfw ModelUuid:91b0751b-f10e-4192-8008-cc74e73af300 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:dbdc56cb-4c9e-477a-963f-0275e30540e9 ModelInvariantUuid:852e68ed-3a22-49b0-98c3-c37031cd2507 ModelName:vFW 57bad904-e124-nodes.vsnCvfc ModelUuid:79aa9bc9-7488-4bfd-b9e9-6cf59cd1cf88 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:301a0e85-c67e-4689-884b-571cfdc6521a ModelInvariantUuid:aa3d0f5e-4066-4a20-ad9a-f45ab107e065 ModelName:Vfw57bad904E124.compute.nodes.heat.vsn ModelUuid:c066bb0b-86b1-4e43-a2a0-c05e54463b66 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ed8a732a-388c-41a9-9d4a-db9a06b3c218 ModelInvariantUuid:dc49a2c4-c0e7-4c60-a538-aebe60663930 ModelName:vFW 57bad904-e124-nodes.vpgCvfc ModelUuid:7616c58f-0b09-45eb-8476-13457064264a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:9481d1b3-2756-46c0-b1ed-224a0356112a ModelInvariantUuid:cca31008-0c0c-4e67-9b60-c59431e7afb2 ModelName:Vfw57bad904E124.compute.nodes.heat.vpg ModelUuid:bcf62e4d-694b-408a-8e22-d1e6fd61c09d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:15:20.195Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@8d26d4a marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3065) 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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 75 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) ... 76 common frames omitted 2022-04-17T03:15:20.196Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:15:20.196Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||ERROR|500||(conn=3065) WSREP has not yet prepared node for application use 2022-04-17T03:15:20.197Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=3065) 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) ... 70 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) ... 75 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) ... 76 common frames omitted 2022-04-17T03:15:20.198Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 49 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3065) 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) ... 70 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) ... 75 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) ... 76 common frames omitted 2022-04-17T03:15:20.199Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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.$Proxy144.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) ... 33 common frames omitted 2022-04-17T03:15:20.199Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a89e34d-15d1-4df6-b203-0f780a071432 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:15:20.228Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a89e34d-15d1-4df6-b203-0f780a071432 and serviceModelVersionId: 6e571048-c9c3-41d4-8a9f-76a31a1d1629 2022-04-17T03:15:20.229Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92d2b7d2-fe6c-4aa1-9433-cee7e468e776 2022-04-17T03:15:20.229Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92d2b7d2-fe6c-4aa1-9433-cee7e468e776/model-vers/model-ver/6e571048-c9c3-41d4-8a9f-76a31a1d1629?depth=0 2022-04-17T03:15:20.233Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:15:20.267Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d2b7d2-fe6c-4aa1-9433-cee7e468e776/model-vers/model-ver/6e571048-c9c3-41d4-8a9f-76a31a1d1629?depth=0|INFO|500||Invoke 2022-04-17T03:15:20.267Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d2b7d2-fe6c-4aa1-9433-cee7e468e776/model-vers/model-ver/6e571048-c9c3-41d4-8a9f-76a31a1d1629?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d2b7d2-fe6c-4aa1-9433-cee7e468e776/model-vers/model-ver/6e571048-c9c3-41d4-8a9f-76a31a1d1629?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a89e34d-15d1-4df6-b203-0f780a071432], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ab607fd6-231d-4c02-9982-31a6d75f40d5], X-ECOMP-RequestID=[8a89e34d-15d1-4df6-b203-0f780a071432], X-TransactionId=[], X-ONAP-RequestID=[8a89e34d-15d1-4df6-b203-0f780a071432], Content-Type=[application/merge-patch+json]} 2022-04-17T03:15:20.285Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d2b7d2-fe6c-4aa1-9433-cee7e468e776/model-vers/model-ver/6e571048-c9c3-41d4-8a9f-76a31a1d1629?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-04-17T03:15:20.909Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d2b7d2-fe6c-4aa1-9433-cee7e468e776/model-vers/model-ver/6e571048-c9c3-41d4-8a9f-76a31a1d1629?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/92d2b7d2-fe6c-4aa1-9433-cee7e468e776/model-vers/model-ver/6e571048-c9c3-41d4-8a9f-76a31a1d1629?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-03:15:20:295-12589], vertex-id=[233536], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:15:20 GMT], Content-Type=[application/json]} 2022-04-17T03:15:20.910Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d2b7d2-fe6c-4aa1-9433-cee7e468e776/model-vers/model-ver/6e571048-c9c3-41d4-8a9f-76a31a1d1629?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:15:20.910Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d2b7d2-fe6c-4aa1-9433-cee7e468e776/model-vers/model-ver/6e571048-c9c3-41d4-8a9f-76a31a1d1629?depth=0|INFO|500||InvokeReturn 2022-04-17T03:15:20.910Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:15:20.911Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR 2022-04-17T03:15:20.911Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a89e34d-15d1-4df6-b203-0f780a071432 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-04-17T03:15:20.911Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:15:20.911Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:15:20.912Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:15:20.913Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165320911, "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-04-17T03:15:21.013Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:15:21.013Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:15:21.013Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:15:21.331Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:15:21.332Z||pool-29-thread-1|||||INFO|500||cambria reply ok (319 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:16:09.098Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:16:09.099Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:16:09.099Z|8a89e34d-15d1-4df6-b203-0f780a071432|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:16:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:16:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:16:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:16:09.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:16:09.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:16:09.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:16:09.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:16:18.640Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:17:09.098Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:17:09.099Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:17:09.099Z|8a89e34d-15d1-4df6-b203-0f780a071432|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:17:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:17:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:17:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:17:09.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:17:09.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:17:09.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vfw57bad904e1240_modules.json", "status": "NOTIFIED" } 2022-04-17T03:17:09.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:17:09.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:17:09.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:17:09.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:17:09.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:17:09.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:17:09.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:17:09.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/resourceInstances/vfw57bad904e1240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165309098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165317510, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031229/1.0/artifacts/service-Vfw20220417031229-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-17T03:17:09.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a89e34d-15d1-4df6-b203-0f780a071432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165320911, "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-04-17T03:17:09.622Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:17:18.641Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:18:09.098Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:18:09.099Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:18:09.099Z|8a89e34d-15d1-4df6-b203-0f780a071432|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:18:09.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:18:09.100Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:18:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:18:18.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:18:18.643Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:19:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:19:09.098Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:19:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:19:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:19:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:19:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:19:18.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:19:18.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:20:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:20:09.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:20:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:20:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:20:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:20:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:20:18.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:20:18.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:21:09.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:21:09.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:21:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:21:09.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:21:09.100Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:21:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:21:09.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:21:09.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:21:09.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"390d341d-224d-4f0a-ae22-4535773bcb3c","serviceName":"vFW 2022-04-17 03-18-31","serviceVersion":"1.0","serviceUUID":"703a09bc-3ca1-4f04-afb2-ed712081dda8","serviceDescription":"catalog service description","serviceInvariantUUID":"dcd17f80-c275-4906-8113-16854d9df484","resources":[{"resourceInstanceName":"vFW 7ffc49e7-3214 0","resourceName":"vFW 7ffc49e7-3214","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e2ed8a5-8eb2-48ca-a300-072718553d5f","resourceInvariantUUID":"5143b3b3-7cad-4109-9ced-164c0a4c285a","resourceCustomizationUUID":"58c827b0-bb8e-461c-878d-c914bfc5dbd3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vf-license-model.xml","artifactChecksum":"Y2RmZTA4MTUxMTU2Nzg0NjJmY2ViNTE3ZjM4MDY4ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9b81a86-a53d-422b-9e6f-a1a5d8ae3329","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7573dbec-0248-4844-b04a-9b251ccaefee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vendor-license-model.xml","artifactChecksum":"NTA1MTdhODEyMmZjZjMzZTlhOTllNmYzMGZiMGQwYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f86c2d67-150a-402e-896c-6b53e4258476","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e293af6d-f052-401d-b905-2fb32b335ba0","artifactVersion":"2","generatedFromUUID":"7573dbec-0248-4844-b04a-9b251ccaefee"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417031831-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-template.yml","artifactChecksum":"OTY3MDVmNWNlM2UzMTg2ZDkzMGNjZGNiMzA3MTZkOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4aec6dfb-bd69-46ef-ab86-8752c9d9228f","artifactVersion":"1"},{"artifactName":"service-Vfw20220417031831-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar","artifactChecksum":"NGQ0ZDBmZTU3M2U5NjJhMmZmZjA0YTE0NTY5ZTMxYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf7bc8ec-3ff1-48fb-a0d7-bf261aaaa4e9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:21:09.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "cds", "timestamp": 1650165615817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "ves-openapi-manager", "timestamp": 1650165619895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "cds", "timestamp": 1650165615817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "ves-openapi-manager", "timestamp": 1650165619895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "cds", "timestamp": 1650165615817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.729Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "ves-openapi-manager", "timestamp": 1650165619895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.729Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "cds", "timestamp": 1650165615817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "ves-openapi-manager", "timestamp": 1650165619895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165626878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "multicloud-k8s-id", "timestamp": 1650165627398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "cds", "timestamp": 1650165615817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "ves-openapi-manager", "timestamp": 1650165619895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165626878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.731Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.731Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "multicloud-k8s-id", "timestamp": 1650165627398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "cds", "timestamp": 1650165615817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "ves-openapi-manager", "timestamp": 1650165619895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165626878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "multicloud-k8s-id", "timestamp": 1650165627398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "cds", "timestamp": 1650165630399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165626878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "multicloud-k8s-id", "timestamp": 1650165627398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:09.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "cds", "timestamp": 1650165631405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:21:09.831Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:21:09.832Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:21:09.832Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:21:09.844Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:21:09.845Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:21:10.281Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 390d341d-224d-4f0a-ae22-4535773bcb3c 2022-04-17T03:21:10.281Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390d341d-224d-4f0a-ae22-4535773bcb3c 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=? 2022-04-17T03:21:10.731Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:21:10.734Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:21:10.735Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:21:10.736Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:21:10.836Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:21:10.837Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:21:10.837Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:21:10.850Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:21:10.850Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:21:11.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:11.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165626878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:11.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:11.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:11.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "multicloud-k8s-id", "timestamp": 1650165627398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:11.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:11.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:11.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165626878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:21:11.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:11.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:11.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "multicloud-k8s-id", "timestamp": 1650165627398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:21:11.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:11.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:11.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165633705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:21:11.281Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:21:11.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:11.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "multicloud-k8s-id", "timestamp": 1650165634046, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:21:11.736Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:21:11.740Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:21:11.741Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:21:11.742Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:11.842Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:21:11.842Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:21:11.842Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:21:11.856Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:21:11.857Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:21:12.277Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 390d341d-224d-4f0a-ae22-4535773bcb3c 2022-04-17T03:21:12.278Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390d341d-224d-4f0a-ae22-4535773bcb3c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:21:12.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:12.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "aai-ml", "timestamp": 1650165634867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:12.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:12.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:12.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "aai-ml", "timestamp": 1650165634867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:12.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:12.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:12.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "aai-ml", "timestamp": 1650165634867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:12.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:12.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:12.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "aai-ml", "timestamp": 1650165634867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:12.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:12.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:12.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165639291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:21:12.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:21:12.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:12.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "aai-ml", "timestamp": 1650165634867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:12.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:12.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:12.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165640294, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:21:12.742Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:21:12.743Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:21:12.745Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:21:12.745Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:21:12.845Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:21:12.846Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:21:12.846Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:21:12.860Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:21:12.861Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:21:13.277Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 390d341d-224d-4f0a-ae22-4535773bcb3c 2022-04-17T03:21:13.277Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390d341d-224d-4f0a-ae22-4535773bcb3c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:21:13.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:13.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "aai-ml", "timestamp": 1650165634867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:21:13.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-17T03:21:13.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:13.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "aai-ml", "timestamp": 1650165641701, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:21:13.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:21:13.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:13.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "aai-ml", "timestamp": 1650165651314, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:21:13.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:21:13.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-17T03:21:13.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "aai-ml", "timestamp": 1650165652318, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:21:13.746Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:21:13.749Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:21:13.751Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:21:13.751Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:21:13.851Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:21:13.852Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:21:13.852Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:21:13.868Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:21:13.868Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:21:14.277Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 390d341d-224d-4f0a-ae22-4535773bcb3c 2022-04-17T03:21:14.277Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390d341d-224d-4f0a-ae22-4535773bcb3c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:21:14.752Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:21:14.752Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:21:14.754Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:21:14.754Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:21:14.854Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:21:14.855Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:21:14.855Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:21:14.875Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:21:14.876Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:21:15.755Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "serviceName": "vFW 2022-04-17 03-18-31", "serviceVersion": "1.0", "serviceUUID": "703a09bc-3ca1-4f04-afb2-ed712081dda8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "dcd17f80-c275-4906-8113-16854d9df484", "resources": [ { "resourceInstanceName": "vFW 7ffc49e7-3214 0", "resourceCustomizationUUID": "58c827b0-bb8e-461c-878d-c914bfc5dbd3", "resourceName": "vFW 7ffc49e7-3214", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6e2ed8a5-8eb2-48ca-a300-072718553d5f", "resourceInvariantUUID": "5143b3b3-7cad-4109-9ced-164c0a4c285a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7573dbec-0248-4844-b04a-9b251ccaefee", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e293af6d-f052-401d-b905-2fb32b335ba0", "generatedFromUUID": "7573dbec-0248-4844-b04a-9b251ccaefee" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e293af6d-f052-401d-b905-2fb32b335ba0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220417031831-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "artifactChecksum": "NGQ0ZDBmZTU3M2U5NjJhMmZmZjA0YTE0NTY5ZTMxYTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf7bc8ec-3ff1-48fb-a0d7-bf261aaaa4e9" } ], "workloadContext": "Production" } 2022-04-17T03:21:15.755Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:21:15.755Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 2 703a09bc-3ca1-4f04-afb2-ed712081dda8 ASDC 2022-04-17T03:21:15.755Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:390d341d-224d-4f0a-ae22-4535773bcb3c ServiceName:vFW 2022-04-17 03-18-31 ServiceVersion:1.0 ServiceUUID:703a09bc-3ca1-4f04-afb2-ed712081dda8 ServiceInvariantUUID:dcd17f80-c275-4906-8113-16854d9df484 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220417031831-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar ArtifactUUID:bf7bc8ec-3ff1-48fb-a0d7-bf261aaaa4e9 ArtifactChecksum:NGQ0ZDBmZTU3M2U5NjJhMmZmZjA0YTE0NTY5ZTMxYTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7ffc49e7-3214 0 ResourceCustomizationUUID:58c827b0-bb8e-461c-878d-c914bfc5dbd3 ResourceInvariantUUID:5143b3b3-7cad-4109-9ced-164c0a4c285a ResourceName:vFW 7ffc49e7-3214 ResourceType:VF ResourceUUID:6e2ed8a5-8eb2-48ca-a300-072718553d5f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.yaml ArtifactUUID:7573dbec-0248-4844-b04a-9b251ccaefee 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/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env ArtifactUUID:e293af6d-f052-401d-b905-2fb32b335ba0 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/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env ArtifactUUID:e293af6d-f052-401d-b905-2fb32b335ba0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:21:15.756Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 703a09bc-3ca1-4f04-afb2-ed712081dda8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:21:16.285Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:21:16.286Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-17T03:21:16.286Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-17T03:21:16.286Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bf7bc8ec-3ff1-48fb-a0d7-bf261aaaa4e9 from URL: /sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:16.286Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-17T03:21:16.286Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:16.610Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-17T03:21:16.615Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar bf7bc8ec-3ff1-48fb-a0d7-bf261aaaa4e9 98259 2022-04-17T03:21:16.615Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar ASDC sendASDCNotification 2022-04-17T03:21:16.616Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:16.616Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:21:16.616Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:21:16.618Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:21:16.618Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165676615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:21:16.718Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:21:16.719Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:21:16.719Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:21:16.732Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:21:16.732Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:21:17.618Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:21:17.619Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-17T03:21:17.619Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bf7bc8ec-3ff1-48fb-a0d7-bf261aaaa4e9, URL: /sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar to file: /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:17.619Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417031831-csar.csar 2022-04-17T03:21:17.620Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:17.620Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:17.725Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2020996738785496235/Definitions/service-Vfw20220417031831-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-17T03:21:19.106Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.107Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7ffc49e7-3214 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-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.108Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.108Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.108Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.108Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417031831-csar.csar 2022-04-17T03:21:19.108Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-17T03:21:19.108Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.108Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-17 03-18-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:21:19.108Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vFW 7ffc49e7-3214 0 is matching search criteria 2022-04-17T03:21:19.108Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-17T03:21:19.108Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7ffc49e7-3214 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:21:19.109Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.109Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-17 03-18-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:21:19.109Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vFW 7ffc49e7-3214 0 is matching search criteria 2022-04-17T03:21:19.109Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-17T03:21:19.109Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7ffc49e7-3214 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:21:19.109Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.109Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-17 03-18-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:21:19.109Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.110Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vFW 7ffc49e7-3214 0 is not matching search criteria 2022-04-17T03:21:19.110Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:21:19.110Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:21:19.110Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.110Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:21:19.110Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.110Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.111Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-17 03-18-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:21:19.112Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.112Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vFW 7ffc49e7-3214 0 is matching search criteria 2022-04-17T03:21:19.112Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7ffc49e7-3214 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:21:19.112Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.112Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vFW 7ffc49e7-3214 0 is matching search criteria 2022-04-17T03:21:19.112Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7ffc49e7-3214 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:21:19.112Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.113Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vFW 7ffc49e7-3214 0 is matching search criteria 2022-04-17T03:21:19.113Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7ffc49e7-3214 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:21:19.113Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.113Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vFW 7ffc49e7-3214 0 is not matching search criteria 2022-04-17T03:21:19.113Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:21:19.113Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-17T03:21:19.113Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:21:19.113Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:21:19.113Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:21:19.114Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.114Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:21:19.114Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:21:19.114Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:21:19.114Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:21:19.114Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.114Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=acedafb3-e9e5-46f9-93c1-89c4437dadaa 2022-04-17T03:21:19.114Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.114Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vFW 7ffc49e7-3214 0 is not matching search criteria 2022-04-17T03:21:19.114Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:21:19.115Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:21:19.115Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.115Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:21:19.115Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.115Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:21:19.115Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:21:19.115Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-17T03:21:19.115Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:21:19.115Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:21:19.115Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:21:19.115Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.116Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=18946c8d-3fec-43f7-a452-3ce6d0da8df4 2022-04-17T03:21:19.116Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.116Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vFW 7ffc49e7-3214 0 is not matching search criteria 2022-04-17T03:21:19.116Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:21:19.116Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:21:19.116Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.116Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:21:19.116Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.116Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:21:19.117Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:21:19.117Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:21:19.117Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:21:19.117Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:21:19.117Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:21:19.117Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-17T03:21:19.117Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=19814ab2-e272-4f27-9264-3a089b47d3ea 2022-04-17T03:21:19.117Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.118Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-17 03-18-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:21:19.118Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.118Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-17 03-18-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:21:19.118Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.118Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-17 03-18-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:21:19.118Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:21:19.118Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-17 03-18-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:21:19.118Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-17 03-18-31 Description:catalog service description Model UUID:703a09bc-3ca1-4f04-afb2-ed712081dda8 Model Version:NULL Model InvariantUuid:dcd17f80-c275-4906-8113-16854d9df484 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7ffc49e7-3214 Model UUID:39fbf306-930b-4167-aea6-b7bb16da2c69 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:5143b3b3-7cad-4109-9ced-164c0a4c285a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:58c827b0-bb8e-461c-878d-c914bfc5dbd3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6e718c5f-fe35-432d-8113-f7d41530e641 ModelName:Vfw7ffc49e73214..base_vfw..module-0 ModelUuid:21d171ff-e715-4c36-9c1a-f72038fd6914 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:acedafb3-e9e5-46f9-93c1-89c4437dadaa ModelInvariantUuid:98a61100-0a91-467d-bbd2-f81d32f9943b ModelName:vFW 7ffc49e7-3214-nodes.vfwCvfc ModelUuid:037b4e73-6fb8-4b04-86b1-3c8fea7f3631 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:fc9359ca-2aca-463b-a3d6-9dfcf7441937 ModelInvariantUuid:22eed68c-4065-4514-ac4b-c2fd443da310 ModelName:Vfw7ffc49e73214.compute.nodes.heat.vfw ModelUuid:46b43d10-9a67-4737-bd1d-5b8da1809457 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:18946c8d-3fec-43f7-a452-3ce6d0da8df4 ModelInvariantUuid:9174d03a-7f5d-46bb-b328-7f09cd82f8a8 ModelName:vFW 7ffc49e7-3214-nodes.vsnCvfc ModelUuid:8af9b466-c72e-4427-904e-0f6b45cf7768 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0ad98d3b-0b04-4690-a302-455fc03a80d9 ModelInvariantUuid:555d1c78-5c9c-4b09-be66-f30bb5e657c2 ModelName:Vfw7ffc49e73214.compute.nodes.heat.vsn ModelUuid:ab339d11-cbdd-4d0f-8aa0-3688f8287536 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:19814ab2-e272-4f27-9264-3a089b47d3ea ModelInvariantUuid:f214b4d6-1997-43d4-81f8-431f01c7053c ModelName:vFW 7ffc49e7-3214-nodes.vpgCvfc ModelUuid:03354a35-5e9f-4ff4-8bf7-7693ee799be4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:300c9068-63ff-4cac-884c-7d900d6ab77d ModelInvariantUuid:5a433771-ba00-4c68-808c-062bc7dc5466 ModelName:Vfw7ffc49e73214.compute.nodes.heat.vpg ModelUuid:f11a1b7c-7055-462a-a988-42ef0255e58a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:21:19.123Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@17541129 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3070) 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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:21:19.124Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:21:19.124Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||ERROR|500||(conn=3070) WSREP has not yet prepared node for application use 2022-04-17T03:21:19.125Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=3070) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:21:19.126Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3070) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:21:19.127Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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.$Proxy144.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) ... 33 common frames omitted 2022-04-17T03:21:19.127Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 390d341d-224d-4f0a-ae22-4535773bcb3c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:21:19.277Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 390d341d-224d-4f0a-ae22-4535773bcb3c and serviceModelVersionId: 703a09bc-3ca1-4f04-afb2-ed712081dda8 2022-04-17T03:21:19.277Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcd17f80-c275-4906-8113-16854d9df484 2022-04-17T03:21:19.278Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcd17f80-c275-4906-8113-16854d9df484/model-vers/model-ver/703a09bc-3ca1-4f04-afb2-ed712081dda8?depth=0 2022-04-17T03:21:19.282Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:21:19.315Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcd17f80-c275-4906-8113-16854d9df484/model-vers/model-ver/703a09bc-3ca1-4f04-afb2-ed712081dda8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-17T03:21:19.316Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcd17f80-c275-4906-8113-16854d9df484/model-vers/model-ver/703a09bc-3ca1-4f04-afb2-ed712081dda8?depth=0|INFO|500||Invoke 2022-04-17T03:21:19.335Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcd17f80-c275-4906-8113-16854d9df484/model-vers/model-ver/703a09bc-3ca1-4f04-afb2-ed712081dda8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-04-17T03:21:19.810Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcd17f80-c275-4906-8113-16854d9df484/model-vers/model-ver/703a09bc-3ca1-4f04-afb2-ed712081dda8?depth=0|INFO|500||InvokeReturn 2022-04-17T03:21:19.810Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcd17f80-c275-4906-8113-16854d9df484/model-vers/model-ver/703a09bc-3ca1-4f04-afb2-ed712081dda8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-03:21:19:345-40294], vertex-id=[209096], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:21:19 GMT], Content-Type=[application/json]} 2022-04-17T03:21:19.810Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:21:19.811Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:21:19.811Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR 2022-04-17T03:21:19.811Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 390d341d-224d-4f0a-ae22-4535773bcb3c 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-04-17T03:21:19.811Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:21:19.811Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:21:19.813Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:21:19.813Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165679811, "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-04-17T03:21:19.913Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:21:19.914Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:21:19.914Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:21:19.928Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:21:19.928Z||pool-37-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-04-17T03:22:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:22:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:22:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:22:09.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:22:09.100Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:22:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:22:09.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:22:09.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-17T03:22:09.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:22:09.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-17T03:22:18.645Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:23:09.098Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:23:09.099Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:23:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:23:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:23:09.101Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:23:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:23:09.123Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:23:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:23:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:23:09.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:23:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:23:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:23:09.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:23:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:23:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/resourceInstances/vfw7ffc49e732140/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:23:09.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:23:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:23:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:23:09.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:23:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:23:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165669098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:23:09.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:23:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:23:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165676615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417031831/1.0/artifacts/service-Vfw20220417031831-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:23:09.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:23:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:23:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "390d341d-224d-4f0a-ae22-4535773bcb3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165679811, "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-04-17T03:23:09.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:23:09.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:23:09.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-17T03:23:09.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c70ed97-c8f8-453b-a02a-513a1712102d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d9d00fbb-ac42-4367-a12f-5666276de23c","serviceDescription":"service","serviceInvariantUUID":"5d83986c-d04e-4fa2-86d2-cea65b2f5d4c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ff643343-2558-4124-b27c-46c5b64d63f5","resourceInvariantUUID":"37574ac2-8d13-4b96-a085-5a307eb61bce","resourceCustomizationUUID":"d67e20cd-6fd7-4ff3-85a7-101a12e0db1c","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":"ZjU4ZDMxOTgwZjc5ZWE0ZTQzYTc1MmIxMGE3YjVmYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e1dc75d-1f0a-4120-afb3-79d0fe0e37f2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjlmM2ZiY2ZhNDg5ZTAzODU3ZDQzZDYyNWMxZjM4MjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a546f85-e70b-4c13-90a4-5c88e914de65","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:23:09.728Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:23:09.729Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:23:09.730Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:23:09.730Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165789098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:23:09.831Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-17T03:23:09.832Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:23:09.832Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:23:09.848Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:23:09.849Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:23:10.731Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:23:10.731Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:23:10.733Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:23:10.733Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165789098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:23:10.833Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:23:10.834Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:23:10.834Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:23:10.847Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:23:10.847Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:23:11.734Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d9d00fbb-ac42-4367-a12f-5666276de23c", "serviceDescription": "service", "serviceInvariantUUID": "5d83986c-d04e-4fa2-86d2-cea65b2f5d4c", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "d67e20cd-6fd7-4ff3-85a7-101a12e0db1c", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "ff643343-2558-4124-b27c-46c5b64d63f5", "resourceInvariantUUID": "37574ac2-8d13-4b96-a085-5a307eb61bce", "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": "MjlmM2ZiY2ZhNDg5ZTAzODU3ZDQzZDYyNWMxZjM4MjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9a546f85-e70b-4c13-90a4-5c88e914de65" } ], "workloadContext": "Production" } 2022-04-17T03:23:11.734Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:23:11.734Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d9d00fbb-ac42-4367-a12f-5666276de23c ASDC 2022-04-17T03:23:11.735Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0c70ed97-c8f8-453b-a02a-513a1712102d ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d9d00fbb-ac42-4367-a12f-5666276de23c ServiceInvariantUUID:5d83986c-d04e-4fa2-86d2-cea65b2f5d4c 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:9a546f85-e70b-4c13-90a4-5c88e914de65 ArtifactChecksum:MjlmM2ZiY2ZhNDg5ZTAzODU3ZDQzZDYyNWMxZjM4MjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:d67e20cd-6fd7-4ff3-85a7-101a12e0db1c ResourceInvariantUUID:37574ac2-8d13-4b96-a085-5a307eb61bce ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:ff643343-2558-4124-b27c-46c5b64d63f5 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-04-17T03:23:11.735Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9d00fbb-ac42-4367-a12f-5666276de23c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:23:12.299Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:23:12.299Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:23:12.299Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:23:12.299Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9a546f85-e70b-4c13-90a4-5c88e914de65 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-17T03:23:12.299Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:23:12.300Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-17T03:23:12.494Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:23:12.496Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9a546f85-e70b-4c13-90a4-5c88e914de65 52508 2022-04-17T03:23:12.497Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-17T03:23:12.497Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-17T03:23:12.497Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:23:12.497Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:23:12.499Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:23:12.499Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165792497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:23:12.599Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:23:12.600Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:23:12.600Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:23:12.613Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:23:12.614Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:23:13.499Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:23:13.500Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:23:13.500Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9a546f85-e70b-4c13-90a4-5c88e914de65, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.500Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-04-17T03:23:13.501Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.501Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.572Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8150030035759950358/Definitions/service-BasicNetwork-template.yml 2022-04-17T03:23:13.878Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-17T03:23:13.879Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:23:13.880Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:13.880Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:13.880Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-17T03:23:13.880Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:23:13.880Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:23:13.880Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:13.880Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:13.881Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-17T03:23:13.881Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:23:13.881Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:23:13.881Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:13.881Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:13.881Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:13.881Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:13.882Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:13.882Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:13.882Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:13.882Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:13.882Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:13.882Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:13.882Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d9d00fbb-ac42-4367-a12f-5666276de23c Model Version:NULL Model InvariantUuid:5d83986c-d04e-4fa2-86d2-cea65b2f5d4c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:37574ac2-8d13-4b96-a085-5a307eb61bce Model UUID:62621871-0613-4874-bcf1-fa1a05eb9ee5 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:d67e20cd-6fd7-4ff3-85a7-101a12e0db1c Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:23:14.293Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: ff643343-2558-4124-b27c-46c5b64d63f5 2022-04-17T03:23:14.294Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||No resources found for Service: d9d00fbb-ac42-4367-a12f-5666276de23c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:23:14.305Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500|| 2022-04-17T03:23:14.312Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-04-17T03:23:14.313Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: d9d00fbb-ac42-4367-a12f-5666276de23c 2022-04-17T03:23:14.313Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d9d00fbb-ac42-4367-a12f-5666276de23c 2022-04-17T03:23:14.313Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-04-17T03:23:14.313Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:23:15.295Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@401eaadc, org.onap.sdc.toscaparser.api.parameters.Input@cb27284, org.onap.sdc.toscaparser.api.parameters.Input@56a3b989, org.onap.sdc.toscaparser.api.parameters.Input@21d66c67, org.onap.sdc.toscaparser.api.parameters.Input@142b6acb] 2022-04-17T03:23:15.298Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:15.298Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:15.299Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:15.299Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:15.300Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d9d00fbb-ac42-4367-a12f-5666276de23c: Generic NeutronNet 2022-04-17T03:23:15.300Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:15.300Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:15.300Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:15.300Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-04-17T03:23:15.339Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:15.339Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:15.339Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:15.339Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:15.339Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:23:15.340Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:23:15.340Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-17T03:23:16.307Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-04-17T03:23:16.307Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-17T03:23:16.308Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-17T03:23:16.308Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:23:16.308Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:23:16.309Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:23:16.309Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165796307, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:23:16.409Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:23:16.410Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:23:16.410Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:23:16.423Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:23:16.423Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:23:17.311Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c70ed97-c8f8-453b-a02a-513a1712102d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:23:18.291Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c70ed97-c8f8-453b-a02a-513a1712102d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:23:18.295Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:23:18.295Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:23:18.295Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:23:48.295Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c70ed97-c8f8-453b-a02a-513a1712102d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:23:48.302Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c70ed97-c8f8-453b-a02a-513a1712102d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:23:48.304Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:23:48.304Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:23:48.304Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:24:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:24:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:24:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:24:09.125Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:24:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "aai-ml", "timestamp": 1650165754867, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:09.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:24:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "ves-openapi-manager", "timestamp": 1650165759896, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:09.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:24:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "aai-ml", "timestamp": 1650165754867, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:24:09.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:24:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "ves-openapi-manager", "timestamp": 1650165759896, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "cds", "timestamp": 1650165765817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "aai-ml", "timestamp": 1650165767324, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "cds", "timestamp": 1650165765817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "multicloud-k8s-id", "timestamp": 1650165767398, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:24:09.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "cds", "timestamp": 1650165768707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:24:09.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:24:09.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "multicloud-k8s-id", "timestamp": 1650165767398, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:24:09.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:24:09.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "cds", "timestamp": 1650165769712, "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-04-17T03:24:09.299Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c70ed97-c8f8-453b-a02a-513a1712102d 2022-04-17T03:24:09.299Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c70ed97-c8f8-453b-a02a-513a1712102d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:24:09.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "aai-ml", "timestamp": 1650165771417, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:24:09.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:24:09.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:09.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "aai-ml", "timestamp": 1650165772422, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:24:10.299Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c70ed97-c8f8-453b-a02a-513a1712102d 2022-04-17T03:24:10.299Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c70ed97-c8f8-453b-a02a-513a1712102d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:24:10.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:10.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165776878, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:10.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:24:10.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:10.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165776878, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:24:10.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:24:10.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:10.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165779692, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:24:10.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:24:10.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:10.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165782300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:24:10.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:24:10.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:24:10.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165783303, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:24:11.299Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c70ed97-c8f8-453b-a02a-513a1712102d 2022-04-17T03:24:11.299Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c70ed97-c8f8-453b-a02a-513a1712102d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:24:18.304Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c70ed97-c8f8-453b-a02a-513a1712102d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:24:18.311Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c70ed97-c8f8-453b-a02a-513a1712102d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:24:18.314Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:24:18.314Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:24:18.314Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-17T03:24:18.315Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-17T03:24:18.315Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:24:18.315Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:24:18.315Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:24:18.315Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:24:18.315Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:24:19.300Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-17T03:24:49.300Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c70ed97-c8f8-453b-a02a-513a1712102d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:24:49.304Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c70ed97-c8f8-453b-a02a-513a1712102d and serviceModelVersionId: d9d00fbb-ac42-4367-a12f-5666276de23c 2022-04-17T03:24:49.304Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d83986c-d04e-4fa2-86d2-cea65b2f5d4c 2022-04-17T03:24:49.305Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d83986c-d04e-4fa2-86d2-cea65b2f5d4c/model-vers/model-ver/d9d00fbb-ac42-4367-a12f-5666276de23c?depth=0 2022-04-17T03:24:49.309Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:24:49.344Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d83986c-d04e-4fa2-86d2-cea65b2f5d4c/model-vers/model-ver/d9d00fbb-ac42-4367-a12f-5666276de23c?depth=0|INFO|500||Invoke 2022-04-17T03:24:49.344Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d83986c-d04e-4fa2-86d2-cea65b2f5d4c/model-vers/model-ver/d9d00fbb-ac42-4367-a12f-5666276de23c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d83986c-d04e-4fa2-86d2-cea65b2f5d4c/model-vers/model-ver/d9d00fbb-ac42-4367-a12f-5666276de23c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c70ed97-c8f8-453b-a02a-513a1712102d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62c906de-af84-4e5e-9501-5818d52a1277], X-ECOMP-RequestID=[0c70ed97-c8f8-453b-a02a-513a1712102d], X-TransactionId=[], X-ONAP-RequestID=[0c70ed97-c8f8-453b-a02a-513a1712102d], Content-Type=[application/merge-patch+json]} 2022-04-17T03:24:49.363Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d83986c-d04e-4fa2-86d2-cea65b2f5d4c/model-vers/model-ver/d9d00fbb-ac42-4367-a12f-5666276de23c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-17T03:24:49.557Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d83986c-d04e-4fa2-86d2-cea65b2f5d4c/model-vers/model-ver/d9d00fbb-ac42-4367-a12f-5666276de23c?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/5d83986c-d04e-4fa2-86d2-cea65b2f5d4c/model-vers/model-ver/d9d00fbb-ac42-4367-a12f-5666276de23c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-03:24:49:372-74717], vertex-id=[262208], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:24:49 GMT], Content-Type=[application/json]} 2022-04-17T03:24:49.557Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d83986c-d04e-4fa2-86d2-cea65b2f5d4c/model-vers/model-ver/d9d00fbb-ac42-4367-a12f-5666276de23c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:24:49.558Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d83986c-d04e-4fa2-86d2-cea65b2f5d4c/model-vers/model-ver/d9d00fbb-ac42-4367-a12f-5666276de23c?depth=0|INFO|500||InvokeReturn 2022-04-17T03:24:49.558Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:24:49.558Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:24:50.302Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-17T03:24:50.302Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c70ed97-c8f8-453b-a02a-513a1712102d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-17T03:24:50.303Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-17T03:24:50.303Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:24:50.305Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:24:50.305Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165890302, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-17T03:24:50.405Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:24:50.405Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:24:50.405Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:24:50.423Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:24:50.424Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:24:51.311Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:24:51.312Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:24:51.312Z|0c70ed97-c8f8-453b-a02a-513a1712102d|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:24:51.932Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:24:51.932Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-17T03:24:51.933Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"35927619-595d-4a5f-bb92-47d0bf0ac611","serviceName":"Demo_pNF_6tgPhltf5hgZERKzqUUJ","serviceVersion":"1.0","serviceUUID":"6337ec43-bc7c-4fde-b3e4-531a9de92d36","serviceDescription":"catalog service description","serviceInvariantUUID":"be65bd55-8bc6-4da5-aa21-5b128ccbc620","resources":[{"resourceInstanceName":"pNF 50a3b8ac-c16f 0","resourceName":"pNF 50a3b8ac-c16f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"12bf938a-acda-436f-ac28-88a417034a19","resourceInvariantUUID":"c0ca0a7e-db30-45b8-b673-4931377486d6","resourceCustomizationUUID":"f93eadff-d08e-453d-8366-5823b5c4dea6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vf-license-model.xml","artifactChecksum":"MDRiYTQ1MjI3Y2M1Y2Y2MWU1Nzc3MmU3MzYyYzFlMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c01e9db1-299f-4080-9e3f-04850487abec","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/pNF.csar","artifactChecksum":"MWE5YTQ3NzQ1NGIwYzNmNTk4YjU4MzU5MzY2NDkxNWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"229aa9b0-e649-459c-82d1-b694e2c8d1ec","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07b2a6f0-615b-43d0-a0bc-b4b00c54e1b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vendor-license-model.xml","artifactChecksum":"MzY2YWVjMmFkMDQ5Y2ZkNmYwZGYyZjI4MmQ4YWFmMWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7dc0d591-8511-4715-b728-873f24b8725c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"070a70a9-209d-45d2-b578-2ec5049d02e3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"09cdd318-5890-4732-adcd-34938242ab0a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6tgphltf5hgzerkzquuj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-template.yml","artifactChecksum":"ZTVjZGQ3OTgyNzkzMTJhNGVlZDllMTA1MDNhYjhhNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"99c854df-91a7-4369-aac7-8ffffabae3a6","artifactVersion":"1"},{"artifactName":"service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar","artifactChecksum":"NGY1NjEyZTJhNzJiMWVlYTM5ZmMxMzYyZDJjYjFjNjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55d6ef0d-b23f-44f1-b251-330a7bdfa4f0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:24:51.934Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:24:51.935Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:24:51.936Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:24:51.936Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:52.036Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-17T03:24:52.037Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:24:52.037Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:24:52.050Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:24:52.050Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:24:52.937Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:24:52.938Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:24:52.939Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:24:52.939Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:53.040Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-17T03:24:53.040Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:24:53.040Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:24:53.054Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:24:53.055Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:24:53.940Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:24:53.940Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:24:53.942Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:24:53.942Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:54.042Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:24:54.043Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:24:54.043Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:24:54.057Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:24:54.057Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:24:54.942Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:24:54.943Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:24:54.944Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:24:54.945Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:55.045Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:24:55.045Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:24:55.045Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:24:55.057Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:24:55.057Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:24:55.945Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:24:55.946Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:24:55.947Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:24:55.948Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:56.048Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:24:56.048Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:24:56.048Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:24:56.061Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:24:56.061Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:24:56.948Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:24:56.949Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:24:56.950Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:24:56.951Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:57.051Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:24:57.051Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:24:57.051Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:24:57.064Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:24:57.065Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:24:57.951Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:24:57.952Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:24:57.954Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:24:57.954Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:24:58.054Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:24:58.055Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:24:58.055Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:24:58.069Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:24:58.069Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:24:58.955Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:24:58.955Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:24:58.957Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:24:58.957Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:24:59.057Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:24:59.058Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:24:59.058Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:24:59.096Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:24:59.097Z||pool-50-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:24:59.958Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "serviceName": "Demo_pNF_6tgPhltf5hgZERKzqUUJ", "serviceVersion": "1.0", "serviceUUID": "6337ec43-bc7c-4fde-b3e4-531a9de92d36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "be65bd55-8bc6-4da5-aa21-5b128ccbc620", "resources": [ { "resourceInstanceName": "pNF 50a3b8ac-c16f 0", "resourceCustomizationUUID": "f93eadff-d08e-453d-8366-5823b5c4dea6", "resourceName": "pNF 50a3b8ac-c16f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "12bf938a-acda-436f-ac28-88a417034a19", "resourceInvariantUUID": "c0ca0a7e-db30-45b8-b673-4931377486d6", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "artifactChecksum": "NGY1NjEyZTJhNzJiMWVlYTM5ZmMxMzYyZDJjYjFjNjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55d6ef0d-b23f-44f1-b251-330a7bdfa4f0" } ], "workloadContext": "Production" } 2022-04-17T03:24:59.958Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:24:59.958Z|0c70ed97-c8f8-453b-a02a-513a1712102d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6337ec43-bc7c-4fde-b3e4-531a9de92d36 ASDC 2022-04-17T03:24:59.959Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:35927619-595d-4a5f-bb92-47d0bf0ac611 ServiceName:Demo_pNF_6tgPhltf5hgZERKzqUUJ ServiceVersion:1.0 ServiceUUID:6337ec43-bc7c-4fde-b3e4-531a9de92d36 ServiceInvariantUUID:be65bd55-8bc6-4da5-aa21-5b128ccbc620 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar ArtifactUUID:55d6ef0d-b23f-44f1-b251-330a7bdfa4f0 ArtifactChecksum:NGY1NjEyZTJhNzJiMWVlYTM5ZmMxMzYyZDJjYjFjNjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 50a3b8ac-c16f 0 ResourceCustomizationUUID:f93eadff-d08e-453d-8366-5823b5c4dea6 ResourceInvariantUUID:c0ca0a7e-db30-45b8-b673-4931377486d6 ResourceName:pNF 50a3b8ac-c16f ResourceType:PNF ResourceUUID:12bf938a-acda-436f-ac28-88a417034a19 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-17T03:24:59.959Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6337ec43-bc7c-4fde-b3e4-531a9de92d36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:25:00.311Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:25:00.312Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:25:00.312Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:25:00.312Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 55d6ef0d-b23f-44f1-b251-330a7bdfa4f0 from URL: /sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:00.312Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:25:00.312Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:00.402Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:25:00.406Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 55d6ef0d-b23f-44f1-b251-330a7bdfa4f0 82651 2022-04-17T03:25:00.406Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar ASDC sendASDCNotification 2022-04-17T03:25:00.406Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:00.406Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:25:00.406Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:25:00.408Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:25:00.408Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165900406, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:25:00.508Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:25:00.509Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:25:00.509Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:25:00.520Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:25:00.521Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:25:01.408Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:25:01.409Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:25:01.410Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 55d6ef0d-b23f-44f1-b251-330a7bdfa4f0, URL: /sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar to file: /app/ASDC/1/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:01.410Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:01.410Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:01.410Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:01.528Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1824159941790393965/Definitions/service-DemoPnf6tgphltf5hgzerkzquuj-template.yml 2022-04-17T03:25:02.097Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:25:02.097Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:25:02.097Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:02.097Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-17T03:25:02.097Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||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-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:02.097Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:02.097Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||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-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:02.097Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 50a3b8ac-c16f 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-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:02.097Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||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-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:02.097Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||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-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:02.098Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||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-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:02.098Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:25:02.098Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:25:02.098Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6tgPhltf5hgZERKzqUUJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:25:02.098Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Node template pNF 50a3b8ac-c16f 0 is matching search criteria 2022-04-17T03:25:02.098Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:25:02.098Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 50a3b8ac-c16f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:25:02.098Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:25:02.098Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6tgPhltf5hgZERKzqUUJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:25:02.098Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Node template pNF 50a3b8ac-c16f 0 is matching search criteria 2022-04-17T03:25:02.098Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 50a3b8ac-c16f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6tgPhltf5hgZERKzqUUJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6tgPhltf5hgZERKzqUUJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6tgPhltf5hgZERKzqUUJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6tgPhltf5hgZERKzqUUJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6tgPhltf5hgZERKzqUUJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:25:02.099Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_6tgPhltf5hgZERKzqUUJ Description:catalog service description Model UUID:6337ec43-bc7c-4fde-b3e4-531a9de92d36 Model Version:NULL Model InvariantUuid:be65bd55-8bc6-4da5-aa21-5b128ccbc620 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:25:02.304Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 12bf938a-acda-436f-ac28-88a417034a19 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:25:02.307Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||pNF 50a3b8ac-c16f 0 2022-04-17T03:25:02.307Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 12bf938a-acda-436f-ac28-88a417034a19 2022-04-17T03:25:02.307Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 6337ec43-bc7c-4fde-b3e4-531a9de92d36 2022-04-17T03:25:02.307Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6337ec43-bc7c-4fde-b3e4-531a9de92d36 2022-04-17T03:25:02.307Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 50a3b8ac-c16f 0 12bf938a-acda-436f-ac28-88a417034a19 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:25:02.310Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79f576ae, org.onap.sdc.toscaparser.api.parameters.Input@440f4c5b, org.onap.sdc.toscaparser.api.parameters.Input@7bc85252, org.onap.sdc.toscaparser.api.parameters.Input@4edfd805, org.onap.sdc.toscaparser.api.parameters.Input@1ccd8776] 2022-04-17T03:25:02.310Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:25:02.311Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6tgPhltf5hgZERKzqUUJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:25:02.311Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6337ec43-bc7c-4fde-b3e4-531a9de92d36: pNF 50a3b8ac-c16f 2022-04-17T03:25:02.311Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||Processing PNF resource: 12bf938a-acda-436f-ac28-88a417034a19 2022-04-17T03:25:02.311Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:25:02.311Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6tgPhltf5hgZERKzqUUJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:25:02.311Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||Resource customization UUID: f93eadff-d08e-453d-8366-5823b5c4dea6 is the same as notified resource customizationUUID: f93eadff-d08e-453d-8366-5823b5c4dea6 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-17T03:25:02.343Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 50a3b8ac-c16f 12bf938a-acda-436f-ac28-88a417034a19 0 ASDC deployResourceStructure 2022-04-17T03:25:02.343Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar ASDC sendASDCNotification 2022-04-17T03:25:02.343Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar 2022-04-17T03:25:02.343Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:25:02.343Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:25:02.345Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:25:02.345Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165902343, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:25:02.445Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:25:02.446Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:25:02.446Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:25:02.461Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:25:02.461Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:25:03.346Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35927619-595d-4a5f-bb92-47d0bf0ac611 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:25:03.352Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35927619-595d-4a5f-bb92-47d0bf0ac611 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:25:04.304Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:25:04.304Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:25:04.304Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:25:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:25:09.101Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:25:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:25:09.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:25:09.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:25:09.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165789098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:25:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:25:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:25:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165789098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:25:09.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:25:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:25:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165792497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:25:09.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:25:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:25:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165796307, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:25:09.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:25:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:25:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "cds", "timestamp": 1650165840817, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:25:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:25:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:25:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "multicloud-k8s-id", "timestamp": 1650165847398, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:25:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:25:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:25:09.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "ves-openapi-manager", "timestamp": 1650165839896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:25:09.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:25:09.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:25:09.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "aai-ml", "timestamp": 1650165844867, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:25:09.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:25:34.304Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35927619-595d-4a5f-bb92-47d0bf0ac611 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:25:34.312Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35927619-595d-4a5f-bb92-47d0bf0ac611 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:25:34.314Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:25:34.314Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:25:34.314Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:26:04.314Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35927619-595d-4a5f-bb92-47d0bf0ac611 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:26:05.311Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35927619-595d-4a5f-bb92-47d0bf0ac611 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:26:05.314Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:26:05.314Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:26:05.314Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:26:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:26:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:26:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:26:09.126Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:26:09.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "cds", "timestamp": 1650165840817, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "multicloud-k8s-id", "timestamp": 1650165847398, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "aai-ml", "timestamp": 1650165844867, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "ves-openapi-manager", "timestamp": 1650165839896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "cds", "timestamp": 1650165840817, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "ves-openapi-manager", "timestamp": 1650165839896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "multicloud-k8s-id", "timestamp": 1650165847398, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "aai-ml", "timestamp": 1650165844867, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "cds", "timestamp": 1650165840817, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "multicloud-k8s-id", "timestamp": 1650165847398, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "aai-ml", "timestamp": 1650165844867, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "ves-openapi-manager", "timestamp": 1650165839896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "cds", "timestamp": 1650165840817, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "multicloud-k8s-id", "timestamp": 1650165847398, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "aai-ml", "timestamp": 1650165844867, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "ves-openapi-manager", "timestamp": 1650165839896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "cds", "timestamp": 1650165840817, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "multicloud-k8s-id", "timestamp": 1650165847398, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "aai-ml", "timestamp": 1650165844867, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "ves-openapi-manager", "timestamp": 1650165839896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-17T03:26:09.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "cds", "timestamp": 1650165840817, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "aai-ml", "timestamp": 1650165844867, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "multicloud-k8s-id", "timestamp": 1650165847398, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "ves-openapi-manager", "timestamp": 1650165839896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "cds", "timestamp": 1650165840817, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:26:09.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "aai-ml", "timestamp": 1650165844867, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:26:09.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "multicloud-k8s-id", "timestamp": 1650165847398, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:26:09.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "ves-openapi-manager", "timestamp": 1650165839896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "cds", "timestamp": 1650165856714, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:26:09.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "aai-ml", "timestamp": 1650165856722, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:26:09.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "ves-openapi-manager", "timestamp": 1650165856726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:26:09.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "cds", "timestamp": 1650165857718, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:26:09.312Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35927619-595d-4a5f-bb92-47d0bf0ac611 2022-04-17T03:26:09.312Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35927619-595d-4a5f-bb92-47d0bf0ac611 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:26:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "ves-openapi-manager", "timestamp": 1650165857946, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-17T03:26:09.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "ves-openapi-manager", "timestamp": 1650165858949, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:26:09.326Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 35927619-595d-4a5f-bb92-47d0bf0ac611 2022-04-17T03:26:09.326Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35927619-595d-4a5f-bb92-47d0bf0ac611 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:26:09.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "aai-ml", "timestamp": 1650165861315, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:26:09.331Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "aai-ml", "timestamp": 1650165862318, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:26:09.335Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35927619-595d-4a5f-bb92-47d0bf0ac611 2022-04-17T03:26:09.335Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35927619-595d-4a5f-bb92-47d0bf0ac611 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:26:09.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165866878, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.339Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165866878, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165866878, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165866878, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165866878, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165866878, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165866878, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165866878, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165875700, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165878328, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165879331, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:26:09.345Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35927619-595d-4a5f-bb92-47d0bf0ac611 2022-04-17T03:26:09.345Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35927619-595d-4a5f-bb92-47d0bf0ac611 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:26:09.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c70ed97-c8f8-453b-a02a-513a1712102d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165890302, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-17T03:26:09.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "cds", "timestamp": 1650165885817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165887398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "cds", "timestamp": 1650165885817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165887398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "cds", "timestamp": 1650165885817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165887398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/resourceInstances/pnf50a3b8acc16f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "cds", "timestamp": 1650165885817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165887398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165896878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "cds", "timestamp": 1650165885817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165887398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:26:09.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165896878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165891311, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:26:09.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "cds", "timestamp": 1650165885817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165887398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165896878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165900406, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:26:09.354Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "cds", "timestamp": 1650165885817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:26:09.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165887398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:26:09.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165896878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "ves-openapi-manager", "timestamp": 1650165899896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165896878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "ves-openapi-manager", "timestamp": 1650165899896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165901593, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "cds", "timestamp": 1650165901599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650165902343, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tgphltf5hgzerkzquuj/1.0/artifacts/service-DemoPnf6tgphltf5hgzerkzquuj-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165896878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "ves-openapi-manager", "timestamp": 1650165899896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "cds", "timestamp": 1650165902602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:26:09.363Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 2022-04-17T03:26:09.363Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:26:09.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165902787, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:26:09.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165896878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "ves-openapi-manager", "timestamp": 1650165899896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165904086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "ves-openapi-manager", "timestamp": 1650165899896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165904896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165905114, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:26:09.373Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 2022-04-17T03:26:09.373Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:26:09.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "aai-ml", "timestamp": 1650165904867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "ves-openapi-manager", "timestamp": 1650165899896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "multicloud-k8s-id", "timestamp": 1650165906118, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "aai-ml", "timestamp": 1650165904867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "ves-openapi-manager", "timestamp": 1650165899896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "aai-ml", "timestamp": 1650165904867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:09.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165908364, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:26:09.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:26:09.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:26:09.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "aai-ml", "timestamp": 1650165904867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:26:09.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:26:35.314Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35927619-595d-4a5f-bb92-47d0bf0ac611 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:26:35.321Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35927619-595d-4a5f-bb92-47d0bf0ac611 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:26:35.323Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:26:35.323Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:26:35.323Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-17T03:26:35.323Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-17T03:26:35.324Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:26:35.324Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:26:35.324Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:26:35.324Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:26:35.324Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:26:35.324Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:26:35.328Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-17T03:27:05.328Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35927619-595d-4a5f-bb92-47d0bf0ac611 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:27:06.319Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35927619-595d-4a5f-bb92-47d0bf0ac611 and serviceModelVersionId: 6337ec43-bc7c-4fde-b3e4-531a9de92d36 2022-04-17T03:27:06.319Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be65bd55-8bc6-4da5-aa21-5b128ccbc620 2022-04-17T03:27:06.319Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be65bd55-8bc6-4da5-aa21-5b128ccbc620/model-vers/model-ver/6337ec43-bc7c-4fde-b3e4-531a9de92d36?depth=0 2022-04-17T03:27:06.323Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:27:06.350Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be65bd55-8bc6-4da5-aa21-5b128ccbc620/model-vers/model-ver/6337ec43-bc7c-4fde-b3e4-531a9de92d36?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-17T03:27:06.350Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be65bd55-8bc6-4da5-aa21-5b128ccbc620/model-vers/model-ver/6337ec43-bc7c-4fde-b3e4-531a9de92d36?depth=0|INFO|500||Invoke 2022-04-17T03:27:06.366Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be65bd55-8bc6-4da5-aa21-5b128ccbc620/model-vers/model-ver/6337ec43-bc7c-4fde-b3e4-531a9de92d36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-17T03:27:06.686Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be65bd55-8bc6-4da5-aa21-5b128ccbc620/model-vers/model-ver/6337ec43-bc7c-4fde-b3e4-531a9de92d36?depth=0|INFO|500||InvokeReturn 2022-04-17T03:27:06.686Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be65bd55-8bc6-4da5-aa21-5b128ccbc620/model-vers/model-ver/6337ec43-bc7c-4fde-b3e4-531a9de92d36?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-03:27:06:377-8248], vertex-id=[208952], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:27:06 GMT], Content-Type=[application/json]} 2022-04-17T03:27:06.686Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:27:06.686Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:27:06.686Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:27:07.318Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-17T03:27:07.319Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35927619-595d-4a5f-bb92-47d0bf0ac611 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-17T03:27:07.319Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-17T03:27:07.319Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:07.320Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:07.320Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166027319, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-17T03:27:07.420Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:07.421Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:07.421Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:07.439Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:07.440Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:27:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:27:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:27:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:09.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:09.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:27:09.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650165909367, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:27:09.121Z||pool-2-thread-8|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@6909301b marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3091) 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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy216.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-04-17T03:27:09.121Z||pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:27:09.122Z||pool-2-thread-8|||||ERROR|500||(conn=3091) WSREP has not yet prepared node for application use 2022-04-17T03:27:09.123Z||pool-2-thread-8|||||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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy216.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=3091) 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-04-17T03:27:09.123Z||pool-2-thread-8|||||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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy216.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=3091) 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-04-17T03:27:09.124Z||pool-2-thread-8|||||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-04-17T03:27:09.124Z||pool-2-thread-8|||||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.$Proxy216.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.$Proxy144.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 Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:27:09.322Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:27:09.322Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:27:09.322Z|35927619-595d-4a5f-bb92-47d0bf0ac611|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:14.261Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:14.262Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-17T03:27:14.262Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"12c34397-ec60-4cf9-83e7-0d1b8ec182b7","serviceName":"vFW 2022-04-17 03-22-41","serviceVersion":"1.0","serviceUUID":"a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e","serviceDescription":"catalog service description","serviceInvariantUUID":"d89ef7eb-1afe-40ad-89f4-f531da6ed0dd","resources":[{"resourceInstanceName":"vFW 79aa0f33-d99d 0","resourceName":"vFW 79aa0f33-d99d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"46b5a7da-6007-450f-a653-0a91147a42a2","resourceInvariantUUID":"0373c0c1-e7f7-4548-89e4-27f32de47623","resourceCustomizationUUID":"4b3cd3a9-e73e-4188-8d0b-41a4524689d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vf-license-model.xml","artifactChecksum":"ZmVmZDFhY2YxZmE0NTczOGQzMDhiZGUzNDhjZjBkYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07851c7a-3419-4cf9-ac98-b1e2ff9dcdc0","artifactVersion":"1"},{"artifactName":"vfw79aa0f33d99d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json","artifactChecksum":"MThjZjBkMzVhYWU2NGE1Nzc3NDJjNjFlYzA5NTdlY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61279987-18ff-49c9-9cd2-15cae8cb23e2","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a552d3ca-8803-45c9-a8b3-b1631e2e1369","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vendor-license-model.xml","artifactChecksum":"NzIxN2E2NTY2NjNiNDNlZmI3Yzg5NmI1MzYwNjYxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b2cc6493-a1be-4252-9c71-fa9e97beb904","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"54c4ad0e-090b-424e-98fc-ef7e8e10aa49","artifactVersion":"3","generatedFromUUID":"a552d3ca-8803-45c9-a8b3-b1631e2e1369"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417032241-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-template.yml","artifactChecksum":"NzNmMzI1ODI0M2FkNDFiMjk2NmFlYjU1ZmQ5MTZhZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7aa5eee3-4eca-4797-b38e-776642aac8ea","artifactVersion":"1"},{"artifactName":"service-Vfw20220417032241-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar","artifactChecksum":"NGM2YzU4MmM2OTZjZWNmMDU5OTUyYmY2NWE1NDY0M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15880cb2-a76a-4e11-8820-a972ac52ef99","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:27:14.263Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:27:14.264Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:14.265Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:14.265Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:27:14.365Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:14.366Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:14.366Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:14.379Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:14.380Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:15.266Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:27:15.266Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:15.268Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:15.268Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:27:15.368Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:15.369Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:15.369Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:15.383Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:15.383Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:27:16.268Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:27:16.269Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:16.271Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:16.271Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:27:16.371Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:16.372Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:16.372Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:16.388Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:16.388Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:17.271Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:27:17.272Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:17.274Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:17.274Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:27:17.374Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:17.375Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:17.375Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:17.388Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:17.388Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:18.275Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:27:18.275Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:18.277Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:18.277Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:27:18.377Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:18.378Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:18.378Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:18.392Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:18.392Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:19.277Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:27:19.278Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:19.279Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:19.279Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:27:19.379Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:19.380Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:19.380Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:19.393Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:19.393Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:20.280Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:27:20.280Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:20.282Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:20.282Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:27:20.382Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:20.383Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:20.383Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:20.397Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:20.398Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:21.283Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "serviceName": "vFW 2022-04-17 03-22-41", "serviceVersion": "1.0", "serviceUUID": "a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d89ef7eb-1afe-40ad-89f4-f531da6ed0dd", "resources": [ { "resourceInstanceName": "vFW 79aa0f33-d99d 0", "resourceCustomizationUUID": "4b3cd3a9-e73e-4188-8d0b-41a4524689d5", "resourceName": "vFW 79aa0f33-d99d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "46b5a7da-6007-450f-a653-0a91147a42a2", "resourceInvariantUUID": "0373c0c1-e7f7-4548-89e4-27f32de47623", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw79aa0f33d99d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "artifactChecksum": "MThjZjBkMzVhYWU2NGE1Nzc3NDJjNjFlYzA5NTdlY2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "61279987-18ff-49c9-9cd2-15cae8cb23e2", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a552d3ca-8803-45c9-a8b3-b1631e2e1369", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "54c4ad0e-090b-424e-98fc-ef7e8e10aa49", "generatedFromUUID": "a552d3ca-8803-45c9-a8b3-b1631e2e1369" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "54c4ad0e-090b-424e-98fc-ef7e8e10aa49", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220417032241-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "artifactChecksum": "NGM2YzU4MmM2OTZjZWNmMDU5OTUyYmY2NWE1NDY0M2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "15880cb2-a76a-4e11-8820-a972ac52ef99" } ], "workloadContext": "Production" } 2022-04-17T03:27:21.283Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:27:21.283Z|35927619-595d-4a5f-bb92-47d0bf0ac611|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e ASDC 2022-04-17T03:27:21.284Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:12c34397-ec60-4cf9-83e7-0d1b8ec182b7 ServiceName:vFW 2022-04-17 03-22-41 ServiceVersion:1.0 ServiceUUID:a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e ServiceInvariantUUID:d89ef7eb-1afe-40ad-89f4-f531da6ed0dd ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220417032241-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar ArtifactUUID:15880cb2-a76a-4e11-8820-a972ac52ef99 ArtifactChecksum:NGM2YzU4MmM2OTZjZWNmMDU5OTUyYmY2NWE1NDY0M2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 79aa0f33-d99d 0 ResourceCustomizationUUID:4b3cd3a9-e73e-4188-8d0b-41a4524689d5 ResourceInvariantUUID:0373c0c1-e7f7-4548-89e4-27f32de47623 ResourceName:vFW 79aa0f33-d99d ResourceType:VF ResourceUUID:46b5a7da-6007-450f-a653-0a91147a42a2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw79aa0f33d99d0_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json ArtifactUUID:61279987-18ff-49c9-9cd2-15cae8cb23e2 ArtifactChecksum:MThjZjBkMzVhYWU2NGE1Nzc3NDJjNjFlYzA5NTdlY2Y= 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/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml ArtifactUUID:a552d3ca-8803-45c9-a8b3-b1631e2e1369 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env ArtifactUUID:54c4ad0e-090b-424e-98fc-ef7e8e10aa49 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env ArtifactUUID:54c4ad0e-090b-424e-98fc-ef7e8e10aa49 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:27:21.284Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:27:21.332Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:27:21.333Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:27:21.333Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:27:21.333Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 15880cb2-a76a-4e11-8820-a972ac52ef99 from URL: /sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:21.333Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:27:21.333Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:21.632Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:27:21.636Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar 15880cb2-a76a-4e11-8820-a972ac52ef99 98955 2022-04-17T03:27:21.636Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar ASDC sendASDCNotification 2022-04-17T03:27:21.636Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:21.637Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:27:21.637Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:21.638Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:21.639Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166041636, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:27:21.739Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:21.739Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:21.740Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:21.754Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:21.754Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:27:22.639Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:27:22.640Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:27:22.640Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 15880cb2-a76a-4e11-8820-a972ac52ef99, URL: /sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar to file: /app/ASDC/1/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:22.641Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417032241-csar.csar 2022-04-17T03:27:22.641Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:22.641Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:22.783Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9259343355470259911/Definitions/service-Vfw20220417032241-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-04-17T03:27:24.199Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:27:24.199Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:27:24.199Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.199Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-17T03:27:24.199Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||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-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.199Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||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-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.199Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||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-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||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-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||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-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||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-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||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-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 79aa0f33-d99d 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-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||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-Vfw20220417032241-csar.csar 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:24.200Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is matching search criteria 2022-04-17T03:27:24.201Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:27:24.201Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79aa0f33-d99d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:27:24.201Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.201Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:24.201Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is matching search criteria 2022-04-17T03:27:24.201Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:27:24.201Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79aa0f33-d99d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:27:24.201Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.202Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:24.202Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.202Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is not matching search criteria 2022-04-17T03:27:24.202Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:27:24.202Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:27:24.202Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.202Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:24.202Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.202Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:27:24.202Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:27:24.202Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:27:24.203Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:27:24.203Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.203Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:24.203Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:27:24.203Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:24.203Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:27:24.203Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.203Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-17T03:27:24.203Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.203Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:27:24.204Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.204Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is matching search criteria 2022-04-17T03:27:24.204Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79aa0f33-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:27:24.204Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.204Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is matching search criteria 2022-04-17T03:27:24.204Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79aa0f33-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:27:24.204Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.204Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is matching search criteria 2022-04-17T03:27:24.204Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79aa0f33-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:27:24.205Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.205Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is not matching search criteria 2022-04-17T03:27:24.205Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:27:24.205Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-17T03:27:24.205Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:27:24.205Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:27:24.205Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:27:24.205Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.205Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:24.205Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:27:24.206Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:24.206Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:27:24.206Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.206Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=49124ba0-455f-46a8-869f-761401f2f2cf 2022-04-17T03:27:24.206Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.206Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is not matching search criteria 2022-04-17T03:27:24.206Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:27:24.206Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:27:24.206Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.206Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9ccb3c13-4021-491f-92c1-27517a5ebb23 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is not matching search criteria 2022-04-17T03:27:24.207Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:27:24.208Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:27:24.208Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.208Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:24.208Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.208Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:27:24.208Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:27:24.208Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:27:24.208Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:27:24.208Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:27:24.208Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:24.208Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-17T03:27:24.209Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cc2a0a14-9d41-4851-842f-4aa2bccfafbd 2022-04-17T03:27:24.209Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.209Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:24.209Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.209Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:24.209Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.209Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:24.209Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:24.209Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:24.209Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-17 03-22-41 Description:catalog service description Model UUID:a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e Model Version:NULL Model InvariantUuid:d89ef7eb-1afe-40ad-89f4-f531da6ed0dd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 79aa0f33-d99d Model UUID:adecadc2-dad4-40b1-8da4-ae0eb97b221d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0373c0c1-e7f7-4548-89e4-27f32de47623 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4b3cd3a9-e73e-4188-8d0b-41a4524689d5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b19ca555-fbd8-48b7-b448-a2891c077aa1 ModelName:Vfw79aa0f33D99d..base_vfw..module-0 ModelUuid:31a71794-efa4-42e5-b3ac-af19476827dc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:49124ba0-455f-46a8-869f-761401f2f2cf ModelInvariantUuid:5d3babf9-3d11-4adc-ba0d-d901d3cc50fa ModelName:vFW 79aa0f33-d99d-nodes.vfwCvfc ModelUuid:097ab325-2359-41b7-a1db-18114b9960b6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:275596e7-0479-4296-aab7-b5e4e5c0a853 ModelInvariantUuid:fed63a8f-e3d5-458b-8bc4-52128904e126 ModelName:Vfw79aa0f33D99d.compute.nodes.heat.vfw ModelUuid:19e416d4-e4b6-4ec8-a6e4-49a56c42bc44 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9ccb3c13-4021-491f-92c1-27517a5ebb23 ModelInvariantUuid:260f6d5d-982e-4676-81cb-df837f347887 ModelName:vFW 79aa0f33-d99d-nodes.vsnCvfc ModelUuid:5a54d6c8-4bfc-4390-a492-b9878e97cee7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:f65fb02b-a85f-4df1-b5c7-133a87fce520 ModelInvariantUuid:d46dca6b-98ac-4524-8a7b-61e167af7f75 ModelName:Vfw79aa0f33D99d.compute.nodes.heat.vsn ModelUuid:f7b2b7ef-dbe0-4a07-9d60-87128d4d7e6c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cc2a0a14-9d41-4851-842f-4aa2bccfafbd ModelInvariantUuid:c25b9974-3ae3-4a2f-9824-bbe4c978bce9 ModelName:vFW 79aa0f33-d99d-nodes.vpgCvfc ModelUuid:b33cfa3d-2fbc-4190-9286-5fefaaab0f6f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a1a37c68-ff22-48e2-938a-9b671407a70d ModelInvariantUuid:c3b74b73-170e-4fa6-af82-733f246939b6 ModelName:Vfw79aa0f33D99d.compute.nodes.heat.vpg ModelUuid:61d93d83-989c-4bf5-b4a2-39b003f7568a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:27:24.321Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 46b5a7da-6007-450f-a653-0a91147a42a2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:27:24.324Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||vFW 79aa0f33-d99d 0 2022-04-17T03:27:24.324Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 46b5a7da-6007-450f-a653-0a91147a42a2 2022-04-17T03:27:24.324Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 61279987-18ff-49c9-9cd2-15cae8cb23e2 from URL: /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json 2022-04-17T03:27:24.324Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:27:24.324Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json 2022-04-17T03:27:24.364Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:27:24.364Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json 61279987-18ff-49c9-9cd2-15cae8cb23e2 785 2022-04-17T03:27:24.365Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json ASDC sendASDCNotification 2022-04-17T03:27:24.365Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json 2022-04-17T03:27:24.365Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:27:24.365Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:24.367Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:24.367Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166044365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:27:24.467Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:24.468Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:24.468Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:24.481Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:24.482Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:25.368Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw79aa0f33D99d..base_vfw..module-0", "vfModuleModelInvariantUUID": "b19ca555-fbd8-48b7-b448-a2891c077aa1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "31a71794-efa4-42e5-b3ac-af19476827dc", "vfModuleModelCustomizationUUID": "99c4d454-447c-42f1-b962-1adba7b7e816", "isBase": true, "artifacts": [ "a552d3ca-8803-45c9-a8b3-b1631e2e1369", "54c4ad0e-090b-424e-98fc-ef7e8e10aa49" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-17T03:27:25.382Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw79aa0f33D99d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:31a71794-efa4-42e5-b3ac-af19476827dc VfModuleModelInvariantUUID:b19ca555-fbd8-48b7-b448-a2891c077aa1 VfModuleModelDescription:NULL Artifacts UUID List:{ a552d3ca-8803-45c9-a8b3-b1631e2e1369 , 54c4ad0e-090b-424e-98fc-ef7e8e10aa49 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-17T03:27:25.384Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw79aa0f33D99d..base_vfw..module-0", "vfModuleModelInvariantUUID": "b19ca555-fbd8-48b7-b448-a2891c077aa1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "31a71794-efa4-42e5-b3ac-af19476827dc", "vfModuleModelCustomizationUUID": "99c4d454-447c-42f1-b962-1adba7b7e816", "isBase": true, "artifacts": [ "a552d3ca-8803-45c9-a8b3-b1631e2e1369", "54c4ad0e-090b-424e-98fc-ef7e8e10aa49" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-17T03:27:25.385Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw79aa0f33D99d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:31a71794-efa4-42e5-b3ac-af19476827dc VfModuleModelInvariantUUID:b19ca555-fbd8-48b7-b448-a2891c077aa1 VfModuleModelDescription:NULL Artifacts UUID List:{ a552d3ca-8803-45c9-a8b3-b1631e2e1369 , 54c4ad0e-090b-424e-98fc-ef7e8e10aa49 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-17T03:27:25.385Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a552d3ca-8803-45c9-a8b3-b1631e2e1369 from URL: /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml 2022-04-17T03:27:25.385Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:27:25.385Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml 2022-04-17T03:27:25.425Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:27:25.426Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml a552d3ca-8803-45c9-a8b3-b1631e2e1369 20368 2022-04-17T03:27:25.426Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-17T03:27:25.426Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml 2022-04-17T03:27:25.426Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:27:25.427Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:25.428Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:25.428Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166045426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:27:25.528Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:25.529Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:25.529Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:25.543Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:25.543Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:26.429Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 54c4ad0e-090b-424e-98fc-ef7e8e10aa49 from URL: /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env 2022-04-17T03:27:26.430Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:27:26.430Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env 2022-04-17T03:27:26.469Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:27:26.470Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env 54c4ad0e-090b-424e-98fc-ef7e8e10aa49 2098 2022-04-17T03:27:26.470Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-17T03:27:26.470Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env 2022-04-17T03:27:26.471Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:27:26.471Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:26.474Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:26.474Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166046470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:27:26.574Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:26.574Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:26.575Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:26.589Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:26.589Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:27.474Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e 2022-04-17T03:27:27.475Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 79aa0f33-d99d 0 46b5a7da-6007-450f-a653-0a91147a42a2 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:27:28.338Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@653ad299, org.onap.sdc.toscaparser.api.parameters.Input@aaf7f4c, org.onap.sdc.toscaparser.api.parameters.Input@73926aef, org.onap.sdc.toscaparser.api.parameters.Input@29724d76, org.onap.sdc.toscaparser.api.parameters.Input@1a6fecdb] 2022-04-17T03:27:28.339Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.340Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:28.340Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-04-17T03:27:28.340Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4b3cd3a9-e73e-4188-8d0b-41a4524689d5 2022-04-17T03:27:28.340Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b3cd3a9-e73e-4188-8d0b-41a4524689d5 matches Tosca VF Customization UUID: 4b3cd3a9-e73e-4188-8d0b-41a4524689d5 2022-04-17T03:27:28.340Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4b3cd3a9-e73e-4188-8d0b-41a4524689d5 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-17T03:27:28.344Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.344Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:28.345Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4b3cd3a9-e73e-4188-8d0b-41a4524689d5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-17T03:27:28.345Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44b2a8ec 2022-04-17T03:27:28.345Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.345Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:27:28.346Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 99c4d454-447c-42f1-b962-1adba7b7e816 2022-04-17T03:27:28.347Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 99c4d454-447c-42f1-b962-1adba7b7e816 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-17T03:27:28.350Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.351Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is matching search criteria 2022-04-17T03:27:28.351Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79aa0f33-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:27:28.351Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.352Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is matching search criteria 2022-04-17T03:27:28.352Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79aa0f33-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:27:28.352Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.352Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is not matching search criteria 2022-04-17T03:27:28.352Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:27:28.352Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-17T03:27:28.352Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:27:28.353Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:27:28.353Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:27:28.353Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:27:28.353Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:28.353Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:27:28.353Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:28.353Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:27:28.353Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:27:28.354Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=49124ba0-455f-46a8-869f-761401f2f2cf Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-17T03:27:28.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is matching search criteria 2022-04-17T03:27:28.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79aa0f33-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:27:28.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is not matching search criteria 2022-04-17T03:27:28.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:27:28.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:27:28.360Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:27:28.360Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:28.360Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:27:28.360Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:27:28.360Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:27:28.360Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-17T03:27:28.360Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:27:28.360Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:28.360Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:27:28.360Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:27:28.360Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9ccb3c13-4021-491f-92c1-27517a5ebb23 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-17T03:27:28.362Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.362Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is matching search criteria 2022-04-17T03:27:28.362Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79aa0f33-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:27:28.365Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.365Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is not matching search criteria 2022-04-17T03:27:28.365Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:27:28.365Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:27:28.365Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:27:28.365Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:28.365Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:27:28.366Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:27:28.366Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:27:28.366Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:27:28.366Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:27:28.366Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:27:28.366Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:27:28.366Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-17T03:27:28.366Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cc2a0a14-9d41-4851-842f-4aa2bccfafbd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-17T03:27:28.368Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.368Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is matching search criteria 2022-04-17T03:27:28.368Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79aa0f33-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:27:28.368Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.368Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Node template vFW 79aa0f33-d99d 0 is matching search criteria 2022-04-17T03:27:28.368Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79aa0f33-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=4b3cd3a9-e73e-4188-8d0b-41a4524689d5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:27:28.370Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.370Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:28.370Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e: vFW 79aa0f33-d99d 2022-04-17T03:27:28.370Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.370Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:28.370Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.370Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:28.370Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.371Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:28.371Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.371Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:28.371Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:27:28.371Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-22-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:27:28.371Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-04-17 03-22-41 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:27:29.331Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 79aa0f33-d99d 46b5a7da-6007-450f-a653-0a91147a42a2 1 ASDC deployResourceStructure 2022-04-17T03:27:29.331Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json ASDC sendASDCNotification 2022-04-17T03:27:29.331Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json 2022-04-17T03:27:29.331Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:27:29.331Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:29.333Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:29.333Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166049331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:27:29.433Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:29.434Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:29.434Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:29.447Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:29.448Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:30.334Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-17T03:27:30.334Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml 2022-04-17T03:27:30.334Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:27:30.334Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:30.335Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:30.336Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166050334, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-17T03:27:30.436Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:30.436Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:30.436Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:30.450Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:30.450Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:31.336Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-17T03:27:31.337Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env 2022-04-17T03:27:31.337Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:27:31.337Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:31.339Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:31.339Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166051336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-17T03:27:31.439Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:31.440Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:31.440Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:31.453Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:31.454Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:32.340Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar ASDC sendASDCNotification 2022-04-17T03:27:32.340Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar 2022-04-17T03:27:32.340Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:27:32.340Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:27:32.342Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:27:32.342Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166052339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:27:32.442Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:27:32.443Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:27:32.443Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:27:32.457Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:27:32.457Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:27:33.342Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:27:34.323Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:27:34.326Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:27:34.326Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:27:34.327Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:28:04.327Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:28:04.334Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:28:04.335Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:28:04.335Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:28:04.336Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:28:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:28:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:28:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:28:09.121Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:28:09.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:28:09.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "aai-ml", "timestamp": 1650165904867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:28:09.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:28:09.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:28:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "aai-ml", "timestamp": 1650165904867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:28:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:28:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:28:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "aai-ml", "timestamp": 1650165904867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:28:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:28:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:28:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "aai-ml", "timestamp": 1650165913208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:28:09.123Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:28:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:28:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "aai-ml", "timestamp": 1650165923109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:28:09.123Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:28:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:28:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "aai-ml", "timestamp": 1650165924114, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:28:09.327Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 2022-04-17T03:28:09.327Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:28:34.336Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:28:34.344Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:28:34.346Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:28:34.346Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:28:34.346Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:28:34.346Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:29:04.346Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:29:04.355Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:29:04.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:29:04.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:29:04.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:29:04.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:29:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:29:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:29:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:29:09.119Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:29:09.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:29:09.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35927619-595d-4a5f-bb92-47d0bf0ac611", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166027319, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-17T03:29:09.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:29:34.359Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:29:34.366Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:29:34.368Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:29:34.368Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:29:34.369Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:29:34.369Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:30:04.369Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:30:04.376Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:30:04.378Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:30:04.378Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:30:04.378Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:30:04.379Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:30:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:30:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:30:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:30:09.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:30:09.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166029322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166041636, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166044365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166045426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166046470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:30:09.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166049331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/vfw79aa0f33d99d0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166050334, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166051336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/resourceInstances/vfw79aa0f33d99d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166052339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417032241/1.0/artifacts/service-Vfw20220417032241-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:30:09.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:30:34.379Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:30:34.386Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:30:34.388Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:30:34.388Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:30:34.388Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:30:34.388Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:31:04.389Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:31:04.395Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:31:04.397Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:31:04.397Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:31:04.397Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:31:04.397Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:31:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:31:09.101Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:31:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:31:09.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:31:09.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "cds", "timestamp": 1650166245817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "ves-openapi-manager", "timestamp": 1650166239895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "cds", "timestamp": 1650166245817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "ves-openapi-manager", "timestamp": 1650166239895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166247398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "cds", "timestamp": 1650166245817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "ves-openapi-manager", "timestamp": 1650166239895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166247398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "cds", "timestamp": 1650166245817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "ves-openapi-manager", "timestamp": 1650166239895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166247398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "cds", "timestamp": 1650166245817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "ves-openapi-manager", "timestamp": 1650166239895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166247398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "cds", "timestamp": 1650166245817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "ves-openapi-manager", "timestamp": 1650166239895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166247398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "cds", "timestamp": 1650166245817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "ves-openapi-manager", "timestamp": 1650166239895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166247398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "cds", "timestamp": 1650166253922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:31:09.633Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:31:09.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166247398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:31:09.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "cds", "timestamp": 1650166254926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:31:09.643Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 2022-04-17T03:31:09.643Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:31:09.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166255103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:31:09.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:31:09.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166256143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:31:09.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:31:09.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166257181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:31:09.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:31:09.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166256878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166258213, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:31:09.652Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 2022-04-17T03:31:09.652Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:31:09.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166256878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166259216, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166256878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166256878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166256878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166256878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166256878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:31:09.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166264792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:31:09.659Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:31:09.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "aai-ml", "timestamp": 1650166264867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "aai-ml", "timestamp": 1650166264867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166267381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "aai-ml", "timestamp": 1650166264867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166268384, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:31:09.664Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 2022-04-17T03:31:09.664Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:31:09.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:31:09.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "aai-ml", "timestamp": 1650166264867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:31:09.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:31:34.397Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:31:34.406Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:31:34.408Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:31:34.409Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:31:34.409Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:31:34.409Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:32:04.409Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:32:04.416Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:32:04.418Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:32:04.418Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:32:04.418Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:32:04.418Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:32:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:32:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:32:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:09.123Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:32:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "aai-ml", "timestamp": 1650166264867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:32:09.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:32:34.418Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-04-17T03:32:34.418Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:32:35.362Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 and serviceModelVersionId: a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e 2022-04-17T03:32:35.362Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d89ef7eb-1afe-40ad-89f4-f531da6ed0dd 2022-04-17T03:32:35.362Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d89ef7eb-1afe-40ad-89f4-f531da6ed0dd/model-vers/model-ver/a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e?depth=0 2022-04-17T03:32:35.366Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:32:35.397Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89ef7eb-1afe-40ad-89f4-f531da6ed0dd/model-vers/model-ver/a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-17T03:32:35.398Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89ef7eb-1afe-40ad-89f4-f531da6ed0dd/model-vers/model-ver/a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e?depth=0|INFO|500||Invoke 2022-04-17T03:32:35.419Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89ef7eb-1afe-40ad-89f4-f531da6ed0dd/model-vers/model-ver/a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-04-17T03:32:35.622Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89ef7eb-1afe-40ad-89f4-f531da6ed0dd/model-vers/model-ver/a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e?depth=0|INFO|500||InvokeReturn 2022-04-17T03:32:35.623Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89ef7eb-1afe-40ad-89f4-f531da6ed0dd/model-vers/model-ver/a7e2b2f1-63c1-438e-ad90-e8bbcd52f65e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-03:32:35:429-88709], vertex-id=[217144], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:32:35 GMT], Content-Type=[application/json]} 2022-04-17T03:32:35.623Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:32:35.623Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:32:35.623Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:32:36.362Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-17T03:32:36.362Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12c34397-ec60-4cf9-83e7-0d1b8ec182b7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-04-17T03:32:36.362Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:32:36.362Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:36.364Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:36.364Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166356362, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-04-17T03:32:36.464Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:36.465Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:36.465Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:36.477Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:36.477Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:32:37.371Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:32:37.371Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:32:37.371Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:42.215Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:42.216Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-17T03:32:42.216Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8b9cb3d7-9cfa-4970-bd7b-371c45acf747","serviceDescription":"service","serviceInvariantUUID":"e2a9ef80-0176-4c86-92f8-8466006dc768","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9b507c35-7cc8-4cbb-93f9-a4d7781d8616","resourceInvariantUUID":"e7ca9c14-dcc9-41cc-8f13-e0fe15d69b94","resourceCustomizationUUID":"f234bc41-8427-46bb-9e36-cc447553ce37","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"N2M1YWNjNDVmYzhmZTk4NDMzYjJjODMzYTE1NTcxZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"091a73ee-9a81-4103-a807-05caf8f8ff86","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZmViMDk5YjE2YWVhYzZjOTQzNTRjYTNhNWFlMzY3MGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8b80463-72c2-4b4b-baf2-0de746e35b62","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fa1440ff-24fe-44c6-8f73-517baee4bc98","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2eec06c6-0862-479c-8827-c78040493acc","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8941b650-10dc-4bfc-ab0e-7cc58278422f","artifactVersion":"2","generatedFromUUID":"fa1440ff-24fe-44c6-8f73-517baee4bc98"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NThlYTIzNGJlMDM1ZDk4YzkxMTJmODZlNGE3MWI4NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2213cbd1-54e8-4dc3-bcf6-8c24e165e0f5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzY4MGVkMzM0ODcyZDhlM2RhMjJmNzE1NjM0ZmQ4Mzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"edd6fb56-1b52-4ef8-9383-34b74bd643f0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:32:42.217Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:32:42.217Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:42.219Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:42.220Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:32:42.320Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:42.320Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:42.321Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:42.337Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:42.338Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:43.220Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:32:43.221Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:43.222Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:43.222Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:32:43.322Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:43.323Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:43.323Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:43.336Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:43.336Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:44.223Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:32:44.223Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:44.225Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:44.225Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-17T03:32:44.326Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-17T03:32:44.326Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:44.327Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:44.339Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:44.340Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:32:45.226Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:32:45.227Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:45.228Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:45.228Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:32:45.329Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:45.329Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:45.329Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:45.342Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:45.342Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:46.229Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:32:46.229Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:46.231Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:46.232Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-17T03:32:46.331Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-17T03:32:46.332Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:46.332Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:46.344Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:46.344Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:47.232Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:32:47.232Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:47.234Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:47.234Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:32:47.334Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:47.335Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:47.335Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:47.345Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:47.346Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:48.234Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:32:48.235Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:48.236Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:48.236Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:32:48.336Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:48.337Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:48.337Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:48.350Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:48.350Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:49.237Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "8b9cb3d7-9cfa-4970-bd7b-371c45acf747", "serviceDescription": "service", "serviceInvariantUUID": "e2a9ef80-0176-4c86-92f8-8466006dc768", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "f234bc41-8427-46bb-9e36-cc447553ce37", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9b507c35-7cc8-4cbb-93f9-a4d7781d8616", "resourceInvariantUUID": "e7ca9c14-dcc9-41cc-8f13-e0fe15d69b94", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "ZmViMDk5YjE2YWVhYzZjOTQzNTRjYTNhNWFlMzY3MGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e8b80463-72c2-4b4b-baf2-0de746e35b62", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fa1440ff-24fe-44c6-8f73-517baee4bc98", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8941b650-10dc-4bfc-ab0e-7cc58278422f", "generatedFromUUID": "fa1440ff-24fe-44c6-8f73-517baee4bc98" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8941b650-10dc-4bfc-ab0e-7cc58278422f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YzY4MGVkMzM0ODcyZDhlM2RhMjJmNzE1NjM0ZmQ4Mzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "edd6fb56-1b52-4ef8-9383-34b74bd643f0" } ], "workloadContext": "Production" } 2022-04-17T03:32:49.237Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:32:49.238Z|12c34397-ec60-4cf9-83e7-0d1b8ec182b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8b9cb3d7-9cfa-4970-bd7b-371c45acf747 ASDC 2022-04-17T03:32:49.238Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:8b9cb3d7-9cfa-4970-bd7b-371c45acf747 ServiceInvariantUUID:e2a9ef80-0176-4c86-92f8-8466006dc768 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:edd6fb56-1b52-4ef8-9383-34b74bd643f0 ArtifactChecksum:YzY4MGVkMzM0ODcyZDhlM2RhMjJmNzE1NjM0ZmQ4Mzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:f234bc41-8427-46bb-9e36-cc447553ce37 ResourceInvariantUUID:e7ca9c14-dcc9-41cc-8f13-e0fe15d69b94 ResourceName:basic_vm ResourceType:VF ResourceUUID:9b507c35-7cc8-4cbb-93f9-a4d7781d8616 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:e8b80463-72c2-4b4b-baf2-0de746e35b62 ArtifactChecksum:ZmViMDk5YjE2YWVhYzZjOTQzNTRjYTNhNWFlMzY3MGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:fa1440ff-24fe-44c6-8f73-517baee4bc98 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:8941b650-10dc-4bfc-ab0e-7cc58278422f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:8941b650-10dc-4bfc-ab0e-7cc58278422f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:32:49.238Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b9cb3d7-9cfa-4970-bd7b-371c45acf747 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:32:49.378Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:32:49.378Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:32:49.378Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:32:49.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: edd6fb56-1b52-4ef8-9383-34b74bd643f0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-17T03:32:49.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:32:49.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-17T03:32:49.515Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:32:49.519Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar edd6fb56-1b52-4ef8-9383-34b74bd643f0 71059 2022-04-17T03:32:49.519Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-17T03:32:49.519Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-17T03:32:49.519Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:32:49.519Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:49.520Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:49.521Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166369519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:32:49.621Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:49.621Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:49.621Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:49.635Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:49.635Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:50.521Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:32:50.522Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:32:50.522Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: edd6fb56-1b52-4ef8-9383-34b74bd643f0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:50.522Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-04-17T03:32:50.523Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:50.523Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:50.676Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11684108004270793210/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-17T03:32:51.603Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.604Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:51.605Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-17T03:32:51.605Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:32:51.605Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:32:51.605Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.605Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:51.605Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-17T03:32:51.605Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:32:51.605Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:32:51.605Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.605Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:51.605Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.606Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-17T03:32:51.606Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-17T03:32:51.606Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-17T03:32:51.606Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-17T03:32:51.606Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-17T03:32:51.606Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-17T03:32:51.606Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.606Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:32:51.606Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.606Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-17T03:32:51.606Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3a91617-8f24-498a-9e22-8f427a930f4e 2022-04-17T03:32:51.607Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.608Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:51.608Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.608Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:51.608Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.608Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:51.608Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:51.608Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:51.608Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:8b9cb3d7-9cfa-4970-bd7b-371c45acf747 Model Version:NULL Model InvariantUuid:e2a9ef80-0176-4c86-92f8-8466006dc768 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a8309426-aa42-4c5a-a915-f226352b572e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e7ca9c14-dcc9-41cc-8f13-e0fe15d69b94 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f234bc41-8427-46bb-9e36-cc447553ce37 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:29c15d8d-5260-4e14-a094-96e561429bd5 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:64d75d2a-85d8-4f7c-adc9-e1b7746c424a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c3a91617-8f24-498a-9e22-8f427a930f4e ModelInvariantUuid:002716e4-fa3a-4ac7-8962-ed950ca8f0ba ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:f5271d78-2882-427d-9da5-c91aa42d893c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d9c8dc84-6077-4b06-8e78-aeb6a85d22aa ModelInvariantUuid:c995ccd9-b633-4968-a3f9-677c1a62bed5 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:df1b649d-4279-4973-81c3-ecf732714c7a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:32:52.365Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9b507c35-7cc8-4cbb-93f9-a4d7781d8616 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:32:52.367Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||basic_vm 0 2022-04-17T03:32:52.367Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9b507c35-7cc8-4cbb-93f9-a4d7781d8616 2022-04-17T03:32:52.367Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e8b80463-72c2-4b4b-baf2-0de746e35b62 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-17T03:32:52.367Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:32:52.367Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-17T03:32:52.520Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:32:52.520Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e8b80463-72c2-4b4b-baf2-0de746e35b62 787 2022-04-17T03:32:52.520Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-04-17T03:32:52.520Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-17T03:32:52.520Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:32:52.521Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:52.522Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:52.522Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166372520, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:32:52.622Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:52.623Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:52.623Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:52.636Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:52.636Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:53.522Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "29c15d8d-5260-4e14-a094-96e561429bd5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "64d75d2a-85d8-4f7c-adc9-e1b7746c424a", "vfModuleModelCustomizationUUID": "f5932a30-bb7f-4b02-9311-250aa4e5d201", "isBase": true, "artifacts": [ "fa1440ff-24fe-44c6-8f73-517baee4bc98", "8941b650-10dc-4bfc-ab0e-7cc58278422f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-17T03:32:53.525Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:64d75d2a-85d8-4f7c-adc9-e1b7746c424a VfModuleModelInvariantUUID:29c15d8d-5260-4e14-a094-96e561429bd5 VfModuleModelDescription:NULL Artifacts UUID List:{ fa1440ff-24fe-44c6-8f73-517baee4bc98 , 8941b650-10dc-4bfc-ab0e-7cc58278422f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-17T03:32:53.527Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "29c15d8d-5260-4e14-a094-96e561429bd5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "64d75d2a-85d8-4f7c-adc9-e1b7746c424a", "vfModuleModelCustomizationUUID": "f5932a30-bb7f-4b02-9311-250aa4e5d201", "isBase": true, "artifacts": [ "fa1440ff-24fe-44c6-8f73-517baee4bc98", "8941b650-10dc-4bfc-ab0e-7cc58278422f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-17T03:32:53.527Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:64d75d2a-85d8-4f7c-adc9-e1b7746c424a VfModuleModelInvariantUUID:29c15d8d-5260-4e14-a094-96e561429bd5 VfModuleModelDescription:NULL Artifacts UUID List:{ fa1440ff-24fe-44c6-8f73-517baee4bc98 , 8941b650-10dc-4bfc-ab0e-7cc58278422f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-17T03:32:53.527Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fa1440ff-24fe-44c6-8f73-517baee4bc98 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-17T03:32:53.527Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:32:53.527Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-17T03:32:53.569Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:32:53.569Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml fa1440ff-24fe-44c6-8f73-517baee4bc98 5033 2022-04-17T03:32:53.569Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-17T03:32:53.569Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-17T03:32:53.569Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:32:53.569Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:53.571Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:53.571Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166373569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:32:53.671Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:53.672Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:53.672Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:53.686Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:53.686Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:54.571Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8941b650-10dc-4bfc-ab0e-7cc58278422f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-17T03:32:54.572Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:32:54.572Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-17T03:32:54.619Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:32:54.620Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8941b650-10dc-4bfc-ab0e-7cc58278422f 903 2022-04-17T03:32:54.620Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-17T03:32:54.620Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-17T03:32:54.620Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:32:54.620Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:54.622Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:54.622Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166374620, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:32:54.722Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:54.723Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:54.723Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:54.736Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:54.737Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:55.624Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8b9cb3d7-9cfa-4970-bd7b-371c45acf747 2022-04-17T03:32:55.624Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9b507c35-7cc8-4cbb-93f9-a4d7781d8616 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:32:56.369Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b83b9a5, org.onap.sdc.toscaparser.api.parameters.Input@3b425eda, org.onap.sdc.toscaparser.api.parameters.Input@5f9edda4, org.onap.sdc.toscaparser.api.parameters.Input@7710da9a, org.onap.sdc.toscaparser.api.parameters.Input@11b81b4c] 2022-04-17T03:32:56.370Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.370Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:56.370Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-04-17T03:32:56.370Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f234bc41-8427-46bb-9e36-cc447553ce37 2022-04-17T03:32:56.371Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f234bc41-8427-46bb-9e36-cc447553ce37 matches Tosca VF Customization UUID: f234bc41-8427-46bb-9e36-cc447553ce37 2022-04-17T03:32:56.371Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f234bc41-8427-46bb-9e36-cc447553ce37 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-17T03:32:56.372Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.372Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:56.372Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f234bc41-8427-46bb-9e36-cc447553ce37: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-04-17T03:32:56.373Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@604a76dd 2022-04-17T03:32:56.373Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.373Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:32:56.373Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f5932a30-bb7f-4b02-9311-250aa4e5d201 2022-04-17T03:32:56.373Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f5932a30-bb7f-4b02-9311-250aa4e5d201 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-17T03:32:56.374Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.375Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-17T03:32:56.375Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:32:56.375Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.375Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-17T03:32:56.375Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:32:56.375Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.375Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-17T03:32:56.375Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-17T03:32:56.375Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-17T03:32:56.376Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3a91617-8f24-498a-9e22-8f427a930f4e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-17T03:32:56.377Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.377Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-17T03:32:56.377Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:32:56.377Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.377Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-17T03:32:56.377Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f234bc41-8427-46bb-9e36-cc447553ce37 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:32:56.378Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.378Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8b9cb3d7-9cfa-4970-bd7b-371c45acf747: basic_vm 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:32:56.379Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:32:56.431Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9b507c35-7cc8-4cbb-93f9-a4d7781d8616 1 ASDC deployResourceStructure 2022-04-17T03:32:56.431Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-04-17T03:32:56.431Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-17T03:32:56.431Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:32:56.431Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:56.432Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:56.432Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166376431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:32:56.533Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:56.533Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:56.533Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:56.548Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:56.548Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:32:57.433Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-17T03:32:57.434Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-17T03:32:57.434Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:32:57.434Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:57.435Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:57.435Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166377433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-17T03:32:57.535Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:57.536Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:57.536Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:57.548Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:57.548Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:58.436Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-17T03:32:58.436Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-17T03:32:58.436Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:32:58.437Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:58.438Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:58.438Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166378436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-17T03:32:58.538Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:58.539Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:58.539Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:58.553Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:58.554Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:32:59.439Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-17T03:32:59.439Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-17T03:32:59.439Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:32:59.440Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:32:59.441Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:32:59.441Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166379439, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:32:59.541Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:32:59.542Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:32:59.542Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:32:59.556Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:32:59.556Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:33:00.442Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:33:00.449Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:33:00.450Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:33:00.451Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:33:00.451Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:33:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:33:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:33:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:33:09.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:33:09.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "aai-ml", "timestamp": 1650166264867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "aai-ml", "timestamp": 1650166264867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "aai-ml", "timestamp": 1650166273097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "aai-ml", "timestamp": 1650166281712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "aai-ml", "timestamp": 1650166282716, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:33:09.367Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 2022-04-17T03:33:09.367Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:33:09.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "cds", "timestamp": 1650166275817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "ves-openapi-manager", "timestamp": 1650166279895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "cds", "timestamp": 1650166275817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "ves-openapi-manager", "timestamp": 1650166279895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166286878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "cds", "timestamp": 1650166275817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "ves-openapi-manager", "timestamp": 1650166279895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166287398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166286878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "cds", "timestamp": 1650166275817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "ves-openapi-manager", "timestamp": 1650166279895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166287398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166286878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "cds", "timestamp": 1650166275817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "ves-openapi-manager", "timestamp": 1650166279895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166287398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166286878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "cds", "timestamp": 1650166275817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "ves-openapi-manager", "timestamp": 1650166279895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166287398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166286878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "cds", "timestamp": 1650166275817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "ves-openapi-manager", "timestamp": 1650166279895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166287398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166286878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "cds", "timestamp": 1650166275817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "ves-openapi-manager", "timestamp": 1650166279895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166287398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166286878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "ves-openapi-manager", "timestamp": 1650166293902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "cds", "timestamp": 1650166293987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166287398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166286878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:33:09.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "ves-openapi-manager", "timestamp": 1650166294927, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-17T03:33:09.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:33:09.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "cds", "timestamp": 1650166294991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:33:09.387Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5f4ff16-0d18-4943-9323-c3252c9488e9 2022-04-17T03:33:09.387Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5f4ff16-0d18-4943-9323-c3252c9488e9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:33:09.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "multicloud-k8s-id", "timestamp": 1650166287398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:33:09.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "aai-ml", "timestamp": 1650166294867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166295703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:33:09.393Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:33:09.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "ves-openapi-manager", "timestamp": 1650166295929, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:33:09.396Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b5f4ff16-0d18-4943-9323-c3252c9488e9 2022-04-17T03:33:09.396Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5f4ff16-0d18-4943-9323-c3252c9488e9 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:33:09.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "aai-ml", "timestamp": 1650166294867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166297375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:33:09.401Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:33:09.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "aai-ml", "timestamp": 1650166294867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166298378, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:33:09.404Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5f4ff16-0d18-4943-9323-c3252c9488e9 2022-04-17T03:33:09.404Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5f4ff16-0d18-4943-9323-c3252c9488e9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "aai-ml", "timestamp": 1650166294867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "aai-ml", "timestamp": 1650166294867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "aai-ml", "timestamp": 1650166294867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "aai-ml", "timestamp": 1650166294867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "aai-ml", "timestamp": 1650166294867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:33:09.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:33:09.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "aai-ml", "timestamp": 1650166304217, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:33:09.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:33:09.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "aai-ml", "timestamp": 1650166309112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:33:09.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:33:09.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:33:09.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "aai-ml", "timestamp": 1650166310116, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:33:09.413Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5f4ff16-0d18-4943-9323-c3252c9488e9 2022-04-17T03:33:09.413Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5f4ff16-0d18-4943-9323-c3252c9488e9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:33:30.451Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:33:30.458Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:33:30.460Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:33:30.460Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:33:30.460Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-17T03:33:30.461Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-17T03:33:30.461Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:33:30.461Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:33:30.461Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:33:30.461Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:33:30.461Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:33:30.461Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:33:30.464Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-17T03:34:00.464Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:34:00.469Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 and serviceModelVersionId: 8b9cb3d7-9cfa-4970-bd7b-371c45acf747 2022-04-17T03:34:00.469Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2a9ef80-0176-4c86-92f8-8466006dc768 2022-04-17T03:34:00.470Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2a9ef80-0176-4c86-92f8-8466006dc768/model-vers/model-ver/8b9cb3d7-9cfa-4970-bd7b-371c45acf747?depth=0 2022-04-17T03:34:00.473Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:34:00.501Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a9ef80-0176-4c86-92f8-8466006dc768/model-vers/model-ver/8b9cb3d7-9cfa-4970-bd7b-371c45acf747?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-17T03:34:00.502Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a9ef80-0176-4c86-92f8-8466006dc768/model-vers/model-ver/8b9cb3d7-9cfa-4970-bd7b-371c45acf747?depth=0|INFO|500||Invoke 2022-04-17T03:34:00.518Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a9ef80-0176-4c86-92f8-8466006dc768/model-vers/model-ver/8b9cb3d7-9cfa-4970-bd7b-371c45acf747?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-17T03:34:01.086Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a9ef80-0176-4c86-92f8-8466006dc768/model-vers/model-ver/8b9cb3d7-9cfa-4970-bd7b-371c45acf747?depth=0|INFO|500||InvokeReturn 2022-04-17T03:34:01.086Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a9ef80-0176-4c86-92f8-8466006dc768/model-vers/model-ver/8b9cb3d7-9cfa-4970-bd7b-371c45acf747?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-03:34:00:528-56671], vertex-id=[462992], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:34:00 GMT], Content-Type=[application/json]} 2022-04-17T03:34:01.087Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:34:01.087Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:34:01.087Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:34:01.372Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-17T03:34:01.372Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-17T03:34:01.372Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-17T03:34:01.373Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:01.374Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:01.374Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166441372, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-17T03:34:01.475Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-17T03:34:01.475Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:01.475Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:01.492Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:01.492Z||pool-85-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-04-17T03:34:02.382Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-17T03:34:02.382Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5f4ff16-0d18-4943-9323-c3252c9488e9","serviceName":"Demo_pNF_eh7bRiiEtvEkjmBazyr1","serviceVersion":"1.0","serviceUUID":"769939ff-4fb7-4eb7-8b9f-7eb78975907f","serviceDescription":"catalog service description","serviceInvariantUUID":"a5a4064b-6052-4e81-863d-dfdbe0bfbd4c","resources":[{"resourceInstanceName":"pNF bd14d14f-3222 0","resourceName":"pNF bd14d14f-3222","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d0a20d2-e3c8-4fdb-bf7b-ac2bd3c7ae6f","resourceInvariantUUID":"a4ded55a-68a4-4b40-ab9b-d4a7e9dfdf79","resourceCustomizationUUID":"9bcb4060-98ae-4d1b-afc9-b104647a82c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vf-license-model.xml","artifactChecksum":"NjM5YzczOTg3Yjc1NGI0NzgzZjcxNWUzYzhmZDYyOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7be76e01-a17b-44d0-925b-5c5f7d18b1ce","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/pNF.csar","artifactChecksum":"MWE5YTQ3NzQ1NGIwYzNmNTk4YjU4MzU5MzY2NDkxNWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"174ea9fa-7e66-444e-b790-533d4ca68aab","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6707c014-2ebf-487b-a752-2c54b612bfc9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vendor-license-model.xml","artifactChecksum":"NDM5MTMzZWI4NDdlN2IwNGIwZmM3NDA3NTAzNmQ1NjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f869ac4-8437-4627-9e08-0c892dc0592c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"810a4516-78dd-473d-b4ab-c040025c3949","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb8226e3-d501-42ce-ad78-69a2ceb71bf2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEh7briietvekjmbazyr1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-template.yml","artifactChecksum":"ZDQ2Mjk2ZGJmZGUxZWVkZjc1YjdhYjA2NDc2Njg3OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfcab09b-eab5-4610-a2db-e38bbfad53a7","artifactVersion":"1"},{"artifactName":"service-DemoPnfEh7briietvekjmbazyr1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar","artifactChecksum":"NTk4M2E3MTU4ZjZiZjRmZTkxNThhYTdkODU2Y2Y3ZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1590abd0-5a39-466b-b2b5-120cbdb202a6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:34:02.382Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:02.382Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:02.384Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:02.384Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:02.484Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:02.485Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:02.485Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:02.498Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:02.498Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:03.384Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:03.385Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:03.387Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:03.387Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:03.487Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:03.488Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:03.488Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:03.499Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:03.500Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:34:04.387Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:04.388Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:04.389Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:04.389Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:04.490Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:04.490Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:04.490Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:04.503Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:04.503Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:05.390Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:05.391Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:05.392Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:05.392Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:05.492Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:05.493Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:05.493Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:05.505Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:05.505Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:06.393Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:06.393Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:06.395Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:06.395Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:06.495Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:06.496Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:06.496Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:06.511Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:06.511Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:07.395Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:07.396Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:07.397Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:07.398Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:07.498Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:07.498Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:07.499Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:07.512Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:07.513Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:34:08.398Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:08.399Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:08.400Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:08.400Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:08.500Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:08.501Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:08.501Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:08.515Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:08.515Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:34:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:34:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:09.120Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:09.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c34397-ec60-4cf9-83e7-0d1b8ec182b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166356362, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-04-17T03:34:09.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:34:09.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:09.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:34:09.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:34:09.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:34:09.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-17T03:34:09.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:34:09.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:34:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-17T03:34:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:34:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:34:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:34:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:34:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166369519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:34:09.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:34:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166372520, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:34:09.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:34:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166373569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:34:09.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:34:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166374620, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166376431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166377433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166378436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:34:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166379439, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:34:09.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:34:09.401Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:09.401Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:09.403Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:09.403Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:34:09.503Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:09.504Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:09.504Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:09.516Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:09.516Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:10.404Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "serviceName": "Demo_pNF_eh7bRiiEtvEkjmBazyr1", "serviceVersion": "1.0", "serviceUUID": "769939ff-4fb7-4eb7-8b9f-7eb78975907f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a5a4064b-6052-4e81-863d-dfdbe0bfbd4c", "resources": [ { "resourceInstanceName": "pNF bd14d14f-3222 0", "resourceCustomizationUUID": "9bcb4060-98ae-4d1b-afc9-b104647a82c1", "resourceName": "pNF bd14d14f-3222", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d0a20d2-e3c8-4fdb-bf7b-ac2bd3c7ae6f", "resourceInvariantUUID": "a4ded55a-68a4-4b40-ab9b-d4a7e9dfdf79", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "artifactChecksum": "NTk4M2E3MTU4ZjZiZjRmZTkxNThhYTdkODU2Y2Y3ZjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1590abd0-5a39-466b-b2b5-120cbdb202a6" } ], "workloadContext": "Production" } 2022-04-17T03:34:10.404Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:34:10.404Z|0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769939ff-4fb7-4eb7-8b9f-7eb78975907f ASDC 2022-04-17T03:34:10.404Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:b5f4ff16-0d18-4943-9323-c3252c9488e9 ServiceName:Demo_pNF_eh7bRiiEtvEkjmBazyr1 ServiceVersion:1.0 ServiceUUID:769939ff-4fb7-4eb7-8b9f-7eb78975907f ServiceInvariantUUID:a5a4064b-6052-4e81-863d-dfdbe0bfbd4c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEh7briietvekjmbazyr1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar ArtifactUUID:1590abd0-5a39-466b-b2b5-120cbdb202a6 ArtifactChecksum:NTk4M2E3MTU4ZjZiZjRmZTkxNThhYTdkODU2Y2Y3ZjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bd14d14f-3222 0 ResourceCustomizationUUID:9bcb4060-98ae-4d1b-afc9-b104647a82c1 ResourceInvariantUUID:a4ded55a-68a4-4b40-ab9b-d4a7e9dfdf79 ResourceName:pNF bd14d14f-3222 ResourceType:PNF ResourceUUID:9d0a20d2-e3c8-4fdb-bf7b-ac2bd3c7ae6f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-17T03:34:10.404Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769939ff-4fb7-4eb7-8b9f-7eb78975907f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:34:10.420Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:34:10.420Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:34:10.421Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:34:10.421Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1590abd0-5a39-466b-b2b5-120cbdb202a6 from URL: /sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:10.421Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:34:10.421Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:10.602Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:34:10.605Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar 1590abd0-5a39-466b-b2b5-120cbdb202a6 82640 2022-04-17T03:34:10.605Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar ASDC sendASDCNotification 2022-04-17T03:34:10.605Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:10.605Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:34:10.606Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:10.607Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:10.607Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166450605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:34:10.707Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:10.708Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:10.708Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:10.722Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:10.722Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:34:11.608Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:34:11.608Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:34:11.609Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1590abd0-5a39-466b-b2b5-120cbdb202a6, URL: /sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar to file: /app/ASDC/1/service-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:11.609Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:11.609Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:11.609Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:11.682Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8568757024483211653/Definitions/service-DemoPnfEh7briietvekjmbazyr1-template.yml 2022-04-17T03:34:12.217Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:34:12.217Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:34:12.217Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:12.217Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-17T03:34:12.217Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||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-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:12.217Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:12.217Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||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-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:12.217Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||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-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:12.217Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||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-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:12.217Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||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-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:12.218Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bd14d14f-3222 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-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:12.218Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:34:12.218Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:34:12.218Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_eh7bRiiEtvEkjmBazyr1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:34:12.218Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Node template pNF bd14d14f-3222 0 is matching search criteria 2022-04-17T03:34:12.218Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:34:12.218Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF bd14d14f-3222 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:34:12.218Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:34:12.219Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_eh7bRiiEtvEkjmBazyr1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:34:12.219Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Node template pNF bd14d14f-3222 0 is matching search criteria 2022-04-17T03:34:12.219Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:34:12.219Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF bd14d14f-3222 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:34:12.219Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:34:12.219Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_eh7bRiiEtvEkjmBazyr1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:34:12.219Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:34:12.219Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_eh7bRiiEtvEkjmBazyr1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:34:12.219Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:34:12.220Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_eh7bRiiEtvEkjmBazyr1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:34:12.220Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:34:12.220Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_eh7bRiiEtvEkjmBazyr1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:34:12.220Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:34:12.220Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_eh7bRiiEtvEkjmBazyr1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:34:12.220Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_eh7bRiiEtvEkjmBazyr1 Description:catalog service description Model UUID:769939ff-4fb7-4eb7-8b9f-7eb78975907f Model Version:NULL Model InvariantUuid:a5a4064b-6052-4e81-863d-dfdbe0bfbd4c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:34:12.374Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9d0a20d2-e3c8-4fdb-bf7b-ac2bd3c7ae6f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:34:12.377Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||pNF bd14d14f-3222 0 2022-04-17T03:34:12.377Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9d0a20d2-e3c8-4fdb-bf7b-ac2bd3c7ae6f 2022-04-17T03:34:12.377Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 769939ff-4fb7-4eb7-8b9f-7eb78975907f 2022-04-17T03:34:12.377Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 769939ff-4fb7-4eb7-8b9f-7eb78975907f 2022-04-17T03:34:12.377Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bd14d14f-3222 0 9d0a20d2-e3c8-4fdb-bf7b-ac2bd3c7ae6f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:34:12.380Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e7517ef, org.onap.sdc.toscaparser.api.parameters.Input@6763ed04, org.onap.sdc.toscaparser.api.parameters.Input@44b0e45c, org.onap.sdc.toscaparser.api.parameters.Input@76180bed, org.onap.sdc.toscaparser.api.parameters.Input@2084a0ae] 2022-04-17T03:34:12.381Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:34:12.381Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_eh7bRiiEtvEkjmBazyr1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:34:12.381Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 769939ff-4fb7-4eb7-8b9f-7eb78975907f: pNF bd14d14f-3222 2022-04-17T03:34:12.381Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||Processing PNF resource: 9d0a20d2-e3c8-4fdb-bf7b-ac2bd3c7ae6f 2022-04-17T03:34:12.381Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:34:12.381Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_eh7bRiiEtvEkjmBazyr1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:34:12.381Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||Resource customization UUID: 9bcb4060-98ae-4d1b-afc9-b104647a82c1 is the same as notified resource customizationUUID: 9bcb4060-98ae-4d1b-afc9-b104647a82c1 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-17T03:34:12.401Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bd14d14f-3222 9d0a20d2-e3c8-4fdb-bf7b-ac2bd3c7ae6f 0 ASDC deployResourceStructure 2022-04-17T03:34:12.402Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar ASDC sendASDCNotification 2022-04-17T03:34:12.402Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar 2022-04-17T03:34:12.402Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:34:12.402Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:12.403Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:12.403Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166452402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:34:12.504Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:12.504Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:12.505Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:12.517Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:12.517Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:13.404Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5f4ff16-0d18-4943-9323-c3252c9488e9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:34:13.411Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5f4ff16-0d18-4943-9323-c3252c9488e9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:34:13.412Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:34:13.412Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:34:13.412Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-17T03:34:13.412Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-17T03:34:13.413Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:34:13.413Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:34:13.413Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:34:13.413Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:34:13.413Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:34:13.413Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:34:13.416Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-17T03:34:43.416Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5f4ff16-0d18-4943-9323-c3252c9488e9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:34:43.420Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5f4ff16-0d18-4943-9323-c3252c9488e9 and serviceModelVersionId: 769939ff-4fb7-4eb7-8b9f-7eb78975907f 2022-04-17T03:34:43.421Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5a4064b-6052-4e81-863d-dfdbe0bfbd4c 2022-04-17T03:34:43.421Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5a4064b-6052-4e81-863d-dfdbe0bfbd4c/model-vers/model-ver/769939ff-4fb7-4eb7-8b9f-7eb78975907f?depth=0 2022-04-17T03:34:43.424Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:34:43.448Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5a4064b-6052-4e81-863d-dfdbe0bfbd4c/model-vers/model-ver/769939ff-4fb7-4eb7-8b9f-7eb78975907f?depth=0|INFO|500||Invoke 2022-04-17T03:34:43.448Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5a4064b-6052-4e81-863d-dfdbe0bfbd4c/model-vers/model-ver/769939ff-4fb7-4eb7-8b9f-7eb78975907f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5a4064b-6052-4e81-863d-dfdbe0bfbd4c/model-vers/model-ver/769939ff-4fb7-4eb7-8b9f-7eb78975907f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b5f4ff16-0d18-4943-9323-c3252c9488e9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5504905b-5cc5-4811-9f01-83e881fa0a7d], X-ECOMP-RequestID=[b5f4ff16-0d18-4943-9323-c3252c9488e9], X-TransactionId=[], X-ONAP-RequestID=[b5f4ff16-0d18-4943-9323-c3252c9488e9], Content-Type=[application/merge-patch+json]} 2022-04-17T03:34:43.465Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5a4064b-6052-4e81-863d-dfdbe0bfbd4c/model-vers/model-ver/769939ff-4fb7-4eb7-8b9f-7eb78975907f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-17T03:34:43.891Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5a4064b-6052-4e81-863d-dfdbe0bfbd4c/model-vers/model-ver/769939ff-4fb7-4eb7-8b9f-7eb78975907f?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/a5a4064b-6052-4e81-863d-dfdbe0bfbd4c/model-vers/model-ver/769939ff-4fb7-4eb7-8b9f-7eb78975907f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-03:34:43:475-16724], vertex-id=[286784], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:34:43 GMT], Content-Type=[application/json]} 2022-04-17T03:34:43.892Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5a4064b-6052-4e81-863d-dfdbe0bfbd4c/model-vers/model-ver/769939ff-4fb7-4eb7-8b9f-7eb78975907f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:34:43.892Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5a4064b-6052-4e81-863d-dfdbe0bfbd4c/model-vers/model-ver/769939ff-4fb7-4eb7-8b9f-7eb78975907f?depth=0|INFO|500||InvokeReturn 2022-04-17T03:34:43.892Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:34:43.892Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:34:43.896Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-17T03:34:43.896Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5f4ff16-0d18-4943-9323-c3252c9488e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-17T03:34:43.896Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-17T03:34:43.896Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:43.898Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:43.898Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166483896, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-17T03:34:43.998Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:43.999Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:43.999Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:44.015Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:44.016Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:34:44.905Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:34:44.905Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:34:44.905Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:49.409Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:49.410Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-17T03:34:49.410Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"46fa8b4a-9877-47d3-b4d2-8b3009b8711d","serviceName":"Demo_pNF_j8ymGSuamOQHSbuhznk5","serviceVersion":"1.0","serviceUUID":"3cafedb3-a1bf-4581-8ab0-48b8c18909f6","serviceDescription":"catalog service description","serviceInvariantUUID":"68fe23ff-1490-4e61-9dc1-2f1f5e6e6dbe","resources":[{"resourceInstanceName":"pNF 8c00055d-1d01 0","resourceName":"pNF 8c00055d-1d01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"29eb14ba-524a-4abd-a778-00197496f367","resourceInvariantUUID":"b0af4681-94ba-43a0-8d57-6c34521af673","resourceCustomizationUUID":"af57ad1b-fc2c-4695-84f2-0ad65a6df269","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vf-license-model.xml","artifactChecksum":"YTAxZDlkN2JkMmJmNmQzMWQ5YWM0NTcxODk0NmZkMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0835fadd-f8c9-4017-9b63-de92b3f638e0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/pNF.csar","artifactChecksum":"MWE5YTQ3NzQ1NGIwYzNmNTk4YjU4MzU5MzY2NDkxNWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70a26387-37f4-4a7f-895a-2d2121f5f12b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"33bf7cd1-71eb-4591-bb1e-28d73a7c5f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vendor-license-model.xml","artifactChecksum":"NTA5NTIxZGE3MTMxNjI3NGNjNWYzMmQ5NTU2YWM5NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dc20d2b7-51bf-44d4-8548-6e64261d726d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08cf7225-cc7b-4c3b-be97-348d97e545ce","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8644c60d-24e6-4fee-ae60-94380eb36d36","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJ8ymgsuamoqhsbuhznk5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-template.yml","artifactChecksum":"OWVmM2RiZTQ2MzJlZmYyYWJhZGZjYTE4MDJiNjQ1Yzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9b4c51-d863-4b77-a50c-4ef4d19b14e3","artifactVersion":"1"},{"artifactName":"service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar","artifactChecksum":"MmQwNzUzYTY3ZWJmMmZhNmQ0NzFmNmM4OTc0NGMyMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92f44214-d407-4769-af11-00526af9fb6b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:34:49.411Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:49.411Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:49.413Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:49.413Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:49.513Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:49.514Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:49.514Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:49.528Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:49.528Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:50.413Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:50.414Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:50.416Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:50.416Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:50.516Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:50.517Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:50.517Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:50.531Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:50.532Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:34:51.416Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:51.417Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:51.419Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:51.419Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:51.519Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:51.520Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:51.520Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:51.532Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:51.532Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:52.419Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:52.420Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:52.421Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:52.421Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:52.522Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-17T03:34:52.522Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:34:52.522Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:52.536Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:52.536Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:53.422Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:53.422Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:53.424Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:53.424Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:53.524Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:53.525Z||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-04-17T03:34:53.525Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:53.539Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:53.540Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:34:54.424Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:54.425Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:54.427Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:54.427Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:54.527Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:54.528Z||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-04-17T03:34:54.528Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:54.541Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:54.541Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:55.427Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:55.428Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:55.429Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:55.430Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:34:55.530Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:55.531Z||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-04-17T03:34:55.531Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:55.545Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:55.546Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:34:56.430Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:34:56.431Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:56.432Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:56.432Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:34:56.533Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-17T03:34:56.533Z||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-04-17T03:34:56.534Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:56.548Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:56.548Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:57.433Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "serviceName": "Demo_pNF_j8ymGSuamOQHSbuhznk5", "serviceVersion": "1.0", "serviceUUID": "3cafedb3-a1bf-4581-8ab0-48b8c18909f6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "68fe23ff-1490-4e61-9dc1-2f1f5e6e6dbe", "resources": [ { "resourceInstanceName": "pNF 8c00055d-1d01 0", "resourceCustomizationUUID": "af57ad1b-fc2c-4695-84f2-0ad65a6df269", "resourceName": "pNF 8c00055d-1d01", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "29eb14ba-524a-4abd-a778-00197496f367", "resourceInvariantUUID": "b0af4681-94ba-43a0-8d57-6c34521af673", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "artifactChecksum": "MmQwNzUzYTY3ZWJmMmZhNmQ0NzFmNmM4OTc0NGMyMGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "92f44214-d407-4769-af11-00526af9fb6b" } ], "workloadContext": "Production" } 2022-04-17T03:34:57.433Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:34:57.434Z|b5f4ff16-0d18-4943-9323-c3252c9488e9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3cafedb3-a1bf-4581-8ab0-48b8c18909f6 ASDC 2022-04-17T03:34:57.434Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:46fa8b4a-9877-47d3-b4d2-8b3009b8711d ServiceName:Demo_pNF_j8ymGSuamOQHSbuhznk5 ServiceVersion:1.0 ServiceUUID:3cafedb3-a1bf-4581-8ab0-48b8c18909f6 ServiceInvariantUUID:68fe23ff-1490-4e61-9dc1-2f1f5e6e6dbe ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar ArtifactUUID:92f44214-d407-4769-af11-00526af9fb6b ArtifactChecksum:MmQwNzUzYTY3ZWJmMmZhNmQ0NzFmNmM4OTc0NGMyMGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 8c00055d-1d01 0 ResourceCustomizationUUID:af57ad1b-fc2c-4695-84f2-0ad65a6df269 ResourceInvariantUUID:b0af4681-94ba-43a0-8d57-6c34521af673 ResourceName:pNF 8c00055d-1d01 ResourceType:PNF ResourceUUID:29eb14ba-524a-4abd-a778-00197496f367 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-17T03:34:57.434Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3cafedb3-a1bf-4581-8ab0-48b8c18909f6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:34:58.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:34:58.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:34:58.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:34:58.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 92f44214-d407-4769-af11-00526af9fb6b from URL: /sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:34:58.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:34:58.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:34:58.435Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:34:58.438Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 92f44214-d407-4769-af11-00526af9fb6b 82647 2022-04-17T03:34:58.438Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar ASDC sendASDCNotification 2022-04-17T03:34:58.438Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:34:58.439Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:34:58.439Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:34:58.440Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:34:58.440Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166498438, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:34:58.540Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:34:58.541Z||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-04-17T03:34:58.541Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:34:58.553Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:34:58.553Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:34:59.441Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:34:59.441Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:34:59.442Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 92f44214-d407-4769-af11-00526af9fb6b, URL: /sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar to file: /app/ASDC/1/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:34:59.442Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:34:59.442Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:34:59.442Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:34:59.517Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP620342710864159689/Definitions/service-DemoPnfJ8ymgsuamoqhsbuhznk5-template.yml 2022-04-17T03:35:00.081Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:35:00.081Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:35:00.081Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:35:00.081Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-17T03:35:00.081Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||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-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:35:00.081Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||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-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||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-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||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-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||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-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8c00055d-1d01 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-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j8ymGSuamOQHSbuhznk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Node template pNF 8c00055d-1d01 0 is matching search criteria 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 8c00055d-1d01 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j8ymGSuamOQHSbuhznk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:35:00.082Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Node template pNF 8c00055d-1d01 0 is matching search criteria 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 8c00055d-1d01 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j8ymGSuamOQHSbuhznk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j8ymGSuamOQHSbuhznk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j8ymGSuamOQHSbuhznk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j8ymGSuamOQHSbuhznk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j8ymGSuamOQHSbuhznk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:35:00.083Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_j8ymGSuamOQHSbuhznk5 Description:catalog service description Model UUID:3cafedb3-a1bf-4581-8ab0-48b8c18909f6 Model Version:NULL Model InvariantUuid:68fe23ff-1490-4e61-9dc1-2f1f5e6e6dbe Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:35:00.383Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 29eb14ba-524a-4abd-a778-00197496f367 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:35:00.385Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||pNF 8c00055d-1d01 0 2022-04-17T03:35:00.385Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 29eb14ba-524a-4abd-a778-00197496f367 2022-04-17T03:35:00.385Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3cafedb3-a1bf-4581-8ab0-48b8c18909f6 2022-04-17T03:35:00.385Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3cafedb3-a1bf-4581-8ab0-48b8c18909f6 2022-04-17T03:35:00.386Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8c00055d-1d01 0 29eb14ba-524a-4abd-a778-00197496f367 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:35:00.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@84cece4, org.onap.sdc.toscaparser.api.parameters.Input@64c21c3e, org.onap.sdc.toscaparser.api.parameters.Input@5467a4e8, org.onap.sdc.toscaparser.api.parameters.Input@53c82454, org.onap.sdc.toscaparser.api.parameters.Input@3c0cc905] 2022-04-17T03:35:00.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:35:00.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j8ymGSuamOQHSbuhznk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:35:00.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3cafedb3-a1bf-4581-8ab0-48b8c18909f6: pNF 8c00055d-1d01 2022-04-17T03:35:00.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||Processing PNF resource: 29eb14ba-524a-4abd-a778-00197496f367 2022-04-17T03:35:00.389Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:35:00.390Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_j8ymGSuamOQHSbuhznk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:35:00.390Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||Resource customization UUID: af57ad1b-fc2c-4695-84f2-0ad65a6df269 is the same as notified resource customizationUUID: af57ad1b-fc2c-4695-84f2-0ad65a6df269 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-17T03:35:00.410Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8c00055d-1d01 29eb14ba-524a-4abd-a778-00197496f367 0 ASDC deployResourceStructure 2022-04-17T03:35:00.410Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar ASDC sendASDCNotification 2022-04-17T03:35:00.410Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar 2022-04-17T03:35:00.410Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:35:00.410Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:35:00.412Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:35:00.412Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166500410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:35:00.512Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:35:00.513Z||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-04-17T03:35:00.513Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:35:00.526Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:35:00.526Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:35:01.413Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46fa8b4a-9877-47d3-b4d2-8b3009b8711d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:35:02.386Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46fa8b4a-9877-47d3-b4d2-8b3009b8711d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:35:02.388Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:35:02.388Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:35:02.388Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:35:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:35:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:35:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:35:09.120Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:35:09.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "multicloud-k8s-id", "timestamp": 1650166387399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "cds", "timestamp": 1650166395817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "multicloud-k8s-id", "timestamp": 1650166387399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "cds", "timestamp": 1650166395817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "multicloud-k8s-id", "timestamp": 1650166387399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "cds", "timestamp": 1650166395817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "multicloud-k8s-id", "timestamp": 1650166387399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "cds", "timestamp": 1650166395817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "multicloud-k8s-id", "timestamp": 1650166387399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "cds", "timestamp": 1650166395817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "ves-openapi-manager", "timestamp": 1650166399896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "multicloud-k8s-id", "timestamp": 1650166387399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "cds", "timestamp": 1650166395817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "ves-openapi-manager", "timestamp": 1650166399896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "multicloud-k8s-id", "timestamp": 1650166387399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "cds", "timestamp": 1650166395817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "ves-openapi-manager", "timestamp": 1650166399896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "multicloud-k8s-id", "timestamp": 1650166387399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "cds", "timestamp": 1650166395817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "ves-openapi-manager", "timestamp": 1650166399896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "cds", "timestamp": 1650166404517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:35:09.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:35:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "ves-openapi-manager", "timestamp": 1650166399896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "cds", "timestamp": 1650166405521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:35:09.384Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46fa8b4a-9877-47d3-b4d2-8b3009b8711d 2022-04-17T03:35:09.384Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46fa8b4a-9877-47d3-b4d2-8b3009b8711d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:35:09.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "ves-openapi-manager", "timestamp": 1650166399896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-17T03:35:09.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "ves-openapi-manager", "timestamp": 1650166399896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166406878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "ves-openapi-manager", "timestamp": 1650166399896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166406878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "ves-openapi-manager", "timestamp": 1650166408607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166406878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "ves-openapi-manager", "timestamp": 1650166409714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-17T03:35:09.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:35:09.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166406878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "ves-openapi-manager", "timestamp": 1650166410717, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:35:09.394Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 46fa8b4a-9877-47d3-b4d2-8b3009b8711d 2022-04-17T03:35:09.394Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46fa8b4a-9877-47d3-b4d2-8b3009b8711d and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:35:09.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166406878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166406878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166406878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166406878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "aai-ml", "timestamp": 1650166414867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166415614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "aai-ml", "timestamp": 1650166414867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166417388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "aai-ml", "timestamp": 1650166414867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166418391, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:35:09.402Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46fa8b4a-9877-47d3-b4d2-8b3009b8711d 2022-04-17T03:35:09.402Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46fa8b4a-9877-47d3-b4d2-8b3009b8711d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "aai-ml", "timestamp": 1650166414867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "aai-ml", "timestamp": 1650166414867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "aai-ml", "timestamp": 1650166414867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "aai-ml", "timestamp": 1650166414867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "aai-ml", "timestamp": 1650166414867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "aai-ml", "timestamp": 1650166424005, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:35:09.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:35:09.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "aai-ml", "timestamp": 1650166428816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:35:09.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:35:09.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "aai-ml", "timestamp": 1650166429819, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:35:09.411Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46fa8b4a-9877-47d3-b4d2-8b3009b8711d 2022-04-17T03:35:09.411Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46fa8b4a-9877-47d3-b4d2-8b3009b8711d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d7fa0f1-cb71-4c23-93dc-8d3c1e0b9fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166441372, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/resourceInstances/pnfbd14d14f32220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:09.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:35:09.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:35:09.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:35:32.388Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46fa8b4a-9877-47d3-b4d2-8b3009b8711d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:35:32.395Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46fa8b4a-9877-47d3-b4d2-8b3009b8711d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:35:32.397Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:35:32.397Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:35:32.397Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-17T03:35:32.397Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-17T03:35:32.397Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:35:32.397Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:35:32.397Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:35:32.397Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:35:32.397Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:35:32.397Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:35:32.400Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-17T03:36:02.401Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46fa8b4a-9877-47d3-b4d2-8b3009b8711d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:36:02.404Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46fa8b4a-9877-47d3-b4d2-8b3009b8711d and serviceModelVersionId: 3cafedb3-a1bf-4581-8ab0-48b8c18909f6 2022-04-17T03:36:02.405Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68fe23ff-1490-4e61-9dc1-2f1f5e6e6dbe 2022-04-17T03:36:02.405Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68fe23ff-1490-4e61-9dc1-2f1f5e6e6dbe/model-vers/model-ver/3cafedb3-a1bf-4581-8ab0-48b8c18909f6?depth=0 2022-04-17T03:36:02.408Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:36:02.431Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68fe23ff-1490-4e61-9dc1-2f1f5e6e6dbe/model-vers/model-ver/3cafedb3-a1bf-4581-8ab0-48b8c18909f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-17T03:36:02.432Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68fe23ff-1490-4e61-9dc1-2f1f5e6e6dbe/model-vers/model-ver/3cafedb3-a1bf-4581-8ab0-48b8c18909f6?depth=0|INFO|500||Invoke 2022-04-17T03:36:02.447Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68fe23ff-1490-4e61-9dc1-2f1f5e6e6dbe/model-vers/model-ver/3cafedb3-a1bf-4581-8ab0-48b8c18909f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-17T03:36:02.696Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68fe23ff-1490-4e61-9dc1-2f1f5e6e6dbe/model-vers/model-ver/3cafedb3-a1bf-4581-8ab0-48b8c18909f6?depth=0|INFO|500||InvokeReturn 2022-04-17T03:36:02.697Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68fe23ff-1490-4e61-9dc1-2f1f5e6e6dbe/model-vers/model-ver/3cafedb3-a1bf-4581-8ab0-48b8c18909f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-03:36:02:457-99623], vertex-id=[479376], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:36:02 GMT], Content-Type=[application/json]} 2022-04-17T03:36:02.697Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:36:02.697Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:36:02.697Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:36:02.700Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-17T03:36:02.701Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46fa8b4a-9877-47d3-b4d2-8b3009b8711d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-17T03:36:02.701Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-17T03:36:02.701Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:02.703Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:02.703Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166562701, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-17T03:36:02.803Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:02.803Z||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-04-17T03:36:02.804Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:02.820Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:02.821Z||pool-107-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-04-17T03:36:03.710Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-17T03:36:03.710Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"44b4c75a-38e5-4223-a0d1-a635a2dc799e","serviceName":"vFW 2022-04-17 03-33-21","serviceVersion":"1.0","serviceUUID":"533bb87a-9c7e-4cf4-9d99-ce90235f67dc","serviceDescription":"catalog service description","serviceInvariantUUID":"2729fa81-0271-41d5-916c-83e715c37f00","resources":[{"resourceInstanceName":"vFW 836a1302-51ec 0","resourceName":"vFW 836a1302-51ec","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"420fa1e8-19e4-4ffd-a5c2-1a7b01201db8","resourceInvariantUUID":"9df10d8f-37d5-48a0-9638-0575aa93d680","resourceCustomizationUUID":"9f8d33f4-0bf6-41d3-b9e1-0d4bf7f974d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vf-license-model.xml","artifactChecksum":"ZDgxYmFlYmUwNjRiYTFkYzVlNDViODg4MzQzYzQ3NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44dc822c-0df0-4adc-b48a-69b940aa7182","artifactVersion":"1"},{"artifactName":"vfw836a130251ec0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json","artifactChecksum":"NDgyNjc0MzQ1ZmVkMmI1ZjM3OGYyODcwMzNlYmVmYWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d68c07d-d26b-4640-bdff-c30acf17d63e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d5f41ac9-8134-49cf-a316-66392448131a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2NmOTM0NDdkNGIyOTFlMDg3YmQzNGRlMjRmZWE5MTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1e1e2d5-99de-4555-9814-36b1712ae574","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21f6ebcc-0ed3-4837-83bd-13bbfe4d8526","artifactVersion":"2","generatedFromUUID":"d5f41ac9-8134-49cf-a316-66392448131a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417033321-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-template.yml","artifactChecksum":"YTljZjcwMDAzOTg0ZDIwNjk1YzJlM2RhZTE0ODhlNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"394c6d86-0311-4b28-8645-c69b3fcd4c85","artifactVersion":"1"},{"artifactName":"service-Vfw20220417033321-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar","artifactChecksum":"MmQ5M2VlMzlmODVhZmQ3OGI1NTc1MTI5MTViZWRkOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a5f238a-d8ea-4444-ae4f-a03b1f0d49f4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:36:03.710Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:36:03.711Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:03.712Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:03.712Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:36:03.812Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:03.813Z||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-04-17T03:36:03.813Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:03.826Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:03.827Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:04.713Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:36:04.713Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:04.715Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:04.715Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:36:04.815Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:04.816Z||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-04-17T03:36:04.816Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:04.832Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:04.832Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:05.716Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:36:05.716Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:05.718Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:05.718Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:36:05.818Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:05.819Z||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-04-17T03:36:05.819Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:05.833Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:05.833Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:06.718Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:36:06.719Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:06.721Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:06.721Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:36:06.821Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:06.822Z||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-04-17T03:36:06.822Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:06.837Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:06.837Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:07.722Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:36:07.722Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:07.724Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:07.724Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:36:07.824Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:07.825Z||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-04-17T03:36:07.825Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:07.838Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:07.839Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:08.724Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:36:08.725Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:08.727Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:08.727Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:36:08.827Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:08.828Z||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-04-17T03:36:08.828Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:08.841Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:08.842Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:36:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:36:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:36:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:09.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:09.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:36:09.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166357371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:36:09.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:36:09.727Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:36:09.728Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:09.729Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:09.729Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:36:09.829Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:09.830Z||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-04-17T03:36:09.830Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:09.842Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:09.842Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:10.731Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "serviceName": "vFW 2022-04-17 03-33-21", "serviceVersion": "1.0", "serviceUUID": "533bb87a-9c7e-4cf4-9d99-ce90235f67dc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2729fa81-0271-41d5-916c-83e715c37f00", "resources": [ { "resourceInstanceName": "vFW 836a1302-51ec 0", "resourceCustomizationUUID": "9f8d33f4-0bf6-41d3-b9e1-0d4bf7f974d2", "resourceName": "vFW 836a1302-51ec", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "420fa1e8-19e4-4ffd-a5c2-1a7b01201db8", "resourceInvariantUUID": "9df10d8f-37d5-48a0-9638-0575aa93d680", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw836a130251ec0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "artifactChecksum": "NDgyNjc0MzQ1ZmVkMmI1ZjM3OGYyODcwMzNlYmVmYWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2d68c07d-d26b-4640-bdff-c30acf17d63e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d5f41ac9-8134-49cf-a316-66392448131a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "21f6ebcc-0ed3-4837-83bd-13bbfe4d8526", "generatedFromUUID": "d5f41ac9-8134-49cf-a316-66392448131a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "21f6ebcc-0ed3-4837-83bd-13bbfe4d8526", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220417033321-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "artifactChecksum": "MmQ5M2VlMzlmODVhZmQ3OGI1NTc1MTI5MTViZWRkOTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a5f238a-d8ea-4444-ae4f-a03b1f0d49f4" } ], "workloadContext": "Production" } 2022-04-17T03:36:10.733Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:36:10.733Z|46fa8b4a-9877-47d3-b4d2-8b3009b8711d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 533bb87a-9c7e-4cf4-9d99-ce90235f67dc ASDC 2022-04-17T03:36:10.733Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:44b4c75a-38e5-4223-a0d1-a635a2dc799e ServiceName:vFW 2022-04-17 03-33-21 ServiceVersion:1.0 ServiceUUID:533bb87a-9c7e-4cf4-9d99-ce90235f67dc ServiceInvariantUUID:2729fa81-0271-41d5-916c-83e715c37f00 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220417033321-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar ArtifactUUID:8a5f238a-d8ea-4444-ae4f-a03b1f0d49f4 ArtifactChecksum:MmQ5M2VlMzlmODVhZmQ3OGI1NTc1MTI5MTViZWRkOTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 836a1302-51ec 0 ResourceCustomizationUUID:9f8d33f4-0bf6-41d3-b9e1-0d4bf7f974d2 ResourceInvariantUUID:9df10d8f-37d5-48a0-9638-0575aa93d680 ResourceName:vFW 836a1302-51ec ResourceType:VF ResourceUUID:420fa1e8-19e4-4ffd-a5c2-1a7b01201db8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw836a130251ec0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json ArtifactUUID:2d68c07d-d26b-4640-bdff-c30acf17d63e ArtifactChecksum:NDgyNjc0MzQ1ZmVkMmI1ZjM3OGYyODcwMzNlYmVmYWI= 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/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml ArtifactUUID:d5f41ac9-8134-49cf-a316-66392448131a 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/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env ArtifactUUID:21f6ebcc-0ed3-4837-83bd-13bbfe4d8526 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/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env ArtifactUUID:21f6ebcc-0ed3-4837-83bd-13bbfe4d8526 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:36:10.733Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 533bb87a-9c7e-4cf4-9d99-ce90235f67dc ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:36:10.755Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:36:10.756Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:36:10.756Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:36:10.756Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8a5f238a-d8ea-4444-ae4f-a03b1f0d49f4 from URL: /sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:10.756Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:36:10.756Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:10.902Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:36:10.906Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar 8a5f238a-d8ea-4444-ae4f-a03b1f0d49f4 98959 2022-04-17T03:36:10.906Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar ASDC sendASDCNotification 2022-04-17T03:36:10.906Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:10.906Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:36:10.906Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:10.908Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:10.908Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166570906, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:36:11.008Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:11.008Z||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-04-17T03:36:11.008Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:11.022Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:11.022Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:11.908Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:36:11.909Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-17T03:36:11.909Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8a5f238a-d8ea-4444-ae4f-a03b1f0d49f4, URL: /sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar to file: /app/ASDC/1/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:11.909Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417033321-csar.csar 2022-04-17T03:36:11.910Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:11.910Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:12.071Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1003902425252624265/Definitions/service-Vfw20220417033321-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-04-17T03:36:13.436Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:36:13.436Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:36:13.436Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 836a1302-51ec 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-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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-Vfw20220417033321-csar.csar 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:13.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is matching search criteria 2022-04-17T03:36:13.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:36:13.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 836a1302-51ec 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:36:13.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:13.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is matching search criteria 2022-04-17T03:36:13.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-17T03:36:13.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 836a1302-51ec 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:36:13.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:13.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:36:13.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.440Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-17T03:36:13.440Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.440Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:36:13.440Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.440Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is matching search criteria 2022-04-17T03:36:13.440Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 836a1302-51ec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:36:13.440Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.440Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is matching search criteria 2022-04-17T03:36:13.440Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 836a1302-51ec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:36:13.440Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.440Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 836a1302-51ec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is not matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:36:13.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8e40fd10-1fa2-4ce9-b180-153e797e38e0 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is not matching search criteria 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:36:13.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f23c12f-8cc0-4c58-b953-eb62d7e8b268 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:36:13.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a03339e5-53c2-4602-9966-387fa0b88a46 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:13.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-17 03-33-21 Description:catalog service description Model UUID:533bb87a-9c7e-4cf4-9d99-ce90235f67dc Model Version:NULL Model InvariantUuid:2729fa81-0271-41d5-916c-83e715c37f00 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 836a1302-51ec Model UUID:998fa027-0394-48f6-a909-b404cefc44df Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9df10d8f-37d5-48a0-9638-0575aa93d680 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9f8d33f4-0bf6-41d3-b9e1-0d4bf7f974d2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9242194b-e23f-4560-919e-9b3c9149ad59 ModelName:Vfw836a130251ec..base_vfw..module-0 ModelUuid:40aa3c0d-8deb-442c-b056-22b2ef797a6b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8e40fd10-1fa2-4ce9-b180-153e797e38e0 ModelInvariantUuid:e8c3f6df-4a53-4d16-9ad7-7d7c089c2065 ModelName:vFW 836a1302-51ec-nodes.vfwCvfc ModelUuid:728debc5-8a80-4cea-a701-301246f1f4f8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:424785f9-3404-4bb5-8eb0-59f4e33cb363 ModelInvariantUuid:4f74d9af-bd6b-4d94-a75a-0575c4ff3e5f ModelName:Vfw836a130251ec.compute.nodes.heat.vfw ModelUuid:c3c80b3c-d70c-40e3-b607-d9160240f16e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8f23c12f-8cc0-4c58-b953-eb62d7e8b268 ModelInvariantUuid:3b72092a-285c-4fbd-bef6-18258da2f940 ModelName:vFW 836a1302-51ec-nodes.vsnCvfc ModelUuid:5d739e41-80ea-41b5-a5a1-11d8acf4ade0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:79383fcc-456f-46d1-b018-6c0fea44895b ModelInvariantUuid:75fe1f3a-bdc1-4df7-af26-3e6181bc0345 ModelName:Vfw836a130251ec.compute.nodes.heat.vsn ModelUuid:bc9358ff-476a-4784-af49-fddd42e703d0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a03339e5-53c2-4602-9966-387fa0b88a46 ModelInvariantUuid:bdb60886-1169-42d1-8b97-2fd1d755887d ModelName:vFW 836a1302-51ec-nodes.vpgCvfc ModelUuid:cf355ab2-b441-4a37-9633-16d7687c91af ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:29694d7a-7ea6-4675-a163-e8bc044fcced ModelInvariantUuid:b07387d6-7984-4140-b6f7-b89d64bb08f3 ModelName:Vfw836a130251ec.compute.nodes.heat.vpg ModelUuid:4b8a83f6-604a-407a-9235-dbf464bd60ca ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:36:13.448Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 420fa1e8-19e4-4ffd-a5c2-1a7b01201db8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:36:13.451Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||vFW 836a1302-51ec 0 2022-04-17T03:36:13.451Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 420fa1e8-19e4-4ffd-a5c2-1a7b01201db8 2022-04-17T03:36:13.451Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2d68c07d-d26b-4640-bdff-c30acf17d63e from URL: /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json 2022-04-17T03:36:13.451Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:36:13.451Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json 2022-04-17T03:36:14.006Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:36:14.006Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json 2d68c07d-d26b-4640-bdff-c30acf17d63e 785 2022-04-17T03:36:14.007Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json ASDC sendASDCNotification 2022-04-17T03:36:14.007Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json 2022-04-17T03:36:14.007Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:36:14.007Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:14.008Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:14.008Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166574007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:36:14.108Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:14.109Z||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-04-17T03:36:14.109Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:14.122Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:14.122Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:15.009Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw836a130251ec..base_vfw..module-0", "vfModuleModelInvariantUUID": "9242194b-e23f-4560-919e-9b3c9149ad59", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40aa3c0d-8deb-442c-b056-22b2ef797a6b", "vfModuleModelCustomizationUUID": "b8ded906-b88f-4cd1-8369-1a68e61adcac", "isBase": true, "artifacts": [ "d5f41ac9-8134-49cf-a316-66392448131a", "21f6ebcc-0ed3-4837-83bd-13bbfe4d8526" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-17T03:36:15.011Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw836a130251ec..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40aa3c0d-8deb-442c-b056-22b2ef797a6b VfModuleModelInvariantUUID:9242194b-e23f-4560-919e-9b3c9149ad59 VfModuleModelDescription:NULL Artifacts UUID List:{ d5f41ac9-8134-49cf-a316-66392448131a , 21f6ebcc-0ed3-4837-83bd-13bbfe4d8526 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-17T03:36:15.013Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw836a130251ec..base_vfw..module-0", "vfModuleModelInvariantUUID": "9242194b-e23f-4560-919e-9b3c9149ad59", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40aa3c0d-8deb-442c-b056-22b2ef797a6b", "vfModuleModelCustomizationUUID": "b8ded906-b88f-4cd1-8369-1a68e61adcac", "isBase": true, "artifacts": [ "d5f41ac9-8134-49cf-a316-66392448131a", "21f6ebcc-0ed3-4837-83bd-13bbfe4d8526" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-17T03:36:15.013Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw836a130251ec..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40aa3c0d-8deb-442c-b056-22b2ef797a6b VfModuleModelInvariantUUID:9242194b-e23f-4560-919e-9b3c9149ad59 VfModuleModelDescription:NULL Artifacts UUID List:{ d5f41ac9-8134-49cf-a316-66392448131a , 21f6ebcc-0ed3-4837-83bd-13bbfe4d8526 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-17T03:36:15.013Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d5f41ac9-8134-49cf-a316-66392448131a from URL: /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml 2022-04-17T03:36:15.013Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:36:15.013Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml 2022-04-17T03:36:15.218Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:36:15.219Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml d5f41ac9-8134-49cf-a316-66392448131a 20368 2022-04-17T03:36:15.219Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-17T03:36:15.219Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml 2022-04-17T03:36:15.219Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:36:15.219Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:15.221Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:15.221Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166575219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:36:15.321Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:15.322Z||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-04-17T03:36:15.322Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:15.334Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:15.335Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:16.221Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 21f6ebcc-0ed3-4837-83bd-13bbfe4d8526 from URL: /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env 2022-04-17T03:36:16.222Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-17T03:36:16.222Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env 2022-04-17T03:36:16.506Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-17T03:36:16.506Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env 21f6ebcc-0ed3-4837-83bd-13bbfe4d8526 2098 2022-04-17T03:36:16.506Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-17T03:36:16.507Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env 2022-04-17T03:36:16.507Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:36:16.507Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:16.508Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:16.508Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166576506, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:36:16.608Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:16.609Z||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-04-17T03:36:16.609Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:16.644Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:16.644Z||pool-118-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:17.509Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 533bb87a-9c7e-4cf4-9d99-ce90235f67dc 2022-04-17T03:36:17.510Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 836a1302-51ec 0 420fa1e8-19e4-4ffd-a5c2-1a7b01201db8 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:36:17.521Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f9e647f, org.onap.sdc.toscaparser.api.parameters.Input@2b2f322b, org.onap.sdc.toscaparser.api.parameters.Input@45296a40, org.onap.sdc.toscaparser.api.parameters.Input@76f221e7, org.onap.sdc.toscaparser.api.parameters.Input@7ac31eda] 2022-04-17T03:36:17.522Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.522Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:17.522Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-04-17T03:36:17.522Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 9f8d33f4-0bf6-41d3-b9e1-0d4bf7f974d2 2022-04-17T03:36:17.522Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f8d33f4-0bf6-41d3-b9e1-0d4bf7f974d2 matches Tosca VF Customization UUID: 9f8d33f4-0bf6-41d3-b9e1-0d4bf7f974d2 2022-04-17T03:36:17.523Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 9f8d33f4-0bf6-41d3-b9e1-0d4bf7f974d2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-17T03:36:17.524Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.524Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:17.525Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 9f8d33f4-0bf6-41d3-b9e1-0d4bf7f974d2: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-17T03:36:17.525Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41c031d9 2022-04-17T03:36:17.525Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.525Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:36:17.525Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b8ded906-b88f-4cd1-8369-1a68e61adcac 2022-04-17T03:36:17.526Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b8ded906-b88f-4cd1-8369-1a68e61adcac Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-17T03:36:17.527Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.527Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is matching search criteria 2022-04-17T03:36:17.527Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 836a1302-51ec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:36:17.527Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.528Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is matching search criteria 2022-04-17T03:36:17.528Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 836a1302-51ec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:36:17.528Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.528Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is not matching search criteria 2022-04-17T03:36:17.528Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:36:17.528Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:36:17.528Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-17T03:36:17.529Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:36:17.529Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:36:17.529Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:36:17.529Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:17.529Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:36:17.529Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:17.529Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:36:17.530Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:36:17.530Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8e40fd10-1fa2-4ce9-b180-153e797e38e0 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-17T03:36:17.531Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.531Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is matching search criteria 2022-04-17T03:36:17.532Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 836a1302-51ec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:36:17.532Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.532Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is not matching search criteria 2022-04-17T03:36:17.532Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:36:17.532Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:36:17.532Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:36:17.532Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:17.533Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:36:17.533Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:36:17.533Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:36:17.533Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-17T03:36:17.533Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:36:17.533Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:17.533Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:36:17.534Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:36:17.534Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f23c12f-8cc0-4c58-b953-eb62d7e8b268 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-17T03:36:17.535Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.535Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is matching search criteria 2022-04-17T03:36:17.536Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 836a1302-51ec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:36:17.536Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.536Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is not matching search criteria 2022-04-17T03:36:17.536Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:36:17.536Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:36:17.536Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:36:17.536Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:17.537Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:36:17.537Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:36:17.537Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:36:17.537Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:36:17.537Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:36:17.537Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:36:17.538Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:36:17.538Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-17T03:36:17.538Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a03339e5-53c2-4602-9966-387fa0b88a46 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-17T03:36:17.539Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.539Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is matching search criteria 2022-04-17T03:36:17.539Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 836a1302-51ec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:36:17.540Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.540Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Node template vFW 836a1302-51ec 0 is matching search criteria 2022-04-17T03:36:17.540Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 836a1302-51ec 0] matching following query criteria: sdcType=VF, customizationUUID=9f8d33f4-0bf6-41d3-b9e1-0d4bf7f974d2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-17T03:36:17.541Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.541Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:17.541Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 533bb87a-9c7e-4cf4-9d99-ce90235f67dc: vFW 836a1302-51ec 2022-04-17T03:36:17.541Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.542Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:17.542Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.542Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:17.542Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.542Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:17.542Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.542Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:17.543Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:36:17.543Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-17 03-33-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:36:17.543Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-04-17 03-33-21 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:36:17.644Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 836a1302-51ec 420fa1e8-19e4-4ffd-a5c2-1a7b01201db8 1 ASDC deployResourceStructure 2022-04-17T03:36:17.645Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json ASDC sendASDCNotification 2022-04-17T03:36:17.645Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json 2022-04-17T03:36:17.645Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:36:17.645Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:17.646Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:17.646Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166577645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:36:17.747Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-17T03:36:17.747Z||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-04-17T03:36:17.748Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:17.779Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:17.780Z||pool-119-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:18.647Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-17T03:36:18.647Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml 2022-04-17T03:36:18.647Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:36:18.647Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:18.649Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:18.649Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166578647, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-17T03:36:18.749Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:18.749Z||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-04-17T03:36:18.749Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:18.763Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:18.763Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:19.650Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-17T03:36:19.650Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env 2022-04-17T03:36:19.650Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:36:19.650Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:19.652Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:19.652Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166579650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-17T03:36:19.752Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:19.753Z||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-04-17T03:36:19.753Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:19.767Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:19.768Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:20.653Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar ASDC sendASDCNotification 2022-04-17T03:36:20.653Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar 2022-04-17T03:36:20.653Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-17T03:36:20.654Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:36:20.655Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:36:20.655Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166580653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:36:20.755Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:36:20.756Z||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-04-17T03:36:20.756Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:36:20.770Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:36:20.770Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:36:21.656Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:36:21.662Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:36:21.663Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:36:21.663Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:36:21.664Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:36:51.664Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:36:51.670Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:36:51.671Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:36:51.671Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:36:51.671Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:37:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:37:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:37:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:37:09.124Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:37:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166450605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:37:09.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166452402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh7briietvekjmbazyr1/1.0/artifacts/service-DemoPnfEh7briietvekjmbazyr1-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:37:09.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5f4ff16-0d18-4943-9323-c3252c9488e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166483896, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "cds", "timestamp": 1650166485817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "ves-openapi-manager", "timestamp": 1650166479896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "cds", "timestamp": 1650166485817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "ves-openapi-manager", "timestamp": 1650166479896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166487398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "cds", "timestamp": 1650166485817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "ves-openapi-manager", "timestamp": 1650166479896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166487398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "cds", "timestamp": 1650166485817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "ves-openapi-manager", "timestamp": 1650166479896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166487398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:37:09.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "cds", "timestamp": 1650166485817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "ves-openapi-manager", "timestamp": 1650166479896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166487398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "cds", "timestamp": 1650166485817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "ves-openapi-manager", "timestamp": 1650166479896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166487398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:37:09.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "cds", "timestamp": 1650166485817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "ves-openapi-manager", "timestamp": 1650166479896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166487398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "cds", "timestamp": 1650166493816, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:37:09.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166487398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:37:09.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/resourceInstances/pnf8c00055d1d010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "cds", "timestamp": 1650166494819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:37:09.400Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44b4c75a-38e5-4223-a0d1-a635a2dc799e 2022-04-17T03:37:09.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44b4c75a-38e5-4223-a0d1-a635a2dc799e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166495132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166496176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166497215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:37:09.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166496878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166498239, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:37:09.410Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44b4c75a-38e5-4223-a0d1-a635a2dc799e 2022-04-17T03:37:09.410Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44b4c75a-38e5-4223-a0d1-a635a2dc799e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:37:09.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166498438, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:37:09.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166496878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "multicloud-k8s-id", "timestamp": 1650166499242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:37:09.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166496878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166500410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8ymgsuamoqhsbuhznk5/1.0/artifacts/service-DemoPnfJ8ymgsuamoqhsbuhznk5-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166496878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166496878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166496878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166496878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:37:09.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166504703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:37:09.417Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "aai-ml", "timestamp": 1650166504867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "aai-ml", "timestamp": 1650166504867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "aai-ml", "timestamp": 1650166504867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:09.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166508455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:37:09.418Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:37:09.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:37:09.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "aai-ml", "timestamp": 1650166504867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:37:09.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:37:21.671Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:37:21.678Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:37:21.679Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:37:21.679Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:37:21.680Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:37:51.680Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:37:51.687Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:37:51.688Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:37:51.688Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-17T03:37:51.688Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-17T03:38:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:38:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:38:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:38:09.123Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:38:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650166509458, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:38:09.407Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44b4c75a-38e5-4223-a0d1-a635a2dc799e 2022-04-17T03:38:09.408Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44b4c75a-38e5-4223-a0d1-a635a2dc799e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:38:09.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "aai-ml", "timestamp": 1650166504867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:38:09.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:38:09.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "aai-ml", "timestamp": 1650166504867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:38:09.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:38:09.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "aai-ml", "timestamp": 1650166504867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:38:09.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:38:09.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "aai-ml", "timestamp": 1650166513016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:38:09.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:38:09.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "aai-ml", "timestamp": 1650166522840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:38:09.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:38:09.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "aai-ml", "timestamp": 1650166523844, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:38:09.417Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44b4c75a-38e5-4223-a0d1-a635a2dc799e 2022-04-17T03:38:09.417Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44b4c75a-38e5-4223-a0d1-a635a2dc799e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:38:09.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46fa8b4a-9877-47d3-b4d2-8b3009b8711d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166562701, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-17T03:38:09.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:38:09.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:38:09.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:38:21.688Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:38:22.413Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-17T03:38:22.414Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-17T03:38:22.414Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-17T03:38:22.414Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-17T03:38:22.414Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-17T03:38:22.414Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:38:22.415Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:38:22.415Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:38:22.415Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:38:22.415Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-17T03:38:22.415Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:38:22.418Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-17T03:38:52.418Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:38:52.422Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2125b68 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3080) 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.GeneratedMethodAccessor217.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.$Proxy217.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-04-17T03:38:52.423Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:38:52.423Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||ERROR|500||(conn=3080) WSREP has not yet prepared node for application use 2022-04-17T03:38:52.426Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-17T03:38:52.426Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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.$Proxy217.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.GeneratedMethodAccessor217.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=3080) 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-04-17T03:38:52.427Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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-04-17T03:38:52.427Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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-04-17T03:38:52.429Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-17T03:38:52.429Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44b4c75a-38e5-4223-a0d1-a635a2dc799e 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-04-17T03:38:52.429Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:38:52.430Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:38:52.431Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:38:52.431Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166732429, "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-04-17T03:38:52.531Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:38:52.532Z||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-04-17T03:38:52.532Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:38:52.548Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:38:52.548Z||pool-123-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=? 2022-04-17T03:38:53.436Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@91a03de marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3085) 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 jdk.internal.reflect.GeneratedMethodAccessor194.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 jdk.internal.reflect.GeneratedMethodAccessor200.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.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703) 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) ... 76 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) ... 77 common frames omitted 2022-04-17T03:38:53.436Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:38:53.437Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||ERROR|500||(conn=3085) WSREP has not yet prepared node for application use 2022-04-17T03:38:53.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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 jdk.internal.reflect.GeneratedMethodAccessor194.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 jdk.internal.reflect.GeneratedMethodAccessor200.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.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703) 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=3085) 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) ... 71 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) ... 76 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) ... 77 common frames omitted 2022-04-17T03:38:53.438Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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 jdk.internal.reflect.GeneratedMethodAccessor194.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 jdk.internal.reflect.GeneratedMethodAccessor200.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.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703) 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) ... 40 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3085) 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) ... 71 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) ... 76 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) ... 77 common frames omitted 2022-04-17T03:38:53.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703) 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) ... 23 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.$Proxy144.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) ... 26 common frames omitted 2022-04-17T03:38:53.439Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44b4c75a-38e5-4223-a0d1-a635a2dc799e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:38:53.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@706b5da marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3086) 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.GeneratedMethodAccessor217.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.$Proxy217.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) 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: 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-04-17T03:38:53.441Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:38:53.442Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||ERROR|500||(conn=3086) WSREP has not yet prepared node for application use 2022-04-17T03:38:53.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-17T03:38:53.443Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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.$Proxy217.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) 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: 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.GeneratedMethodAccessor217.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=3086) 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-04-17T03:38:53.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 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: 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.$Proxy217.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) ... 9 common frames omitted 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.GeneratedMethodAccessor217.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=3086) 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-04-17T03:38:53.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-17T03:38:53.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44b4c75a-38e5-4223-a0d1-a635a2dc799e 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-04-17T03:38:53.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:38:53.444Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:38:53.446Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:38:53.446Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166733444, "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-04-17T03:38:53.546Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:38:53.546Z||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-04-17T03:38:53.547Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:38:53.560Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:38:53.560Z||pool-124-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=? 2022-04-17T03:38:54.450Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@e5c78c1 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3106) 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 jdk.internal.reflect.GeneratedMethodAccessor194.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 jdk.internal.reflect.GeneratedMethodAccessor200.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.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:738) 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) ... 76 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) ... 77 common frames omitted 2022-04-17T03:38:54.451Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:38:54.451Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||ERROR|500||(conn=3106) WSREP has not yet prepared node for application use 2022-04-17T03:38:54.452Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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 jdk.internal.reflect.GeneratedMethodAccessor194.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 jdk.internal.reflect.GeneratedMethodAccessor200.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.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:738) 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=3106) 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) ... 71 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) ... 76 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) ... 77 common frames omitted 2022-04-17T03:38:54.453Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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 jdk.internal.reflect.GeneratedMethodAccessor194.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 jdk.internal.reflect.GeneratedMethodAccessor200.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.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:738) 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) ... 40 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3106) 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) ... 71 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) ... 76 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) ... 77 common frames omitted 2022-04-17T03:38:54.453Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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-04-17T03:38:54.453Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||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.$Proxy216.save(Unknown Source) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:738) 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) ... 23 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.$Proxy144.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) ... 26 common frames omitted 2022-04-17T03:38:54.454Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:38:54.454Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:38:54.454Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:39:05.310Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:39:05.310Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:39:05.311Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:39:05.311Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:39:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:39:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:39:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:39:09.119Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166484905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166570906, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166574007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166575219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:39:09.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166576506, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166577645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/vfw836a130251ec0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166578647, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166579650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/resourceInstances/vfw836a130251ec0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166580653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417033321/1.0/artifacts/service-Vfw20220417033321-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:39:09.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:39:14.848Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:39:14.848Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:39:14.849Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:39:14.849Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:39:24.385Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:39:24.386Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:39:24.386Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:39:24.386Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:39:33.928Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:39:33.930Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:39:33.930Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:39:33.930Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:39:43.471Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:39:43.472Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:39:43.472Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:39:43.472Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:39:53.013Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:39:53.013Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:39:53.014Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:39:53.014Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:40:02.550Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:40:02.551Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:40:02.551Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:40:02.552Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:40:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:40:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:40:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:40:09.621Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:40:09.622Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:40:09.622Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166732429, "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-04-17T03:40:09.622Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:40:09.622Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:40:09.623Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "44b4c75a-38e5-4223-a0d1-a635a2dc799e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650166733444, "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-04-17T03:40:09.623Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:40:12.089Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:40:12.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:40:12.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:40:12.090Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:40:21.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:40:21.626Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:40:21.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:40:21.627Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:40:31.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:40:31.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:40:31.163Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:40:31.163Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:40:40.703Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:40:40.703Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:40:40.703Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:40:40.703Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:40:50.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:40:50.239Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:40:50.240Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:40:50.240Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:40:59.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:41:09.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:41:09.098Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:41:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:41:09.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:41:09.100Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:41:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:41:18.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:41:18.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:42:09.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:42:09.098Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:42:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:42:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:42:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:42:09.101Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:42:18.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:42:18.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:43:09.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:43:09.099Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:43:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:43:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:43:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:43:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:43:18.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:43:18.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:44:09.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:44:09.099Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:44:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:44:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:44:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:44:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:44:18.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:44:18.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:45:09.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:45:09.098Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:45:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:45:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:45:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:45:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:45:09.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:45:09.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "cds", "timestamp": 1650167085817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "multicloud-k8s-id", "timestamp": 1650167087398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "cds", "timestamp": 1650167085817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vfwdfc627d157150_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "multicloud-k8s-id", "timestamp": 1650167087398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vfwdfc627d157150_modules.json", "status": "NOTIFIED" } 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "cds", "timestamp": 1650167085817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "multicloud-k8s-id", "timestamp": 1650167087398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "cds", "timestamp": 1650167085817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "multicloud-k8s-id", "timestamp": 1650167087398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "cds", "timestamp": 1650167085817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "multicloud-k8s-id", "timestamp": 1650167087398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167096878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "cds", "timestamp": 1650167085817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "multicloud-k8s-id", "timestamp": 1650167087398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167096878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vfwdfc627d157150_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "cds", "timestamp": 1650167085817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "multicloud-k8s-id", "timestamp": 1650167087398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167096878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "ves-openapi-manager", "timestamp": 1650167099895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167096878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "multicloud-k8s-id", "timestamp": 1650167100607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vfwdfc627d157150_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "cds", "timestamp": 1650167101387, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "ves-openapi-manager", "timestamp": 1650167099895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vfwdfc627d157150_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167096878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:45:09.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "multicloud-k8s-id", "timestamp": 1650167101800, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:45:09.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:45:09.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "cds", "timestamp": 1650167102391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:45:09.648Z||pool-2-thread-5|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@470d25a6 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3545) 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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy216.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-04-17T03:45:09.649Z||pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:45:09.649Z||pool-2-thread-5|||||ERROR|500||(conn=3545) WSREP has not yet prepared node for application use 2022-04-17T03:45:09.649Z||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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy216.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=3545) 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-04-17T03:45:09.650Z||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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy216.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=3545) 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-04-17T03:45:09.651Z||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-04-17T03:45:09.651Z||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.$Proxy216.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.$Proxy144.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-04-17T03:45:09.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:45:09.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-17T03:45:09.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0c0ecb4-b051-42f9-b532-66f4a2ac29f5","serviceName":"vFW 2022-04-17 03-43-09","serviceVersion":"1.0","serviceUUID":"3871e6f0-55f9-4b48-964f-b936d26b4fa5","serviceDescription":"catalog service description","serviceInvariantUUID":"2a2c3057-f3ca-4de7-94f9-b1759ddf9944","resources":[{"resourceInstanceName":"vFW dfc627d1-5715 0","resourceName":"vFW dfc627d1-5715","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ea153a6-05aa-4a3b-a457-53b7f1c275f9","resourceInvariantUUID":"1034445f-a481-4b45-a169-0d874918090b","resourceCustomizationUUID":"840c20ec-6d82-4272-b5aa-da3a1b176e49","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vf-license-model.xml","artifactChecksum":"ZmY0M2FkMDI2Yzg3ODgxMmJiOTExMGE1ZGU3MjBiZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6d3533b-2e54-4f22-adbb-1cc4e7a160ac","artifactVersion":"1"},{"artifactName":"vfwdfc627d157150_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vfwdfc627d157150_modules.json","artifactChecksum":"MTdjODRlMDZiMzkxNDVmZGYzNGM5NjMwZDVmNjMwZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0bd92dda-7d5c-4da4-854c-dd2f9c583638","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4334d8cc-f375-455b-98c2-48b9d0589dc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vendor-license-model.xml","artifactChecksum":"NTQ4MmEwNmRkMzVlMDdkYjZhY2UwOTlhOWQ5MjExYzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"13884769-5e24-47a6-85f8-aa26ba4183df","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f5ce582c-5c68-4d4b-b290-067e20da4a81","artifactVersion":"2","generatedFromUUID":"4334d8cc-f375-455b-98c2-48b9d0589dc0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417034309-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-template.yml","artifactChecksum":"MjEwMDBjNjlkOTkxNDFiYWFhZDU3ZjZlYzFjNDg0NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"19cc243c-6146-4663-afe8-87022d8dd632","artifactVersion":"1"},{"artifactName":"service-Vfw20220417034309-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar","artifactChecksum":"ZTBjYmFlMGEwOTBlMjEwMTdkMmE2ODkxZTVlOGY2MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b4da82f-a209-483a-bae9-321d4ab9ae46","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:45:09.725Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:45:09.725Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:45:09.728Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:45:09.728Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:09.828Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:45:09.828Z||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-04-17T03:45:09.828Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:45:09.840Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:45:09.841Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:45:10.728Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:45:10.729Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:45:10.731Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:45:10.731Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vfwdfc627d157150_modules.json", "status": "NOTIFIED" } 2022-04-17T03:45:10.832Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-17T03:45:10.832Z||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-04-17T03:45:10.832Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:45:10.846Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:45:10.846Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:45:11.732Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:45:11.733Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:45:11.734Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:45:11.734Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:45:11.834Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:45:11.835Z||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-04-17T03:45:11.835Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:45:11.848Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:45:11.848Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:45:12.735Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:45:12.735Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:45:12.737Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:45:12.737Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:12.837Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:45:12.838Z||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-04-17T03:45:12.838Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:45:12.851Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:45:12.851Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:45:13.738Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:45:13.738Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:45:13.740Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:45:13.740Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:45:13.840Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:45:13.841Z||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-04-17T03:45:13.841Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:45:13.854Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:45:13.854Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:45:14.741Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:45:14.741Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:45:14.743Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:45:14.743Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:45:14.844Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-17T03:45:14.844Z||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-04-17T03:45:14.844Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:45:14.857Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:45:14.858Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:45:15.744Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:45:15.745Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:45:15.747Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:45:15.747Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:45:15.847Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-17T03:45:15.847Z||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-04-17T03:45:15.848Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:45:15.861Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:45:15.862Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:45:16.749Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "serviceName": "vFW 2022-04-17 03-43-09", "serviceVersion": "1.0", "serviceUUID": "3871e6f0-55f9-4b48-964f-b936d26b4fa5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2a2c3057-f3ca-4de7-94f9-b1759ddf9944", "resources": [ { "resourceInstanceName": "vFW dfc627d1-5715 0", "resourceCustomizationUUID": "840c20ec-6d82-4272-b5aa-da3a1b176e49", "resourceName": "vFW dfc627d1-5715", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5ea153a6-05aa-4a3b-a457-53b7f1c275f9", "resourceInvariantUUID": "1034445f-a481-4b45-a169-0d874918090b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwdfc627d157150_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vfwdfc627d157150_modules.json", "artifactChecksum": "MTdjODRlMDZiMzkxNDVmZGYzNGM5NjMwZDVmNjMwZTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0bd92dda-7d5c-4da4-854c-dd2f9c583638", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4334d8cc-f375-455b-98c2-48b9d0589dc0", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f5ce582c-5c68-4d4b-b290-067e20da4a81", "generatedFromUUID": "4334d8cc-f375-455b-98c2-48b9d0589dc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f5ce582c-5c68-4d4b-b290-067e20da4a81", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220417034309-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar", "artifactChecksum": "ZTBjYmFlMGEwOTBlMjEwMTdkMmE2ODkxZTVlOGY2MTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3b4da82f-a209-483a-bae9-321d4ab9ae46" } ], "workloadContext": "Production" } 2022-04-17T03:45:16.749Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:45:16.749Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3871e6f0-55f9-4b48-964f-b936d26b4fa5 ASDC 2022-04-17T03:45:16.750Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e0c0ecb4-b051-42f9-b532-66f4a2ac29f5 ServiceName:vFW 2022-04-17 03-43-09 ServiceVersion:1.0 ServiceUUID:3871e6f0-55f9-4b48-964f-b936d26b4fa5 ServiceInvariantUUID:2a2c3057-f3ca-4de7-94f9-b1759ddf9944 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220417034309-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar ArtifactUUID:3b4da82f-a209-483a-bae9-321d4ab9ae46 ArtifactChecksum:ZTBjYmFlMGEwOTBlMjEwMTdkMmE2ODkxZTVlOGY2MTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW dfc627d1-5715 0 ResourceCustomizationUUID:840c20ec-6d82-4272-b5aa-da3a1b176e49 ResourceInvariantUUID:1034445f-a481-4b45-a169-0d874918090b ResourceName:vFW dfc627d1-5715 ResourceType:VF ResourceUUID:5ea153a6-05aa-4a3b-a457-53b7f1c275f9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwdfc627d157150_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vfwdfc627d157150_modules.json ArtifactUUID:0bd92dda-7d5c-4da4-854c-dd2f9c583638 ArtifactChecksum:MTdjODRlMDZiMzkxNDVmZGYzNGM5NjMwZDVmNjMwZTY= 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/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.yaml ArtifactUUID:4334d8cc-f375-455b-98c2-48b9d0589dc0 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/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.env ArtifactUUID:f5ce582c-5c68-4d4b-b290-067e20da4a81 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/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.env ArtifactUUID:f5ce582c-5c68-4d4b-b290-067e20da4a81 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:45:16.750Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3871e6f0-55f9-4b48-964f-b936d26b4fa5 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-04-17T03:45:16.759Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@712dd360 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3884) 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 jdk.internal.reflect.GeneratedMethodAccessor194.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 jdk.internal.reflect.GeneratedMethodAccessor214.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.$Proxy217.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$$f569a495.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) ... 82 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) ... 83 common frames omitted 2022-04-17T03:45:16.759Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:45:16.759Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||ERROR|500||(conn=3884) WSREP has not yet prepared node for application use 2022-04-17T03:45:16.760Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|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.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 jdk.internal.reflect.GeneratedMethodAccessor194.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 jdk.internal.reflect.GeneratedMethodAccessor214.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.$Proxy217.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$$f569a495.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=3884) 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) ... 77 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) ... 82 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) ... 83 common frames omitted 2022-04-17T03:45:16.761Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|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.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 jdk.internal.reflect.GeneratedMethodAccessor194.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 jdk.internal.reflect.GeneratedMethodAccessor214.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.$Proxy217.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$$f569a495.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) ... 46 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3884) 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) ... 77 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) ... 82 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) ... 83 common frames omitted 2022-04-17T03:45:16.763Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||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.$Proxy217.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$$f569a495.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.$Proxy144.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-04-17T03:45:16.763Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0c0ecb4-b051-42f9-b532-66f4a2ac29f5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:45:16.766Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@5842fecc marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3881) 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.GeneratedMethodAccessor217.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.$Proxy217.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) 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: 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-04-17T03:45:16.766Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:45:16.766Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||ERROR|500||(conn=3881) WSREP has not yet prepared node for application use 2022-04-17T03:45:16.767Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|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-04-17T03:45:16.767Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|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.$Proxy217.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) 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: 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.GeneratedMethodAccessor217.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=3881) 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-04-17T03:45:16.767Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 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: 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.$Proxy217.findOneByDistributionId(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167) ... 9 common frames omitted 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.GeneratedMethodAccessor217.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=3881) 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-04-17T03:45:16.768Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet 2022-04-17T03:45:16.768Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0c0ecb4-b051-42f9-b532-66f4a2ac29f5 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-04-17T03:45:16.768Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:45:16.768Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:45:16.769Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:45:16.769Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167116768, "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-04-17T03:45:16.869Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:45:16.870Z||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-04-17T03:45:16.870Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:45:16.882Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:45:16.882Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:46:09.098Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:46:09.099Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:46:09.099Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:46:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:46:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:46:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:46:09.123Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:46:09.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:46:09.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "aai-ml", "timestamp": 1650167104867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:46:09.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:46:18.645Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:09.098Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:47:09.099Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:47:09.099Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:47:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:47:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:09.121Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:09.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:47:09.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:47:09.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:47:09.726Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:09.727Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-17T03:47:09.727Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"65594ddc-2f26-4656-8881-aa4726d0fe5a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83","serviceDescription":"service","serviceInvariantUUID":"4098915b-fc90-4548-aecf-93253cc27da5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a1ebd93-5038-40bf-bd05-cb7dcb963c5a","resourceInvariantUUID":"c89180c6-1b47-4afc-89a9-8c706ff645ca","resourceCustomizationUUID":"86c2191b-19ee-48d1-b683-4e8862eac6bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZGJlZTVhYjVhN2M5ZDE1NDlmMTQ0MTAyODczZDg5NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"350c2095-0d71-4a1e-aca0-6128b9ef5374","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"OWU4YmI5ZmZhNWVhZTIwMzU5YmVmZjJjNGJjNmNmNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8fea3cd7-bb15-4535-b421-c219677d66c1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b7e73c9-ef2a-419a-bf72-32d0107a350e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e90525b2-9d0c-4f7e-9f71-28b1b5c948c4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f6e4dc2-d799-44b4-ab17-0826b7f9e18c","artifactVersion":"2","generatedFromUUID":"4b7e73c9-ef2a-419a-bf72-32d0107a350e"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YjdlZWNhM2Y0NGQ5Y2RhYTdhNmUyMmE1YjM0OGNmYTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"27dc300e-20b3-47c9-a5d9-d426589be4fb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NGJlYzkzMjhlYjY4ODhlNjI4MjE4ZTdkYzk3YTRhMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79ec33ac-ace4-454c-b8d5-656cbe1b49ea","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjY4ZDY1NGQxMjA0ZjFhMjVlZjkzOGZlOWYxYWNlZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"167a67a2-7daa-4c23-a75c-78508598fa99","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:47:09.728Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:47:09.729Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:47:09.731Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:47:09.731Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:47:09.831Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:47:09.831Z||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-04-17T03:47:09.832Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:09.845Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:09.845Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:47:10.731Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:47:10.732Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:47:10.733Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:47:10.733Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:47:10.833Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:47:10.834Z||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-04-17T03:47:10.834Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:10.847Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:10.847Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:47:11.734Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:47:11.734Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:47:11.736Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:47:11.736Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-17T03:47:11.836Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:47:11.836Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:47:11.837Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:11.849Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:11.850Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:47:12.736Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:47:12.737Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:47:12.738Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:47:12.739Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:47:12.839Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:47:12.839Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:47:12.839Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:12.853Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:12.853Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:47:13.739Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:47:13.740Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:47:13.742Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:47:13.742Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-17T03:47:13.842Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:47:13.842Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:47:13.843Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:13.856Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:13.856Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:47:14.742Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:47:14.743Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:47:14.745Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:47:14.745Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:47:14.845Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:47:14.846Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:47:14.846Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:14.858Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:14.859Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:47:15.746Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:47:15.746Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:47:15.748Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:47:15.748Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:47:15.848Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:47:15.849Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:47:15.849Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:15.861Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:15.862Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:47:16.749Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:47:16.749Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:47:16.751Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:47:16.751Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:47:16.851Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:47:16.852Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:47:16.852Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:16.865Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:16.865Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:47:17.752Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83", "serviceDescription": "service", "serviceInvariantUUID": "4098915b-fc90-4548-aecf-93253cc27da5", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "86c2191b-19ee-48d1-b683-4e8862eac6bd", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8a1ebd93-5038-40bf-bd05-cb7dcb963c5a", "resourceInvariantUUID": "c89180c6-1b47-4afc-89a9-8c706ff645ca", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "OWU4YmI5ZmZhNWVhZTIwMzU5YmVmZjJjNGJjNmNmNGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8fea3cd7-bb15-4535-b421-c219677d66c1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4b7e73c9-ef2a-419a-bf72-32d0107a350e", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3f6e4dc2-d799-44b4-ab17-0826b7f9e18c", "generatedFromUUID": "4b7e73c9-ef2a-419a-bf72-32d0107a350e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3f6e4dc2-d799-44b4-ab17-0826b7f9e18c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MjY4ZDY1NGQxMjA0ZjFhMjVlZjkzOGZlOWYxYWNlZTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "167a67a2-7daa-4c23-a75c-78508598fa99" } ], "workloadContext": "Production" } 2022-04-17T03:47:17.752Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:47:17.753Z|e0c0ecb4-b051-42f9-b532-66f4a2ac29f5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83 ASDC 2022-04-17T03:47:17.753Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:65594ddc-2f26-4656-8881-aa4726d0fe5a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83 ServiceInvariantUUID:4098915b-fc90-4548-aecf-93253cc27da5 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:167a67a2-7daa-4c23-a75c-78508598fa99 ArtifactChecksum:MjY4ZDY1NGQxMjA0ZjFhMjVlZjkzOGZlOWYxYWNlZTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:86c2191b-19ee-48d1-b683-4e8862eac6bd ResourceInvariantUUID:c89180c6-1b47-4afc-89a9-8c706ff645ca ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:8a1ebd93-5038-40bf-bd05-cb7dcb963c5a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:8fea3cd7-bb15-4535-b421-c219677d66c1 ArtifactChecksum:OWU4YmI5ZmZhNWVhZTIwMzU5YmVmZjJjNGJjNmNmNGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:4b7e73c9-ef2a-419a-bf72-32d0107a350e ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:3f6e4dc2-d799-44b4-ab17-0826b7f9e18c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:3f6e4dc2-d799-44b4-ab17-0826b7f9e18c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:47:17.753Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:47:18.499Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:47:18.500Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:47:18.500Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:47:18.500Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 167a67a2-7daa-4c23-a75c-78508598fa99 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-17T03:47:18.500Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-17T03:47:18.501Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-17T03:47:18.712Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-17T03:47:18.715Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 167a67a2-7daa-4c23-a75c-78508598fa99 78801 2022-04-17T03:47:18.716Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-17T03:47:18.716Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-17T03:47:18.716Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:47:18.716Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:47:18.718Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:47:18.718Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167238716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:47:18.818Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:47:18.819Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:47:18.819Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:18.831Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:18.831Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:47:19.718Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:47:19.719Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:47:19.720Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 167a67a2-7daa-4c23-a75c-78508598fa99, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-17T03:47:19.720Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-04-17T03:47:19.720Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-17T03:47:19.720Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-17T03:47:19.802Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13356479278468944689/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-17T03:47:20.594Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:47:20.594Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-17T03:47:20.594Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-17T03:47:20.594Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-17T03:47:20.595Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-17T03:47:20.595Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-17T03:47:20.595Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|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-BasicVmMacro-csar.csar 2022-04-17T03:47:20.595Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-17T03:47:20.595Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|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-BasicVmMacro-csar.csar 2022-04-17T03:47:20.595Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-17T03:47:20.595Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|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-BasicVmMacro-csar.csar 2022-04-17T03:47:20.595Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-17T03:47:20.595Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-17T03:47:20.596Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-17T03:47:20.596Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.596Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:47:20.596Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-17T03:47:20.596Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-17T03:47:20.596Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:47:20.597Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.597Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:47:20.597Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-17T03:47:20.597Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-17T03:47:20.597Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:47:20.597Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.597Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:47:20.598Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.598Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-17T03:47:20.598Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-17T03:47:20.598Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-17T03:47:20.598Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-17T03:47:20.598Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-17T03:47:20.599Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-17T03:47:20.599Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.599Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:47:20.599Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.599Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-17T03:47:20.599Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:47:20.600Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.600Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-17T03:47:20.600Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:47:20.600Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.600Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-17T03:47:20.600Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:47:20.601Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.601Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-17T03:47:20.601Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-17T03:47:20.601Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-17T03:47:20.601Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e30fe22e-2ae4-4353-bf82-5b9737fbc920 2022-04-17T03:47:20.601Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.601Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:47:20.602Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.602Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:47:20.602Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.602Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:47:20.602Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:47:20.602Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:47:20.602Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83 Model Version:NULL Model InvariantUuid:4098915b-fc90-4548-aecf-93253cc27da5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:646b5137-0d3a-4560-af02-1c49e7f6e8e2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c89180c6-1b47-4afc-89a9-8c706ff645ca Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:86c2191b-19ee-48d1-b683-4e8862eac6bd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f7282cc1-1f83-4a4a-88ec-cd9c64ea9d80 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:2480bd75-ac41-4fea-932a-0fece5885e70 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e30fe22e-2ae4-4353-bf82-5b9737fbc920 ModelInvariantUuid:27274759-11dc-43ae-8b07-813b519e08c3 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:6bc01d55-3880-4fc0-bace-adb159675060 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:8776d01b-f09b-4a43-be7e-41f7da089809 ModelInvariantUuid:635b9681-5f33-4869-9f5c-b58c44e575c8 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:1d3ff7fd-2483-40d5-aba3-b36c58e13c54 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:47:20.606Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2a650153 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3399) 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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:47:20.607Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:47:20.607Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||ERROR|500||(conn=3399) WSREP has not yet prepared node for application use 2022-04-17T03:47:20.608Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|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 jdk.internal.reflect.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=3399) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:47:20.609Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|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 jdk.internal.reflect.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3399) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:47:20.609Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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.$Proxy144.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) ... 33 common frames omitted 2022-04-17T03:47:20.610Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 65594ddc-2f26-4656-8881-aa4726d0fe5a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:47:21.488Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 65594ddc-2f26-4656-8881-aa4726d0fe5a and serviceModelVersionId: f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83 2022-04-17T03:47:21.488Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4098915b-fc90-4548-aecf-93253cc27da5 2022-04-17T03:47:21.489Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83?depth=0 2022-04-17T03:47:21.492Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:47:21.517Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|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/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-17T03:47:21.517Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83?depth=0|INFO|500||Invoke 2022-04-17T03:47:21.532Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-04-17T03:47:21.563Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83?depth=0|INFO|404|Not Found|InvokeReturn 2022-04-17T03:47:21.563Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|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/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-03:47:21:544-76589], Content-Length=[495], Date=[Sun, 17 Apr 2022 03:47:21 GMT], Content-Type=[application/json]} 2022-04-17T03:47:21.564Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83","ERR.5.4.6114"]}}} 2022-04-17T03:47:21.567Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=65594ddc-2f26-4656-8881-aa4726d0fe5a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83) (ec=ERR.5.4.6114) 2022-04-17T03:47:21.568Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=65594ddc-2f26-4656-8881-aa4726d0fe5a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) 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-04-17T03:47:21.568Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=65594ddc-2f26-4656-8881-aa4726d0fe5a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83) (ec=ERR.5.4.6114) 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: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=65594ddc-2f26-4656-8881-aa4726d0fe5a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) ... 9 common frames omitted 2022-04-17T03:47:21.568Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=65594ddc-2f26-4656-8881-aa4726d0fe5a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4098915b-fc90-4548-aecf-93253cc27da5/model-vers/model-ver/f9c299ab-841d-4bb4-ae91-ffeb2b7a3d83) (ec=ERR.5.4.6114) 2022-04-17T03:47:21.568Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 65594ddc-2f26-4656-8881-aa4726d0fe5a 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-04-17T03:47:21.568Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:47:21.568Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:47:21.569Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:47:21.570Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167241568, "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-04-17T03:47:21.670Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:47:21.670Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:47:21.670Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:47:21.683Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:47:21.684Z||pool-142-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-04-17T03:48:09.098Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:48:09.099Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:48:09.099Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:48:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:48:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:09.120Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:09.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "aai-ml", "timestamp": 1650167104867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vfwdfc627d157150_modules.json", "status": "NOTIFIED" } 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "aai-ml", "timestamp": 1650167104867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "aai-ml", "timestamp": 1650167113302, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:48:09.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/resourceInstances/vfwdfc627d157150/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167109098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167116768, "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-04-17T03:48:09.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "aai-ml", "timestamp": 1650167123055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417034309/1.0/artifacts/service-Vfw20220417034309-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0c0ecb4-b051-42f9-b532-66f4a2ac29f5", "consumerID": "aai-ml", "timestamp": 1650167124058, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:48:09.495Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0c0ecb4-b051-42f9-b532-66f4a2ac29f5 2022-04-17T03:48:09.496Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0c0ecb4-b051-42f9-b532-66f4a2ac29f5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:48:09.721Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:09.722Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-17T03:48:09.722Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a1b88886-188c-4d6a-b0a5-70425f9ce605","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"40025eec-b651-4389-ad9b-d46f18f44ec2","serviceDescription":"service","serviceInvariantUUID":"c34f2de2-a754-46ef-b808-d90f0dddf2c0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22e5a2fb-03f4-48f8-931a-9bad899386e8","resourceInvariantUUID":"17ed0a19-6d79-44f3-bb3e-00e8b7d26485","resourceCustomizationUUID":"bb02456e-fa12-4448-ac96-3973daebc028","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NjMzNDQ0YWFlNGUwM2ZhZDI5MGU0OGZjNzgxZWRmNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aabe8075-d574-4b0e-a006-aa3672a0e2d0","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ODBkYWEzNGZhNjU5ZmVjMzQ4ZGNiN2YwMmQwZjI4NTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"74472ed5-2eb3-4510-b331-8831ad9a34a9","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5d0c3436-15ab-4071-a8e3-feb72c27e77f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cd3feb2-f5a5-4762-802b-b606e74d179a","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c49a6666-4610-4524-95ad-7bc9ef7dbf1e","artifactVersion":"2","generatedFromUUID":"1e936d1f-f04d-43bd-8fb3-81a7285f4d10"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"452517e2-45ad-4390-ad01-30cb8a753849","artifactVersion":"2","generatedFromUUID":"5d0c3436-15ab-4071-a8e3-feb72c27e77f"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1e936d1f-f04d-43bd-8fb3-81a7285f4d10","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"040e9cfc-0bd7-4d4c-a9f2-06ea8189793a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YWRhNDU3NjEwYmYwZWY0ZTVhM2ZkZDFmYWFlYjE5YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d113d783-99cc-4318-9e5a-7fab75a7749e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjcwOWQ3MmE3M2M5NDg2N2M5YWUzMjEzZjcyYjQzMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c0318ed-57ad-498f-84fc-e46bca3e4045","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:48:09.723Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:48:09.724Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:09.725Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:09.725Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:48:09.825Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:09.826Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:09.826Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:09.838Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:09.839Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:48:10.725Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:48:10.726Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:10.728Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:10.728Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:48:10.828Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:10.828Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:10.829Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:10.840Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:10.841Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:48:11.728Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:48:11.729Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:11.730Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:11.730Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-17T03:48:11.831Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:11.831Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:11.831Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:11.845Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:11.846Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:48:12.731Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:48:12.732Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:12.733Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:12.733Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:48:12.833Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:12.834Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:12.834Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:12.846Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:12.846Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:48:13.734Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:48:13.735Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:13.737Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:13.737Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-17T03:48:13.837Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:13.838Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:13.838Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:13.851Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:13.851Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:48:14.738Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:48:14.738Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:14.740Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:14.740Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-17T03:48:14.840Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:14.841Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:14.841Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:14.853Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:14.853Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:48:15.740Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:48:15.741Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:15.742Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:15.743Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-17T03:48:15.843Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:15.843Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:15.843Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:15.854Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:15.854Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:48:16.743Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:48:16.744Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:16.745Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:16.745Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:48:16.845Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:16.846Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:16.846Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:16.858Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:16.858Z||pool-150-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:48:17.746Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:48:17.747Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:17.748Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:17.748Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:48:17.848Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:17.849Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:17.849Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:17.862Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:17.862Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:48:18.748Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:48:18.749Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:18.750Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:18.750Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:48:18.851Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:18.851Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:18.852Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:18.863Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:18.864Z||pool-152-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:48:19.752Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "40025eec-b651-4389-ad9b-d46f18f44ec2", "serviceDescription": "service", "serviceInvariantUUID": "c34f2de2-a754-46ef-b808-d90f0dddf2c0", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "bb02456e-fa12-4448-ac96-3973daebc028", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "22e5a2fb-03f4-48f8-931a-9bad899386e8", "resourceInvariantUUID": "17ed0a19-6d79-44f3-bb3e-00e8b7d26485", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "ODBkYWEzNGZhNjU5ZmVjMzQ4ZGNiN2YwMmQwZjI4NTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74472ed5-2eb3-4510-b331-8831ad9a34a9", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5d0c3436-15ab-4071-a8e3-feb72c27e77f", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "452517e2-45ad-4390-ad01-30cb8a753849", "generatedFromUUID": "5d0c3436-15ab-4071-a8e3-feb72c27e77f" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c49a6666-4610-4524-95ad-7bc9ef7dbf1e", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "452517e2-45ad-4390-ad01-30cb8a753849", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1e936d1f-f04d-43bd-8fb3-81a7285f4d10", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MjcwOWQ3MmE3M2M5NDg2N2M5YWUzMjEzZjcyYjQzMWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c0318ed-57ad-498f-84fc-e46bca3e4045" } ], "workloadContext": "Production" } 2022-04-17T03:48:19.752Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:48:19.752Z|65594ddc-2f26-4656-8881-aa4726d0fe5a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 40025eec-b651-4389-ad9b-d46f18f44ec2 ASDC 2022-04-17T03:48:19.752Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:a1b88886-188c-4d6a-b0a5-70425f9ce605 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:40025eec-b651-4389-ad9b-d46f18f44ec2 ServiceInvariantUUID:c34f2de2-a754-46ef-b808-d90f0dddf2c0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:7c0318ed-57ad-498f-84fc-e46bca3e4045 ArtifactChecksum:MjcwOWQ3MmE3M2M5NDg2N2M5YWUzMjEzZjcyYjQzMWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:bb02456e-fa12-4448-ac96-3973daebc028 ResourceInvariantUUID:17ed0a19-6d79-44f3-bb3e-00e8b7d26485 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:22e5a2fb-03f4-48f8-931a-9bad899386e8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:74472ed5-2eb3-4510-b331-8831ad9a34a9 ArtifactChecksum:ODBkYWEzNGZhNjU5ZmVjMzQ4ZGNiN2YwMmQwZjI4NTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:5d0c3436-15ab-4071-a8e3-feb72c27e77f ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:452517e2-45ad-4390-ad01-30cb8a753849 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:c49a6666-4610-4524-95ad-7bc9ef7dbf1e ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:452517e2-45ad-4390-ad01-30cb8a753849 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:1e936d1f-f04d-43bd-8fb3-81a7285f4d10 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:48:19.752Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40025eec-b651-4389-ad9b-d46f18f44ec2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:48:19.773Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:48:19.774Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:48:19.774Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:48:19.774Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7c0318ed-57ad-498f-84fc-e46bca3e4045 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-17T03:48:19.774Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-17T03:48:19.774Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-17T03:48:20.005Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-17T03:48:20.010Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7c0318ed-57ad-498f-84fc-e46bca3e4045 158205 2022-04-17T03:48:20.010Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-04-17T03:48:20.010Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-17T03:48:20.010Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:48:20.010Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:20.012Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:20.012Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167300010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:48:20.112Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:20.112Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:20.112Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:20.125Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:20.125Z||pool-153-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:48:21.012Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:48:21.013Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:48:21.013Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7c0318ed-57ad-498f-84fc-e46bca3e4045, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-17T03:48:21.014Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-04-17T03:48:21.014Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-17T03:48:21.014Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-17T03:48:21.109Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7927941313932358986/Definitions/service-BasicCnfMacro-template.yml 2022-04-17T03:48:21.915Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:48:21.916Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-17T03:48:21.916Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-17T03:48:21.916Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-17T03:48:21.916Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|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-BasicCnfMacro-csar.csar 2022-04-17T03:48:21.916Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-17T03:48:21.916Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-17T03:48:21.916Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-17T03:48:21.916Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-17T03:48:21.916Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.917Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:48:21.917Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-17T03:48:21.917Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-17T03:48:21.917Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:48:21.917Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.917Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:48:21.918Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-17T03:48:21.918Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-17T03:48:21.918Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:48:21.918Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.918Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:48:21.918Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.918Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-04-17T03:48:21.919Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-04-17T03:48:21.919Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-04-17T03:48:21.919Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-17T03:48:21.919Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.919Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:48:21.919Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.919Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-17T03:48:21.920Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:48:21.920Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.920Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-17T03:48:21.920Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:48:21.920Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.921Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-17T03:48:21.921Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:48:21.921Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.921Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-17T03:48:21.921Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:48:21.921Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.921Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-04-17T03:48:21.922Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-04-17T03:48:21.922Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=196585f5-e518-4f69-aa87-99156c1ca19f 2022-04-17T03:48:21.922Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.922Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:48:21.922Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.922Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:48:21.922Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.923Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:48:21.923Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:48:21.923Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:48:21.923Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:40025eec-b651-4389-ad9b-d46f18f44ec2 Model Version:NULL Model InvariantUuid:c34f2de2-a754-46ef-b808-d90f0dddf2c0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:af196fc8-bd65-4a44-a877-f94f0aafeef1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:17ed0a19-6d79-44f3-bb3e-00e8b7d26485 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bb02456e-fa12-4448-ac96-3973daebc028 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0c36bc16-50e7-4722-b928-8318dcb955a6 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:803aecb6-6dd1-4e7a-a4fe-c6a1424e82d0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:4be0bce7-0f62-4cf3-bcc1-e7b6b8ad272e ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:be4e4c89-2a6e-4020-af93-505d4baa6b27 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:196585f5-e518-4f69-aa87-99156c1ca19f ModelInvariantUuid:39d02df7-cfe1-436d-8c7b-03835c98d313 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:9001a272-0398-4934-a18a-aa6c17cf62b8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:f4cc0e5f-2577-4025-90e3-6fb2c29ae436 ModelInvariantUuid:5e5d20a9-c4e1-426b-9e6d-4b6f53be7bcb ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:9e6d2997-c3d7-4e46-9b0b-2edc82a15fab ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:48:21.927Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@55def437 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3879) 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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:48:21.928Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:48:21.928Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||ERROR|500||(conn=3879) WSREP has not yet prepared node for application use 2022-04-17T03:48:21.929Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|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 jdk.internal.reflect.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=3879) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:48:21.930Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|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 jdk.internal.reflect.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3879) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:48:21.931Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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.$Proxy144.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) ... 33 common frames omitted 2022-04-17T03:48:21.931Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a1b88886-188c-4d6a-b0a5-70425f9ce605 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:48:21.934Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1b88886-188c-4d6a-b0a5-70425f9ce605 and serviceModelVersionId: 40025eec-b651-4389-ad9b-d46f18f44ec2 2022-04-17T03:48:21.934Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c34f2de2-a754-46ef-b808-d90f0dddf2c0 2022-04-17T03:48:21.934Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c34f2de2-a754-46ef-b808-d90f0dddf2c0/model-vers/model-ver/40025eec-b651-4389-ad9b-d46f18f44ec2?depth=0 2022-04-17T03:48:21.938Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:48:21.959Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34f2de2-a754-46ef-b808-d90f0dddf2c0/model-vers/model-ver/40025eec-b651-4389-ad9b-d46f18f44ec2?depth=0|INFO|500||Invoke 2022-04-17T03:48:21.959Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34f2de2-a754-46ef-b808-d90f0dddf2c0/model-vers/model-ver/40025eec-b651-4389-ad9b-d46f18f44ec2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34f2de2-a754-46ef-b808-d90f0dddf2c0/model-vers/model-ver/40025eec-b651-4389-ad9b-d46f18f44ec2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1b88886-188c-4d6a-b0a5-70425f9ce605], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5aeae6df-98a6-476c-9644-bcd479b6089a], X-ECOMP-RequestID=[a1b88886-188c-4d6a-b0a5-70425f9ce605], X-TransactionId=[], X-ONAP-RequestID=[a1b88886-188c-4d6a-b0a5-70425f9ce605], Content-Type=[application/merge-patch+json]} 2022-04-17T03:48:21.974Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34f2de2-a754-46ef-b808-d90f0dddf2c0/model-vers/model-ver/40025eec-b651-4389-ad9b-d46f18f44ec2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-04-17T03:48:22.134Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34f2de2-a754-46ef-b808-d90f0dddf2c0/model-vers/model-ver/40025eec-b651-4389-ad9b-d46f18f44ec2?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/c34f2de2-a754-46ef-b808-d90f0dddf2c0/model-vers/model-ver/40025eec-b651-4389-ad9b-d46f18f44ec2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-03:48:21:982-8936], vertex-id=[561296], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:48:21 GMT], Content-Type=[application/json]} 2022-04-17T03:48:22.134Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34f2de2-a754-46ef-b808-d90f0dddf2c0/model-vers/model-ver/40025eec-b651-4389-ad9b-d46f18f44ec2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:48:22.134Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34f2de2-a754-46ef-b808-d90f0dddf2c0/model-vers/model-ver/40025eec-b651-4389-ad9b-d46f18f44ec2?depth=0|INFO|500||InvokeReturn 2022-04-17T03:48:22.135Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:48:22.135Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR 2022-04-17T03:48:22.135Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1b88886-188c-4d6a-b0a5-70425f9ce605 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-04-17T03:48:22.135Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:48:22.135Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:48:22.137Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:48:22.137Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167302135, "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-04-17T03:48:22.237Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:48:22.238Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:48:22.238Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:48:22.248Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:48:22.248Z||pool-154-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:49:09.098Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:49:09.099Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:49:09.099Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:49:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:49:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:49:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:49:09.124Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:49:09.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "cds", "timestamp": 1650167205817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167207398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "cds", "timestamp": 1650167205817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167207398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167207398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "cds", "timestamp": 1650167205817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "cds", "timestamp": 1650167205817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167207398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "cds", "timestamp": 1650167205817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167207398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "cds", "timestamp": 1650167205817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167207398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "cds", "timestamp": 1650167205817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167207398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "cds", "timestamp": 1650167205817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167207398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167216878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167218229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "cds", "timestamp": 1650167218231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167216878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167219386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:49:09.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:49:09.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167216878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "cds", "timestamp": 1650167220255, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:49:09.133Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 65594ddc-2f26-4656-8881-aa4726d0fe5a 2022-04-17T03:49:09.133Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65594ddc-2f26-4656-8881-aa4726d0fe5a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167216878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "ves-openapi-manager", "timestamp": 1650167219896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167220583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167216878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "ves-openapi-manager", "timestamp": 1650167219896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167221607, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:49:09.141Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65594ddc-2f26-4656-8881-aa4726d0fe5a 2022-04-17T03:49:09.141Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65594ddc-2f26-4656-8881-aa4726d0fe5a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167216878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "ves-openapi-manager", "timestamp": 1650167219896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "multicloud-k8s-id", "timestamp": 1650167222610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167216878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "ves-openapi-manager", "timestamp": 1650167219896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167216878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "ves-openapi-manager", "timestamp": 1650167219896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "aai-ml", "timestamp": 1650167224867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "ves-openapi-manager", "timestamp": 1650167219896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167225688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "aai-ml", "timestamp": 1650167224867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "ves-openapi-manager", "timestamp": 1650167219896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "aai-ml", "timestamp": 1650167224867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "ves-openapi-manager", "timestamp": 1650167219896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "aai-ml", "timestamp": 1650167224867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167228517, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:49:09.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:49:18.639Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:09.098Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:50:09.098Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:50:09.099Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:50:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:50:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:09.130Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:09.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "aai-ml", "timestamp": 1650167224867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167229520, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:50:09.139Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 65594ddc-2f26-4656-8881-aa4726d0fe5a 2022-04-17T03:50:09.139Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65594ddc-2f26-4656-8881-aa4726d0fe5a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:50:09.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "aai-ml", "timestamp": 1650167224867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:50:09.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "aai-ml", "timestamp": 1650167224867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "aai-ml", "timestamp": 1650167224867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "aai-ml", "timestamp": 1650167233818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:50:09.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167229098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167238716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167241568, "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-04-17T03:50:09.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "aai-ml", "timestamp": 1650167242112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "65594ddc-2f26-4656-8881-aa4726d0fe5a", "consumerID": "aai-ml", "timestamp": 1650167243116, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:50:09.151Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 65594ddc-2f26-4656-8881-aa4726d0fe5a 2022-04-17T03:50:09.151Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65594ddc-2f26-4656-8881-aa4726d0fe5a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:50:09.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167254867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "ves-openapi-manager", "timestamp": 1650167259896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "ves-openapi-manager", "timestamp": 1650167259896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167254867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "ves-openapi-manager", "timestamp": 1650167259896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167254867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167254867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "ves-openapi-manager", "timestamp": 1650167259896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167265817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "ves-openapi-manager", "timestamp": 1650167259896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167254867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167265817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "ves-openapi-manager", "timestamp": 1650167259896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167254867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167267398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167265817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "ves-openapi-manager", "timestamp": 1650167259896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167254867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167267398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167265817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "ves-openapi-manager", "timestamp": 1650167259896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167254867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167267398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167265817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "ves-openapi-manager", "timestamp": 1650167259896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167254867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167267398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167265817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "ves-openapi-manager", "timestamp": 1650167259896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167254867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167267398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167265817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167272730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167267398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167265817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167267398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167265817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167267398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167265817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167267398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167276528, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167267398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167276878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "cds", "timestamp": 1650167277771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:50:09.167Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1b88886-188c-4d6a-b0a5-70425f9ce605 2022-04-17T03:50:09.167Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1b88886-188c-4d6a-b0a5-70425f9ce605 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:50:09.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167278105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:50:09.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167278178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:50:09.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167276878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "aai-ml", "timestamp": 1650167279181, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:50:09.177Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a1b88886-188c-4d6a-b0a5-70425f9ce605 2022-04-17T03:50:09.177Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1b88886-188c-4d6a-b0a5-70425f9ce605 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:50:09.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167279293, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:50:09.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167276878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167280495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167276878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167276878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167281788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167276878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167282975, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:50:09.187Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1b88886-188c-4d6a-b0a5-70425f9ce605 2022-04-17T03:50:09.187Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1b88886-188c-4d6a-b0a5-70425f9ce605 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:50:09.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167276878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "multicloud-k8s-id", "timestamp": 1650167283978, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167276878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167276878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167276878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167287895, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:50:09.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:50:09.721Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:09.722Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-17T03:50:09.722Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd7dbc17-1f94-40e8-8b85-2f35509ad8fa","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"abe27ff0-4d55-4a5c-af0f-a0d3259a9b32","serviceDescription":"service","serviceInvariantUUID":"62f3c2ce-a22e-4e10-b66c-349664ec74fb","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b1fbc745-cf5e-42ed-b564-2231221b58b9","resourceInvariantUUID":"41ebfdaf-d22a-4846-baca-c3145dde5d8a","resourceCustomizationUUID":"054d84b2-d032-4b8c-8513-19a7458176d4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"OWE4NTM0ZjYyZWMwZTAxMWMwOTcxYzZhMzNmZTkxMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b02e4ecf-1c84-43cc-9383-ef0cbb97e042","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9fa15be8-86fb-4760-b708-dc5e4708ec11","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9cad8d37-3dde-45ab-b3f3-c22a97459e98","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"Y2I0MDI0YmFlYTkzYTljNDkxNzE3ZDg2ZDQ2ZjRkMTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cb27c0e4-89f5-42ed-a08e-adac56911a7b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7b50c79c-e293-41a2-b27f-b052199c8095","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be11c372-239b-4b94-b6d4-1511250d1a99","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"25318d90-b295-43b7-a29e-8c9a44778b01","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZGQyZDdmZTgxY2Y2OTc1OGNlMmU2NTNmOTQ0ZTk1MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"935736a4-e22c-409d-a7a0-4d23ea27ee76","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTg4ZTkxNGU2ZWNmYzNiNzcyN2NjM2Y4YjA3MDUwZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0447d48-66a3-4ed7-9fa5-0d9b4905d774","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:50:09.723Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:50:09.723Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:50:09.725Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:50:09.725Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:09.825Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:50:09.826Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:50:09.826Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:09.838Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:09.838Z||pool-155-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:50:10.725Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:50:10.726Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:50:10.728Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:50:10.728Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:10.828Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:50:10.829Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:50:10.829Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:10.840Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:10.840Z||pool-156-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:50:11.729Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:50:11.730Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:50:11.731Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:50:11.731Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:11.831Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:50:11.832Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:50:11.832Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:11.843Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:11.844Z||pool-157-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:50:12.732Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:50:12.732Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:50:12.733Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:50:12.734Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:12.834Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:50:12.834Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:50:12.835Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:12.847Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:12.847Z||pool-158-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:50:13.734Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:50:13.735Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:50:13.737Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:50:13.737Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:13.837Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:50:13.838Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:50:13.838Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:13.851Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:13.851Z||pool-159-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:50:14.737Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:50:14.738Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:50:14.740Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:50:14.740Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:14.840Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:50:14.840Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:50:14.840Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:14.852Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:14.853Z||pool-160-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:50:15.740Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:50:15.741Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:50:15.742Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:50:15.742Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:15.843Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:50:15.843Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:50:15.843Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:15.856Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:15.857Z||pool-161-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:50:16.743Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:50:16.744Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:50:16.746Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:50:16.746Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:50:16.845Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-17T03:50:16.846Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:50:16.846Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:16.857Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:16.858Z||pool-162-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:50:17.746Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:50:17.746Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:50:17.748Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:50:17.748Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:50:17.848Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:50:17.849Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:50:17.849Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:17.860Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:17.861Z||pool-163-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:50:18.749Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "abe27ff0-4d55-4a5c-af0f-a0d3259a9b32", "serviceDescription": "service", "serviceInvariantUUID": "62f3c2ce-a22e-4e10-b66c-349664ec74fb", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "054d84b2-d032-4b8c-8513-19a7458176d4", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b1fbc745-cf5e-42ed-b564-2231221b58b9", "resourceInvariantUUID": "41ebfdaf-d22a-4846-baca-c3145dde5d8a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "ZTg4ZTkxNGU2ZWNmYzNiNzcyN2NjM2Y4YjA3MDUwZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a0447d48-66a3-4ed7-9fa5-0d9b4905d774" } ], "workloadContext": "Production" } 2022-04-17T03:50:18.749Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:50:18.750Z|a1b88886-188c-4d6a-b0a5-70425f9ce605|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 abe27ff0-4d55-4a5c-af0f-a0d3259a9b32 ASDC 2022-04-17T03:50:18.750Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:cd7dbc17-1f94-40e8-8b85-2f35509ad8fa ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:abe27ff0-4d55-4a5c-af0f-a0d3259a9b32 ServiceInvariantUUID:62f3c2ce-a22e-4e10-b66c-349664ec74fb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:a0447d48-66a3-4ed7-9fa5-0d9b4905d774 ArtifactChecksum:ZTg4ZTkxNGU2ZWNmYzNiNzcyN2NjM2Y4YjA3MDUwZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:054d84b2-d032-4b8c-8513-19a7458176d4 ResourceInvariantUUID:41ebfdaf-d22a-4846-baca-c3145dde5d8a ResourceName:test-pnf ResourceType:PNF ResourceUUID:b1fbc745-cf5e-42ed-b564-2231221b58b9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-17T03:50:18.750Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF abe27ff0-4d55-4a5c-af0f-a0d3259a9b32 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:50:19.524Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:50:19.525Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:50:19.525Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:50:19.525Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a0447d48-66a3-4ed7-9fa5-0d9b4905d774 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-17T03:50:19.525Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-17T03:50:19.526Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-17T03:50:19.812Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-17T03:50:19.816Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a0447d48-66a3-4ed7-9fa5-0d9b4905d774 105659 2022-04-17T03:50:19.816Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-04-17T03:50:19.816Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-17T03:50:19.816Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:50:19.816Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:50:19.818Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:50:19.818Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167419816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:50:19.918Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:50:19.919Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:50:19.919Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:19.929Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:19.929Z||pool-164-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:50:20.818Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:50:20.819Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:50:20.819Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a0447d48-66a3-4ed7-9fa5-0d9b4905d774, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-17T03:50:20.820Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-04-17T03:50:20.820Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-17T03:50:20.820Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-17T03:50:20.928Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12471652037058448528/Definitions/service-TestPnfMacro-template.yml 2022-04-17T03:50:21.441Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:50:21.441Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-17T03:50:21.441Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-17T03:50:21.441Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-17T03:50:21.441Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|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-TestPnfMacro-csar.csar 2022-04-17T03:50:21.441Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|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-TestPnfMacro-csar.csar 2022-04-17T03:50:21.441Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-17T03:50:21.441Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|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-TestPnfMacro-csar.csar 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|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-TestPnfMacro-csar.csar 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|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-TestPnfMacro-csar.csar 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|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-TestPnfMacro-csar.csar 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-17T03:50:21.442Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:50:21.443Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:abe27ff0-4d55-4a5c-af0f-a0d3259a9b32 Model Version:NULL Model InvariantUuid:62f3c2ce-a22e-4e10-b66c-349664ec74fb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:50:21.447Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@14fc959 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3894) 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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:50:21.447Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:50:21.448Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||ERROR|500||(conn=3894) WSREP has not yet prepared node for application use 2022-04-17T03:50:21.448Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|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 jdk.internal.reflect.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=3894) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:50:21.449Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|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 jdk.internal.reflect.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3894) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:50:21.450Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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.$Proxy144.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) ... 33 common frames omitted 2022-04-17T03:50:21.450Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd7dbc17-1f94-40e8-8b85-2f35509ad8fa and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:50:21.510Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd7dbc17-1f94-40e8-8b85-2f35509ad8fa and serviceModelVersionId: abe27ff0-4d55-4a5c-af0f-a0d3259a9b32 2022-04-17T03:50:21.511Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 62f3c2ce-a22e-4e10-b66c-349664ec74fb 2022-04-17T03:50:21.511Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/62f3c2ce-a22e-4e10-b66c-349664ec74fb/model-vers/model-ver/abe27ff0-4d55-4a5c-af0f-a0d3259a9b32?depth=0 2022-04-17T03:50:21.515Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:50:21.537Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62f3c2ce-a22e-4e10-b66c-349664ec74fb/model-vers/model-ver/abe27ff0-4d55-4a5c-af0f-a0d3259a9b32?depth=0|INFO|500||Invoke 2022-04-17T03:50:21.537Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62f3c2ce-a22e-4e10-b66c-349664ec74fb/model-vers/model-ver/abe27ff0-4d55-4a5c-af0f-a0d3259a9b32?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62f3c2ce-a22e-4e10-b66c-349664ec74fb/model-vers/model-ver/abe27ff0-4d55-4a5c-af0f-a0d3259a9b32?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd7dbc17-1f94-40e8-8b85-2f35509ad8fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81059192-0514-486e-b9eb-c5d208f8bc33], X-ECOMP-RequestID=[cd7dbc17-1f94-40e8-8b85-2f35509ad8fa], X-TransactionId=[], X-ONAP-RequestID=[cd7dbc17-1f94-40e8-8b85-2f35509ad8fa], Content-Type=[application/merge-patch+json]} 2022-04-17T03:50:21.556Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62f3c2ce-a22e-4e10-b66c-349664ec74fb/model-vers/model-ver/abe27ff0-4d55-4a5c-af0f-a0d3259a9b32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-04-17T03:50:21.909Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62f3c2ce-a22e-4e10-b66c-349664ec74fb/model-vers/model-ver/abe27ff0-4d55-4a5c-af0f-a0d3259a9b32?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/62f3c2ce-a22e-4e10-b66c-349664ec74fb/model-vers/model-ver/abe27ff0-4d55-4a5c-af0f-a0d3259a9b32?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-03:50:21:564-52853], vertex-id=[258104], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:50:21 GMT], Content-Type=[application/json]} 2022-04-17T03:50:21.909Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62f3c2ce-a22e-4e10-b66c-349664ec74fb/model-vers/model-ver/abe27ff0-4d55-4a5c-af0f-a0d3259a9b32?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:50:21.910Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62f3c2ce-a22e-4e10-b66c-349664ec74fb/model-vers/model-ver/abe27ff0-4d55-4a5c-af0f-a0d3259a9b32?depth=0|INFO|500||InvokeReturn 2022-04-17T03:50:21.910Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:50:21.910Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR 2022-04-17T03:50:21.910Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd7dbc17-1f94-40e8-8b85-2f35509ad8fa 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-04-17T03:50:21.910Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:50:21.911Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:50:21.912Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:50:21.912Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167421910, "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-04-17T03:50:22.012Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:50:22.013Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:50:22.013Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:50:22.027Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:50:22.027Z||pool-165-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-04-17T03:51:09.098Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:51:09.099Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:51:09.099Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:51:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:51:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:09.119Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:09.119Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.120Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:51:09.120Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-17T03:51:09.120Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.120Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167290527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:51:09.120Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:51:09.120Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.120Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:51:09.120Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-17T03:51:09.120Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.121Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167291529, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:51:09.518Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1b88886-188c-4d6a-b0a5-70425f9ce605 2022-04-17T03:51:09.518Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1b88886-188c-4d6a-b0a5-70425f9ce605 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:51:09.523Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.523Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-17T03:51:09.523Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-17T03:51:09.523Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.523Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.524Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167289098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167300010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.525Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1b88886-188c-4d6a-b0a5-70425f9ce605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167302135, "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-04-17T03:51:09.526Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:51:09.725Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:09.725Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-17T03:51:09.725Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3618daeb-6562-411d-a41d-58e0bb0a11e2","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"38318ace-cf13-46ab-9a51-daaca136fd48","serviceDescription":"service","serviceInvariantUUID":"9ca8d4a9-0253-4e76-b528-b08bdee9f66d","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"65fc682b-1962-438b-91a3-3e57de91960b","resourceInvariantUUID":"8812b3e7-ab1b-4c58-8b55-919491a63910","resourceCustomizationUUID":"8b127e8d-cbeb-45fa-b8ac-e977caeb5552","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c051bf01-d852-41c3-84db-87ba470214ad","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"N2M3N2JiZmRlYmM0NzA1ZjIzOGZlNTBmYTdmZjRkZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb209025-b780-4c30-9c0a-8dac0b12163d","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MzY0MTcxYWFmZWI0MzI1ZGE5OWJhN2JiYjRiMDc3OTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87d8b226-5182-4128-a744-f07e6ffbf493","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68819de5-9663-410f-bc6f-249351fd5522","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1cc2584-cc98-4832-9006-1e5a705c6bd3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2cac6e6-cb25-4091-830e-6dab40017021","artifactVersion":"2","generatedFromUUID":"68819de5-9663-410f-bc6f-249351fd5522"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzFiOGY2MTIxMTRjODQ4MzNiM2JiMjE5NzEyMDUwZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff190828-2e1f-4553-b60e-7b656371a795","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NDQ3M2VkMjBmMGExZTI1MjIzZTZjYTI2MzAzODBkZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21a1edca-ffef-4b35-bd47-8b44dc727129","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:51:09.726Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:51:09.727Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:51:09.728Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:51:09.728Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:51:09.828Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:51:09.829Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:51:09.829Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:09.842Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:09.842Z||pool-166-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:51:10.729Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:51:10.729Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:51:10.730Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:51:10.731Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:51:10.831Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:51:10.831Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:51:10.832Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:10.844Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:10.844Z||pool-167-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:51:11.731Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:51:11.732Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:51:11.733Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:51:11.734Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:51:11.834Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:51:11.834Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:51:11.835Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:11.847Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:11.847Z||pool-168-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:51:12.734Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:51:12.735Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:51:12.736Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:51:12.737Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-17T03:51:12.837Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:51:12.837Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:51:12.838Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:12.851Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:12.851Z||pool-169-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:51:13.737Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:51:13.738Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:51:13.740Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:51:13.740Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:51:13.840Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:51:13.841Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:51:13.841Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:13.854Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:13.855Z||pool-170-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:51:14.740Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:51:14.741Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:51:14.743Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:51:14.743Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-17T03:51:14.843Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:51:14.844Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:51:14.844Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:14.859Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:14.859Z||pool-171-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:51:15.743Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:51:15.745Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:51:15.747Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:51:15.747Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:51:15.847Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:51:15.848Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:51:15.848Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:15.860Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:15.860Z||pool-172-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:51:16.747Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:51:16.748Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:51:16.749Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:51:16.749Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:51:16.850Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:51:16.850Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:51:16.850Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:16.861Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:16.861Z||pool-173-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:51:17.750Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "38318ace-cf13-46ab-9a51-daaca136fd48", "serviceDescription": "service", "serviceInvariantUUID": "9ca8d4a9-0253-4e76-b528-b08bdee9f66d", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "8b127e8d-cbeb-45fa-b8ac-e977caeb5552", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "65fc682b-1962-438b-91a3-3e57de91960b", "resourceInvariantUUID": "8812b3e7-ab1b-4c58-8b55-919491a63910", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "MzY0MTcxYWFmZWI0MzI1ZGE5OWJhN2JiYjRiMDc3OTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87d8b226-5182-4128-a744-f07e6ffbf493", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "68819de5-9663-410f-bc6f-249351fd5522", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d2cac6e6-cb25-4091-830e-6dab40017021", "generatedFromUUID": "68819de5-9663-410f-bc6f-249351fd5522" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d2cac6e6-cb25-4091-830e-6dab40017021", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NDQ3M2VkMjBmMGExZTI1MjIzZTZjYTI2MzAzODBkZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21a1edca-ffef-4b35-bd47-8b44dc727129" } ], "workloadContext": "Production" } 2022-04-17T03:51:17.751Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:51:17.751Z|cd7dbc17-1f94-40e8-8b85-2f35509ad8fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38318ace-cf13-46ab-9a51-daaca136fd48 ASDC 2022-04-17T03:51:17.751Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:3618daeb-6562-411d-a41d-58e0bb0a11e2 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:38318ace-cf13-46ab-9a51-daaca136fd48 ServiceInvariantUUID:9ca8d4a9-0253-4e76-b528-b08bdee9f66d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:21a1edca-ffef-4b35-bd47-8b44dc727129 ArtifactChecksum:NDQ3M2VkMjBmMGExZTI1MjIzZTZjYTI2MzAzODBkZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:8b127e8d-cbeb-45fa-b8ac-e977caeb5552 ResourceInvariantUUID:8812b3e7-ab1b-4c58-8b55-919491a63910 ResourceName:basicclamp ResourceType:VF ResourceUUID:65fc682b-1962-438b-91a3-3e57de91960b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:87d8b226-5182-4128-a744-f07e6ffbf493 ArtifactChecksum:MzY0MTcxYWFmZWI0MzI1ZGE5OWJhN2JiYjRiMDc3OTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:68819de5-9663-410f-bc6f-249351fd5522 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:d2cac6e6-cb25-4091-830e-6dab40017021 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:d2cac6e6-cb25-4091-830e-6dab40017021 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:51:17.751Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38318ace-cf13-46ab-9a51-daaca136fd48 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:51:17.771Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:51:17.772Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:51:17.772Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:51:17.772Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 21a1edca-ffef-4b35-bd47-8b44dc727129 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-17T03:51:17.772Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-17T03:51:17.772Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-17T03:51:17.922Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-17T03:51:17.925Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 21a1edca-ffef-4b35-bd47-8b44dc727129 73675 2022-04-17T03:51:17.925Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-04-17T03:51:17.925Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-17T03:51:17.925Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:51:17.925Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:51:17.926Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:51:17.927Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167477925, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:51:18.027Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:51:18.028Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:51:18.028Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:18.041Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:18.042Z||pool-174-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-17T03:51:18.927Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:51:18.928Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-17T03:51:18.928Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 21a1edca-ffef-4b35-bd47-8b44dc727129, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-17T03:51:18.928Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-04-17T03:51:18.928Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-17T03:51:18.929Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-17T03:51:19.009Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13156163814241461544/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-04-17T03:51:19.810Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:51:19.810Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-17T03:51:19.810Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-17T03:51:19.810Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-17T03:51:19.810Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-17T03:51:19.810Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-17T03:51:19.810Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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-Basicclamp-csar.csar 2022-04-17T03:51:19.810Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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-Basicclamp-csar.csar 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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-Basicclamp-csar.csar 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:51:19.811Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-17T03:51:19.812Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.813Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6e38fb36-f7b3-4897-aaf2-9b408d9e61e2 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:51:19.814Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:38318ace-cf13-46ab-9a51-daaca136fd48 Model Version:NULL Model InvariantUuid:9ca8d4a9-0253-4e76-b528-b08bdee9f66d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:0e3db358-2383-4534-937e-82814436a569 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8812b3e7-ab1b-4c58-8b55-919491a63910 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8b127e8d-cbeb-45fa-b8ac-e977caeb5552 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9bb9b1e7-0691-4647-b591-24d3969b257c ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:4346ca57-08e2-4b26-b410-02f5d52f7245 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6e38fb36-f7b3-4897-aaf2-9b408d9e61e2 ModelInvariantUuid:ac80db6d-4438-4b35-acb7-6e5c4e353de0 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:ccea93dd-74a4-470c-84da-fb5765f5f07e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e2360366-9fc0-4c40-ac41-8eee9caec130 ModelInvariantUuid:4b17a26a-0150-48b2-96ec-bca2ce34eb52 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:e33e4fa0-e90e-4cec-8149-894d54062888 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:51:19.818Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@7230fdda marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3880) 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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:51:19.819Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:51:19.819Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||ERROR|500||(conn=3880) WSREP has not yet prepared node for application use 2022-04-17T03:51:19.820Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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 jdk.internal.reflect.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=3880) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:51:19.820Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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 jdk.internal.reflect.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3880) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:51:19.821Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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.$Proxy144.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) ... 33 common frames omitted 2022-04-17T03:51:19.821Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3618daeb-6562-411d-a41d-58e0bb0a11e2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:51:19.823Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3618daeb-6562-411d-a41d-58e0bb0a11e2 and serviceModelVersionId: 38318ace-cf13-46ab-9a51-daaca136fd48 2022-04-17T03:51:19.824Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ca8d4a9-0253-4e76-b528-b08bdee9f66d 2022-04-17T03:51:19.824Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48?depth=0 2022-04-17T03:51:19.827Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:51:19.846Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-17T03:51:19.847Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48?depth=0|INFO|500||Invoke 2022-04-17T03:51:19.863Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-04-17T03:51:19.910Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48?depth=0|INFO|404|Not Found|InvokeReturn 2022-04-17T03:51:19.911Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-03:51:19:872-61819], Content-Length=[495], Date=[Sun, 17 Apr 2022 03:51:19 GMT], Content-Type=[application/json]} 2022-04-17T03:51:19.911Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48","ERR.5.4.6114"]}}} 2022-04-17T03:51:19.914Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=3618daeb-6562-411d-a41d-58e0bb0a11e2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48) (ec=ERR.5.4.6114) 2022-04-17T03:51:19.914Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3618daeb-6562-411d-a41d-58e0bb0a11e2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) 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-04-17T03:51:19.914Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3618daeb-6562-411d-a41d-58e0bb0a11e2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48) (ec=ERR.5.4.6114) 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: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3618daeb-6562-411d-a41d-58e0bb0a11e2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) ... 9 common frames omitted 2022-04-17T03:51:19.915Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=3618daeb-6562-411d-a41d-58e0bb0a11e2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9ca8d4a9-0253-4e76-b528-b08bdee9f66d/model-vers/model-ver/38318ace-cf13-46ab-9a51-daaca136fd48) (ec=ERR.5.4.6114) 2022-04-17T03:51:19.915Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3618daeb-6562-411d-a41d-58e0bb0a11e2 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-04-17T03:51:19.915Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:51:19.915Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:51:19.916Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:51:19.916Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167479915, "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-04-17T03:51:20.016Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:51:20.017Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:51:20.017Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:51:20.030Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:51:20.030Z||pool-175-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-04-17T03:52:09.098Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:52:09.099Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:52:09.099Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:52:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:52:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:52:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:52:09.123Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:52:09.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167396878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167396878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167399895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167396878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "cds", "timestamp": 1650167400817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167399895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167396878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "cds", "timestamp": 1650167400817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167399895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167396878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "cds", "timestamp": 1650167400817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167399895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167396878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "cds", "timestamp": 1650167400817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167399895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167396878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "cds", "timestamp": 1650167400817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167404867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167399895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167396878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "cds", "timestamp": 1650167400817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167404867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167399895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167396878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "cds", "timestamp": 1650167400817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167404867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167399895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "multicloud-k8s-id", "timestamp": 1650167407398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167408295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "cds", "timestamp": 1650167400817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167404867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167399895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:52:09.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:52:18.647Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:53:09.098Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:53:09.098Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:53:09.099Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:53:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:53:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:53:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:53:09.121Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:53:09.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "multicloud-k8s-id", "timestamp": 1650167407398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:09.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:09.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "cds", "timestamp": 1650167400817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:53:09.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167404867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167409709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167409972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "multicloud-k8s-id", "timestamp": 1650167407398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167404867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:09.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "cds", "timestamp": 1650167410613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:53:09.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:53:09.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:09.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:09.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167410726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-17T03:53:09.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:53:09.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167410975, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:53:09.534Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd7dbc17-1f94-40e8-8b85-2f35509ad8fa 2022-04-17T03:53:09.534Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd7dbc17-1f94-40e8-8b85-2f35509ad8fa and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:53:09.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "multicloud-k8s-id", "timestamp": 1650167407398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:09.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:09.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167404867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:09.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:09.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:09.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:09.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "ves-openapi-manager", "timestamp": 1650167411727, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:53:09.542Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cd7dbc17-1f94-40e8-8b85-2f35509ad8fa 2022-04-17T03:53:09.543Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd7dbc17-1f94-40e8-8b85-2f35509ad8fa and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:53:09.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:09.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "cds", "timestamp": 1650167411825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:53:10.534Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd7dbc17-1f94-40e8-8b85-2f35509ad8fa 2022-04-17T03:53:10.535Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd7dbc17-1f94-40e8-8b85-2f35509ad8fa and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:53:10.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "multicloud-k8s-id", "timestamp": 1650167407398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:10.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167404867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:10.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:10.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "multicloud-k8s-id", "timestamp": 1650167407398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167404867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "multicloud-k8s-id", "timestamp": 1650167407398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167414716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "multicloud-k8s-id", "timestamp": 1650167407398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "multicloud-k8s-id", "timestamp": 1650167407398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167409098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167419316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167419816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:10.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "aai-ml", "timestamp": 1650167420319, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:53:10.546Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd7dbc17-1f94-40e8-8b85-2f35509ad8fa 2022-04-17T03:53:10.546Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd7dbc17-1f94-40e8-8b85-2f35509ad8fa and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:53:11.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7dbc17-1f94-40e8-8b85-2f35509ad8fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167421910, "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-04-17T03:53:11.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:53:11.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "ves-openapi-manager", "timestamp": 1650167459896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "aai-ml", "timestamp": 1650167464867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "cds", "timestamp": 1650167460817, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167456878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "ves-openapi-manager", "timestamp": 1650167459896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "aai-ml", "timestamp": 1650167464867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167456878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "cds", "timestamp": 1650167460817, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "cds", "timestamp": 1650167460817, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "ves-openapi-manager", "timestamp": 1650167459896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167456878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "aai-ml", "timestamp": 1650167464867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167467398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167456878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "cds", "timestamp": 1650167460817, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "ves-openapi-manager", "timestamp": 1650167459896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:11.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:53:11.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "aai-ml", "timestamp": 1650167464867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:53:11.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:53:18.644Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:54:09.098Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:54:09.098Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:54:09.099Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:54:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:54:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:54:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:54:09.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:54:09.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167467398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "cds", "timestamp": 1650167460817, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "ves-openapi-manager", "timestamp": 1650167459896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167456878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "aai-ml", "timestamp": 1650167464867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167467398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "cds", "timestamp": 1650167460817, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "ves-openapi-manager", "timestamp": 1650167459896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167456878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "aai-ml", "timestamp": 1650167464867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167467398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-17T03:54:09.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "cds", "timestamp": 1650167460817, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "ves-openapi-manager", "timestamp": 1650167459896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167456878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "aai-ml", "timestamp": 1650167464867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167467398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "cds", "timestamp": 1650167460817, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "ves-openapi-manager", "timestamp": 1650167459896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167456878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "aai-ml", "timestamp": 1650167464867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167467398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167467398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167474424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "aai-ml", "timestamp": 1650167474510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "cds", "timestamp": 1650167474610, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167467398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "cds", "timestamp": 1650167475613, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:54:09.632Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3618daeb-6562-411d-a41d-58e0bb0a11e2 2022-04-17T03:54:09.632Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3618daeb-6562-411d-a41d-58e0bb0a11e2 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167476314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167476547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167469098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167477513, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:54:09.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:54:09.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167477550, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:54:09.640Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3618daeb-6562-411d-a41d-58e0bb0a11e2 2022-04-17T03:54:09.640Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3618daeb-6562-411d-a41d-58e0bb0a11e2 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:54:09.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167477925, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:54:09.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:54:09.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167478814, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:54:09.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:54:09.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167479839, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:54:09.647Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3618daeb-6562-411d-a41d-58e0bb0a11e2 2022-04-17T03:54:09.647Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3618daeb-6562-411d-a41d-58e0bb0a11e2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:54:09.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167479915, "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-04-17T03:54:09.650Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:54:09.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "multicloud-k8s-id", "timestamp": 1650167480842, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:54:09.650Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:54:09.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "aai-ml", "timestamp": 1650167482212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:54:09.651Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:54:09.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:54:09.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3618daeb-6562-411d-a41d-58e0bb0a11e2", "consumerID": "aai-ml", "timestamp": 1650167483214, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:54:09.653Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3618daeb-6562-411d-a41d-58e0bb0a11e2 2022-04-17T03:54:09.653Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3618daeb-6562-411d-a41d-58e0bb0a11e2 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:54:18.637Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:55:09.098Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:55:09.099Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:55:09.099Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:55:09.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:55:09.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:55:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:55:18.640Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:55:18.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:09.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:56:09.099Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:56:09.099Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:56:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:56:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:56:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:56:09.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:09.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f75f222-75b3-4fcb-81a6-3a015bafe26c","serviceName":"vFW 2022-04-17 03-53-55","serviceVersion":"1.0","serviceUUID":"623b40dc-9c83-4059-8761-ae2996b54fbd","serviceDescription":"catalog service description","serviceInvariantUUID":"8f2346f3-f342-42ab-82e7-83fb34336cc7","resources":[{"resourceInstanceName":"vFW 3dc7dee5-99fc 0","resourceName":"vFW 3dc7dee5-99fc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5573a0b-557d-4d56-ab91-d9d3567d7026","resourceInvariantUUID":"9c9c5fb3-8edb-4e72-b7b0-18c36d80a293","resourceCustomizationUUID":"2d795fed-4b7a-41b7-a741-a64cd493546e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vf-license-model.xml","artifactChecksum":"NzllYWU2NTk2MWM3MzFmZTU0OTM2YzcxMWU1YmQ3ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8077ee3e-e625-42d0-bc2e-1cb9fb63479f","artifactVersion":"1"},{"artifactName":"vfw3dc7dee599fc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json","artifactChecksum":"ZTZlMDNkMTkxODdhYzNkZmU4N2FkZjBkNzkzNDFmNTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6e6bf31-cd32-4ff5-ba26-84bee55eab82","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4d266534-4a90-48bd-bb79-1ca5cb5f251d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTU5NzI5OWNmZjdjMDA2Yjk5MWNjYWYwNjU2MWM0MDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f2032c7-28b7-4d59-bee6-e007c4e09d9c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8450f6ab-daf3-445f-a4df-52b18d04eb6a","artifactVersion":"2","generatedFromUUID":"4d266534-4a90-48bd-bb79-1ca5cb5f251d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417035355-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-template.yml","artifactChecksum":"NTA1Zjg4NThjZTdjMjRjY2Q3NjYzZTQyNzljZjFhMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c297013c-3167-4543-b077-509c57adcae8","artifactVersion":"1"},{"artifactName":"service-Vfw20220417035355-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar","artifactChecksum":"MTQ2MWJmODI5YjkyMTAxYTg4NDQ0NTZjYmNlZjMxMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1002d21d-da35-41ed-b942-f42b42afae10","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-17T03:56:09.725Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:56:09.725Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:56:09.727Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:09.727Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:56:09.727Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.728Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.728Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "cds", "timestamp": 1650167730817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.728Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.728Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.728Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167727398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.729Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.729Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.729Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167726878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.729Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.729Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.729Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "cds", "timestamp": 1650167730817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.729Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.729Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.729Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167727398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:56:09.729Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.729Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167726878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "cds", "timestamp": 1650167730817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167727398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167726878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.730Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "cds", "timestamp": 1650167730817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167727398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167726878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "aai-ml", "timestamp": 1650167734867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "cds", "timestamp": 1650167730817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.731Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167727398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167726878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "aai-ml", "timestamp": 1650167734867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "cds", "timestamp": 1650167730817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.732Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167727398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167726878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "aai-ml", "timestamp": 1650167734867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "cds", "timestamp": 1650167730817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.733Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167727398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167726878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "aai-ml", "timestamp": 1650167734867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "cds", "timestamp": 1650167739491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167739495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:56:09.734Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.735Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "aai-ml", "timestamp": 1650167734867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.735Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.735Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.735Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167739512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:56:09.735Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:56:09.735Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.735Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "cds", "timestamp": 1650167740495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:56:09.743Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f75f222-75b3-4fcb-81a6-3a015bafe26c 2022-04-17T03:56:09.743Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f75f222-75b3-4fcb-81a6-3a015bafe26c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:56:09.747Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.747Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "aai-ml", "timestamp": 1650167734867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.747Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.747Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.747Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "ves-openapi-manager", "timestamp": 1650167739896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167740707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "aai-ml", "timestamp": 1650167734867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "ves-openapi-manager", "timestamp": 1650167739896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167741990, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "ves-openapi-manager", "timestamp": 1650167739896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167742564, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "aai-ml", "timestamp": 1650167743194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.748Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167743373, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:56:09.751Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f75f222-75b3-4fcb-81a6-3a015bafe26c 2022-04-17T03:56:09.752Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f75f222-75b3-4fcb-81a6-3a015bafe26c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:56:09.756Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.756Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "ves-openapi-manager", "timestamp": 1650167739896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.756Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.756Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.756Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650167743568, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:56:09.759Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f75f222-75b3-4fcb-81a6-3a015bafe26c 2022-04-17T03:56:09.759Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f75f222-75b3-4fcb-81a6-3a015bafe26c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:56:09.763Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.763Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "multicloud-k8s-id", "timestamp": 1650167744375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json", "status": "DEPLOY_OK" } 2022-04-17T03:56:09.763Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:56:09.763Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.763Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "ves-openapi-manager", "timestamp": 1650167739896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.763Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.763Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.764Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "ves-openapi-manager", "timestamp": 1650167739896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.764Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.764Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.764Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "ves-openapi-manager", "timestamp": 1650167739896, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:09.764Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:56:09.764Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.764Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "aai-ml", "timestamp": 1650167752309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "DEPLOY_OK" } 2022-04-17T03:56:09.764Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:56:09.764Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:56:09.764Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "aai-ml", "timestamp": 1650167753313, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-17T03:56:09.767Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f75f222-75b3-4fcb-81a6-3a015bafe26c 2022-04-17T03:56:09.767Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f75f222-75b3-4fcb-81a6-3a015bafe26c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-17T03:56:09.827Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:56:09.828Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:56:09.828Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:56:09.839Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:09.839Z||pool-176-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:56:10.728Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:56:10.728Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:56:10.730Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:56:10.730Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:56:10.830Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:56:10.831Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:56:10.831Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:56:10.845Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:10.845Z||pool-177-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:56:11.730Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:56:11.731Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:56:11.732Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:56:11.732Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:56:11.833Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:56:11.833Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:56:11.833Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:56:11.845Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:11.846Z||pool-178-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:56:12.733Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:56:12.734Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:56:12.735Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:56:12.735Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:12.836Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:56:12.836Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:56:12.836Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:56:12.846Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:12.847Z||pool-179-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:56:13.736Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:56:13.736Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:56:13.738Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:56:13.738Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:56:13.838Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:56:13.839Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:56:13.839Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:56:13.850Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:13.851Z||pool-180-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:56:14.738Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:56:14.739Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:56:14.741Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:56:14.741Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:56:14.841Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:56:14.841Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:56:14.842Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:56:14.854Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:14.855Z||pool-181-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:56:15.741Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-17T03:56:15.742Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:56:15.743Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:56:15.743Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:56:15.843Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:56:15.844Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:56:15.844Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:56:15.856Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:15.857Z||pool-182-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:56:16.744Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "serviceName": "vFW 2022-04-17 03-53-55", "serviceVersion": "1.0", "serviceUUID": "623b40dc-9c83-4059-8761-ae2996b54fbd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8f2346f3-f342-42ab-82e7-83fb34336cc7", "resources": [ { "resourceInstanceName": "vFW 3dc7dee5-99fc 0", "resourceCustomizationUUID": "2d795fed-4b7a-41b7-a741-a64cd493546e", "resourceName": "vFW 3dc7dee5-99fc", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b5573a0b-557d-4d56-ab91-d9d3567d7026", "resourceInvariantUUID": "9c9c5fb3-8edb-4e72-b7b0-18c36d80a293", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3dc7dee599fc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json", "artifactChecksum": "ZTZlMDNkMTkxODdhYzNkZmU4N2FkZjBkNzkzNDFmNTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6e6bf31-cd32-4ff5-ba26-84bee55eab82", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4d266534-4a90-48bd-bb79-1ca5cb5f251d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8450f6ab-daf3-445f-a4df-52b18d04eb6a", "generatedFromUUID": "4d266534-4a90-48bd-bb79-1ca5cb5f251d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8450f6ab-daf3-445f-a4df-52b18d04eb6a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220417035355-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "artifactChecksum": "MTQ2MWJmODI5YjkyMTAxYTg4NDQ0NTZjYmNlZjMxMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1002d21d-da35-41ed-b942-f42b42afae10" } ], "workloadContext": "Production" } 2022-04-17T03:56:16.744Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-17T03:56:16.744Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 623b40dc-9c83-4059-8761-ae2996b54fbd ASDC 2022-04-17T03:56:16.745Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:1f75f222-75b3-4fcb-81a6-3a015bafe26c ServiceName:vFW 2022-04-17 03-53-55 ServiceVersion:1.0 ServiceUUID:623b40dc-9c83-4059-8761-ae2996b54fbd ServiceInvariantUUID:8f2346f3-f342-42ab-82e7-83fb34336cc7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220417035355-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar ArtifactUUID:1002d21d-da35-41ed-b942-f42b42afae10 ArtifactChecksum:MTQ2MWJmODI5YjkyMTAxYTg4NDQ0NTZjYmNlZjMxMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3dc7dee5-99fc 0 ResourceCustomizationUUID:2d795fed-4b7a-41b7-a741-a64cd493546e ResourceInvariantUUID:9c9c5fb3-8edb-4e72-b7b0-18c36d80a293 ResourceName:vFW 3dc7dee5-99fc ResourceType:VF ResourceUUID:b5573a0b-557d-4d56-ab91-d9d3567d7026 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3dc7dee599fc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json ArtifactUUID:f6e6bf31-cd32-4ff5-ba26-84bee55eab82 ArtifactChecksum:ZTZlMDNkMTkxODdhYzNkZmU4N2FkZjBkNzkzNDFmNTI= 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/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.yaml ArtifactUUID:4d266534-4a90-48bd-bb79-1ca5cb5f251d 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/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env ArtifactUUID:8450f6ab-daf3-445f-a4df-52b18d04eb6a 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/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env ArtifactUUID:8450f6ab-daf3-445f-a4df-52b18d04eb6a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-17T03:56:16.745Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 623b40dc-9c83-4059-8761-ae2996b54fbd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:56:16.765Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:56:16.766Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-04-17T03:56:16.766Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-04-17T03:56:16.766Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1002d21d-da35-41ed-b942-f42b42afae10 from URL: /sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:16.766Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-04-17T03:56:16.766Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:17.006Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-04-17T03:56:17.010Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar 1002d21d-da35-41ed-b942-f42b42afae10 98969 2022-04-17T03:56:17.010Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar ASDC sendASDCNotification 2022-04-17T03:56:17.010Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:17.011Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-17T03:56:17.011Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:56:17.012Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:56:17.012Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167777010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:56:17.113Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-17T03:56:17.113Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:56:17.113Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:56:17.125Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:17.126Z||pool-183-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-17T03:56:18.013Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-17T03:56:18.014Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-04-17T03:56:18.014Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1002d21d-da35-41ed-b942-f42b42afae10, URL: /sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar to file: /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:18.014Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417035355-csar.csar 2022-04-17T03:56:18.014Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:18.015Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:18.528Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6683530336535100204/Definitions/service-Vfw20220417035355-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-04-17T03:56:19.960Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-17T03:56:19.961Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-04-17T03:56:19.961Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.961Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-17T03:56:19.961Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||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-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.961Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||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-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.961Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3dc7dee5-99fc 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-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.961Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.961Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.961Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.961Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||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-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417035355-csar.csar 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-17 03-53-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vFW 3dc7dee5-99fc 0 is matching search criteria 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-04-17T03:56:19.962Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3dc7dee5-99fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:56:19.963Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.963Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-17 03-53-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:56:19.963Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vFW 3dc7dee5-99fc 0 is matching search criteria 2022-04-17T03:56:19.963Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-04-17T03:56:19.963Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3dc7dee5-99fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-17T03:56:19.963Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.963Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-17 03-53-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:56:19.963Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.963Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vFW 3dc7dee5-99fc 0 is not matching search criteria 2022-04-17T03:56:19.963Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:56:19.963Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:56:19.964Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:56:19.965Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.965Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-17T03:56:19.965Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.965Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-17 03-53-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-17T03:56:19.965Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.965Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vFW 3dc7dee5-99fc 0 is matching search criteria 2022-04-17T03:56:19.965Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3dc7dee5-99fc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:56:19.965Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vFW 3dc7dee5-99fc 0 is matching search criteria 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3dc7dee5-99fc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vFW 3dc7dee5-99fc 0 is matching search criteria 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3dc7dee5-99fc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vFW 3dc7dee5-99fc 0 is not matching search criteria 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:56:19.966Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ca9145d-abe5-4f4a-a7f4-f863c1236539 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vFW 3dc7dee5-99fc 0 is not matching search criteria 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:56:19.967Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=76c26cb4-056e-4089-8f37-01808a0e59aa 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vFW 3dc7dee5-99fc 0 is not matching search criteria 2022-04-17T03:56:19.968Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-17T03:56:19.969Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=32f40a42-e0e8-4ce8-a410-ced0d08ba5d5 2022-04-17T03:56:19.970Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.970Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-17 03-53-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:56:19.970Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.970Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-17 03-53-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:56:19.970Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.970Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-17 03-53-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:56:19.970Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-17T03:56:19.970Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-17 03-53-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-17T03:56:19.970Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-17 03-53-55 Description:catalog service description Model UUID:623b40dc-9c83-4059-8761-ae2996b54fbd Model Version:NULL Model InvariantUuid:8f2346f3-f342-42ab-82e7-83fb34336cc7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3dc7dee5-99fc Model UUID:fad92e25-5ab0-4889-83bf-6633d74df04d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9c9c5fb3-8edb-4e72-b7b0-18c36d80a293 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2d795fed-4b7a-41b7-a741-a64cd493546e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:23762233-aa22-4043-8b70-55eb5d096b41 ModelName:Vfw3dc7dee599fc..base_vfw..module-0 ModelUuid:9341795a-9524-48d9-9389-07c6cc8d2104 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9ca9145d-abe5-4f4a-a7f4-f863c1236539 ModelInvariantUuid:bc437c63-fb83-4c7f-80a8-fce9430a1373 ModelName:vFW 3dc7dee5-99fc-nodes.vfwCvfc ModelUuid:417e48e2-ede2-42ef-b8a1-db5b978bd9f3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7d7b181a-df4b-4a42-9a07-a43971a8e041 ModelInvariantUuid:65cbee46-8577-405a-b6c2-cdec7973763c ModelName:Vfw3dc7dee599fc.compute.nodes.heat.vfw ModelUuid:e55f0569-e11f-4126-ae54-c07229e36342 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:76c26cb4-056e-4089-8f37-01808a0e59aa ModelInvariantUuid:1348633a-8bcc-4fe5-8f63-b1c96cbe923c ModelName:vFW 3dc7dee5-99fc-nodes.vsnCvfc ModelUuid:1c0c02a3-0289-4b08-8cd5-4601ea91366d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:1d1edb84-33be-4280-99a5-b198ee46ad3d ModelInvariantUuid:382e9b7b-2031-4c98-a664-f3bca2df346a ModelName:Vfw3dc7dee599fc.compute.nodes.heat.vsn ModelUuid:a0a1898a-36fa-46f0-9f07-9756b1ffdb54 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:32f40a42-e0e8-4ce8-a410-ced0d08ba5d5 ModelInvariantUuid:75bc7bb9-0c74-45a3-9beb-6e453afaadad ModelName:vFW 3dc7dee5-99fc-nodes.vpgCvfc ModelUuid:68ae5b67-c87e-439e-b114-0f72cf2e98d7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0bf3ec1d-3e97-4201-aeb2-d79859918a1d ModelInvariantUuid:27557b43-b475-469b-8ba6-2bd81178e19e ModelName:Vfw3dc7dee599fc.compute.nodes.heat.vpg ModelUuid:caeb939c-435a-497f-8495-38ce54888cb2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-17T03:56:19.974Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@27d06224 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3899) 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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:56:19.974Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-04-17T03:56:19.975Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||ERROR|500||(conn=3899) WSREP has not yet prepared node for application use 2022-04-17T03:56:19.975Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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=3899) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:56:19.976Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|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.GeneratedMethodAccessor205.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.GeneratedMethodAccessor201.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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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.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) ... 47 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3899) 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) ... 68 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) ... 73 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) ... 74 common frames omitted 2022-04-17T03:56:19.977Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||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.$Proxy220.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) 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$$f569a495.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) ... 30 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.$Proxy144.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) ... 33 common frames omitted 2022-04-17T03:56:19.977Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f75f222-75b3-4fcb-81a6-3a015bafe26c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-17T03:56:19.979Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f75f222-75b3-4fcb-81a6-3a015bafe26c and serviceModelVersionId: 623b40dc-9c83-4059-8761-ae2996b54fbd 2022-04-17T03:56:19.980Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f2346f3-f342-42ab-82e7-83fb34336cc7 2022-04-17T03:56:19.980Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f2346f3-f342-42ab-82e7-83fb34336cc7/model-vers/model-ver/623b40dc-9c83-4059-8761-ae2996b54fbd?depth=0 2022-04-17T03:56:19.984Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-04-17T03:56:20.003Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2346f3-f342-42ab-82e7-83fb34336cc7/model-vers/model-ver/623b40dc-9c83-4059-8761-ae2996b54fbd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-17T03:56:20.004Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2346f3-f342-42ab-82e7-83fb34336cc7/model-vers/model-ver/623b40dc-9c83-4059-8761-ae2996b54fbd?depth=0|INFO|500||Invoke 2022-04-17T03:56:20.020Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2346f3-f342-42ab-82e7-83fb34336cc7/model-vers/model-ver/623b40dc-9c83-4059-8761-ae2996b54fbd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-04-17T03:56:20.226Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2346f3-f342-42ab-82e7-83fb34336cc7/model-vers/model-ver/623b40dc-9c83-4059-8761-ae2996b54fbd?depth=0|INFO|500||InvokeReturn 2022-04-17T03:56:20.226Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f2346f3-f342-42ab-82e7-83fb34336cc7/model-vers/model-ver/623b40dc-9c83-4059-8761-ae2996b54fbd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-03:56:20:028-87889], vertex-id=[598160], Content-Length=[0], Date=[Sun, 17 Apr 2022 03:56:20 GMT], Content-Type=[application/json]} 2022-04-17T03:56:20.227Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-04-17T03:56:20.227Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-17T03:56:20.227Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR 2022-04-17T03:56:20.227Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f75f222-75b3-4fcb-81a6-3a015bafe26c 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-04-17T03:56:20.227Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-04-17T03:56:20.228Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-04-17T03:56:20.229Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-17T03:56:20.229Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167780227, "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-04-17T03:56:20.330Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-17T03:56:20.330Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-17T03:56:20.330Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:56:20.343Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:56:20.343Z||pool-184-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-17T03:57:09.098Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:57:09.098Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:57:09.099Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:57:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:57:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:57:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:57:09.221Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:57:09.222Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-17T03:57:09.222Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:57:09.222Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-17T03:57:18.639Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:58:09.098Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:58:09.098Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:58:09.098Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:58:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:58:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:58:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:58:09.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:58:09.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-17T03:58:09.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vfw3dc7dee599fc0_modules.json", "status": "NOTIFIED" } 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/resourceInstances/vfw3dc7dee599fc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-template.yml", "status": "NOT_NOTIFIED" } 2022-04-17T03:58:09.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-17T03:58:09.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-17T03:58:09.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167769098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "NOTIFIED" } 2022-04-17T03:58:09.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-17T03:58:09.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-17T03:58:09.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167777010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220417035355/1.0/artifacts/service-Vfw20220417035355-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-17T03:58:09.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:58:09.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-17T03:58:09.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f75f222-75b3-4fcb-81a6-3a015bafe26c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650167780227, "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-04-17T03:58:09.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-17T03:58:18.641Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:59:09.098Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:59:09.098Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:59:09.099Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:59:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T03:59:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T03:59:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T03:59:18.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T03:59:18.641Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:00:09.098Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:00:09.099Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:00:09.099Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:00:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:00:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:00:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:00:18.640Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:00:18.640Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:01:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:01:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:01:09.099Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:01:09.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:01:09.100Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:01:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:01:18.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:01:18.643Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:02:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:02:09.099Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:02:09.099Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:02:09.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:02:09.100Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:02:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:02:18.640Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:02:18.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:03:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:03:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:03:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:03:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:03:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:03:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:03:18.638Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:03:18.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:04:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:04:09.099Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:04:09.099Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:04:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:04:09.105Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:04:09.105Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:04:18.640Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:04:18.645Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:05:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:05:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:05:09.099Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:05:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:05:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:05:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:05:18.642Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:05:18.642Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:06:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:06:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:06:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:06:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:06:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:06:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:06:18.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:06:18.641Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:07:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:07:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:07:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:07:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:07:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:07:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:07:18.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:07:18.641Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:08:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:08:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:08:09.099Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:08:09.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:08:09.100Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:08:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:08:18.641Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:08:18.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:09:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:09:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:09:09.099Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:09:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:09:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:09:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:09:18.638Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:09:18.638Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:10:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:10:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:10:09.098Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:10:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:10:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:10:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:10:18.640Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:10:18.640Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:11:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:11:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:11:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:11:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:11:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:11:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:11:18.641Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:11:18.641Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:12:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:12:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:12:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:12:09.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:12:09.100Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:12:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:12:18.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:12:18.641Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:13:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:13:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:13:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:13:09.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:13:09.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:13:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:13:18.640Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:13:18.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:14:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:14:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:14:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:14:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:14:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:14:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:14:18.632Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:14:18.636Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:15:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:15:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:15:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:15:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:15:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:15:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:15:18.638Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:15:18.644Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:16:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:16:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:16:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:16:09.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:16:09.100Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:16:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:16:18.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:16:18.643Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:17:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:17:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:17:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:17:09.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:17:09.100Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:17:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:17:18.659Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:17:18.659Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:18:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:18:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:18:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:18:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:18:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:18:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:18:18.640Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:18:18.640Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:19:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:19:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:19:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:19:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:19:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:19:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:19:18.640Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:19:18.642Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:20:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:20:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:20:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:20:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:20:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:20:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:20:18.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:20:18.645Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:21:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:21:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:21:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:21:09.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:21:09.100Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:21:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:21:18.641Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:21:18.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:22:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:22:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:22:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:22:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:22:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:22:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:22:18.639Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:22:18.639Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:23:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:23:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:23:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:23:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:23:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:23:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:23:18.635Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:23:18.640Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:24:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:24:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:24:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:24:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:24:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:24:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:24:18.641Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:24:18.641Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:25:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:25:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:25:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:25:09.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:25:09.100Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:25:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:25:18.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:25:18.639Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:26:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:26:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:26:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:26:09.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:26:09.100Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:26:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:26:18.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:26:18.641Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:27:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:27:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:27:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:27:09.100Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:27:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:27:09.100Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:27:18.658Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:27:18.658Z|1f75f222-75b3-4fcb-81a6-3a015bafe26c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:28:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:28:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:28:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:28:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:28:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:28:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:28:18.640Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:28:18.640Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:29:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:29:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:29:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:29:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:29:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:29:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:29:18.639Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:29:18.641Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:30:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:30:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:30:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:30:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:30:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:30:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:30:18.639Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:30:18.640Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:31:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:31:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:31:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:31:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:31:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:31:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:31:18.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:31:18.640Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:32:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:32:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:32:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:32:09.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:32:09.100Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:32:09.100Z||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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:32:18.638Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:32:18.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:33:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:33:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:33:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:33:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:33:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:33:09.100Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:33:18.637Z|44b4c75a-38e5-4223-a0d1-a635a2dc799e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:33:18.639Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:34:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:34:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:34:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:34:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:34:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:34:09.100Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:34:18.642Z|3618daeb-6562-411d-a41d-58e0bb0a11e2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:34:18.646Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:35:09.098Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:35:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:35:09.099Z|390d341d-224d-4f0a-ae22-4535773bcb3c|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:35:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-17T04:35:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-17T04:35:09.100Z|8a89e34d-15d1-4df6-b203-0f780a071432|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 EPLLdBhzCDXSdZ8Y) ... 2022-04-17T04:35:18.639Z|8a89e34d-15d1-4df6-b203-0f780a071432|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-17T04:35:18.640Z|390d341d-224d-4f0a-ae22-4535773bcb3c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK