By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-02-16T09:22:54.343Z||main|||||INFO|500||The following profiles are active: basic
2022-02-16T09:23:03.723Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-16T09:23:03.723Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-16T09:23:03.796Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-16T09:23:05.946Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-16T09:23:06.263Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-16T09:23:06.636Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-16T09:23:06.643Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-16T09:23:06.719Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-16T09:23:06.824Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-16T09:23:07.213Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-16T09:23:07.939Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-16T09:23:09.931Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-16T09:23:09.972Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-16T09:23:10.361Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-16T09:23:11.330Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-02-16T09:23:12.480Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-16T09:23:13.338Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-16T09:23:13.353Z||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$$ced99b13.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-02-16T09:23:13.353Z||main|||||WARN|500||The sdc end point is not alive
2022-02-16T09:23:16.077Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-02-16T09:23:18.525Z||main|||||WARN|500||---
2022-02-16T09:23:18.526Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-16T09:23:18.526Z||main|||||WARN|500||---
2022-02-16T09:23:18.934Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-16T09:23:23.328Z||main|||||INFO|500||Started Application in 33.515 seconds (JVM running for 34.683)
2022-02-16T09:23:23.370Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-16T09:23:23.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-16T09:23:23.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-16T09:23:23.421Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-16T09:23:23.503Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2d222c85-23fe-46a7-9ea0-bbb1e96b58be url= /sdc/v1/artifactTypes
2022-02-16T09:23:23.503Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-16T09:23:23.795Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-16T09:23:23.815Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-02-16T09:23:23.834Z||scheduling-1|||||DEBUG|500||create keys
2022-02-16T09:23:23.842Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-16T09:23:23.873Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:23:23.893Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 13c37da4-a43f-49ef-a3c5-93c819866049 url= /sdc/v1/registerForDistribution
2022-02-16T09:23:24.507Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 13c37da4-a43f-49ef-a3c5-93c819866049 url= /sdc/v1/registerForDistribution
2022-02-16T09:23:24.507Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-16T09:23:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:23:24.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:23:24.523Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-16T09:23:24.524Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:23:24.524Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:23:24.525Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:23:24.525Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:23:35.269Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:23:35.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:24:24.517Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:24:24.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:24:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:24:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:24:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:24:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:24:34.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:24:34.094Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:25:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:25:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:25:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:25:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:25:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:25:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:25:34.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:25:34.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:26:24.517Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:26:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:26:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:26:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:26:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:26:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:26:34.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:26:34.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:27:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:27:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:27:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:27:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:27:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:27:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:27:34.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:27:34.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:28:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:28:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:28:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:28:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:28:24.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:28:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:28:34.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:28:34.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:29:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:29:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:29:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:29:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:29:24.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:29:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:29:34.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:29:34.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:30:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:30:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:30:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:30:24.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:30:24.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:30:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:30:34.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:30:34.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:31:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:31:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:31:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:31:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:31:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:31:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:31:34.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:31:34.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:32:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:32:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:32:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:32:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:32:24.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:32:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:32:34.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:32:34.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:33:17.574Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-16T09:33:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:33:24.517Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:33:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:33:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:33:24.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:33:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:33:34.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:33:34.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:34:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:34:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:34:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:34:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:34:24.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:34:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:34:34.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:34:34.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:35:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:35:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:35:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:35:24.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:35:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:35:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:35:34.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:35:34.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:36:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:36:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:36:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:36:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:36:24.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:36:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:36:34.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:36:34.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:37:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:37:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:37:24.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:37:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:37:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:37:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:37:34.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:37:34.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:38:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:38:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:38:24.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:38:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:38:24.520Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:38:24.521Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:38:34.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:38:34.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:39:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:39:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:39:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:39:24.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:39:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:39:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:39:34.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:39:34.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:40:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:40:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:40:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:40:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:40:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:40:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:40:34.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:40:34.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:41:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:41:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:41:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:41:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:41:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:41:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:41:34.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:41:34.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:42:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:42:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:42:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:42:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:42:24.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:42:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:42:34.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:42:34.065Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:43:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:43:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:43:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:43:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:43:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:43:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:43:34.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:43:34.065Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:44:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:44:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:44:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:44:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:44:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:44:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:44:34.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:44:34.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:45:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:45:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:45:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:45:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:45:24.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:45:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:45:34.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:45:34.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:46:24.517Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:46:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:46:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:46:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:46:24.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:46:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:46:34.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:46:34.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:47:24.517Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:47:24.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:47:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:47:24.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:47:24.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:47:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:47:34.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:47:34.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:48:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:48:24.517Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:48:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:48:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:48:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:48:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:48:34.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:48:34.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:49:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:49:24.517Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:49:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:49:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:49:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:49:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:49:34.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:49:34.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:50:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:50:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:50:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:50:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:50:24.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:50:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:50:34.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:50:34.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:51:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:51:24.517Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:51:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:51:24.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:51:24.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:51:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:51:34.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:51:34.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:52:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:52:24.517Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:52:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:52:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:52:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:52:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:52:34.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:52:34.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:53:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:53:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:53:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:53:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:53:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:53:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:53:34.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:53:34.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:54:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:54:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:54:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:54:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:54:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:54:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:54:34.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:54:34.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:55:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:55:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:55:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:55:24.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:55:24.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:55:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:55:34.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:55:34.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:56:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:56:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:56:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:56:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:56:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:56:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:56:34.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:56:34.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:57:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:57:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:57:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:57:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:57:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:57:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:57:34.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:57:34.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:58:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:58:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:58:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:58:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:58:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:58:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:58:34.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:58:34.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:59:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:59:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:59:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:59:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T09:59:24.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T09:59:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T09:59:34.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T09:59:34.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:00:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:00:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:00:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:00:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:00:24.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:00:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:00:34.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:00:34.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:01:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:01:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:01:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:01:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:01:24.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:01:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:01:34.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:01:34.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:02:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:02:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:02:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:02:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:02:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:02:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:02:34.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:02:34.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:03:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:03:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:03:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:03:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:03:24.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:03:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:03:34.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:03:34.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:04:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:04:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:04:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:04:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:04:24.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:04:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:04:34.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:04:34.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:05:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:05:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:05:24.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:05:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:05:24.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:05:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:05:34.061Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:05:34.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:06:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:06:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:06:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:06:24.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:06:24.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:06:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:06:34.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:06:34.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:07:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:07:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:07:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:07:24.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:07:24.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:07:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:07:34.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:07:34.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:08:24.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:08:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:08:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:08:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:08:24.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:08:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:08:34.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:08:34.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:09:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:09:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:09:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:09:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:09:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:09:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:09:34.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:09:34.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:10:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:10:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:10:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:10:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:10:24.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:10:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:10:34.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:10:34.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:11:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:11:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:11:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:11:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:11:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:11:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:11:34.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:11:34.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:12:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:12:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:12:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:12:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:12:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:12:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:12:34.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:12:34.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:13:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:13:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:13:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:13:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:13:24.520Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:13:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:13:34.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:13:34.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:14:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:14:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:14:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:14:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:14:24.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:14:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:14:34.054Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:14:34.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:15:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:15:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:15:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:15:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:15:24.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:15:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:15:34.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:15:34.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:16:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:16:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:16:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:16:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:16:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:16:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:16:34.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:16:34.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:17:24.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:17:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:17:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:17:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:17:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:17:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:17:34.060Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:17:34.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:18:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:18:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:18:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:18:24.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:18:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:18:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:18:34.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:18:34.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:19:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:19:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:19:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:19:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:19:24.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:19:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:19:34.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:19:34.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:20:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:20:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:20:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:20:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:20:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:20:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:20:34.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:20:34.060Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:21:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:21:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:21:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:21:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:21:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:21:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:21:34.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:21:34.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:22:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:22:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:22:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:22:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:22:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:22:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:22:34.065Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:22:34.066Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:23:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:23:24.517Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:23:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:23:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:23:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:23:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:23:34.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:23:34.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:24:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:24:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:24:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:24:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:24:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:24:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:24:34.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:24:34.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:25:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:25:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:25:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:25:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:25:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:25:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:25:34.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:25:34.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:26:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:26:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:26:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:26:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:26:24.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:26:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:26:34.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:26:34.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:27:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:27:24.517Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:27:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:27:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:27:24.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:27:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:27:34.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:27:34.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:28:24.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:28:24.517Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:28:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:28:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:28:24.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:28:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:28:34.057Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:28:34.060Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:29:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:29:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:29:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:29:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:29:24.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:29:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:29:34.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:29:34.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:30:24.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:30:24.517Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:30:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:30:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:30:24.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:30:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:30:34.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:30:34.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:31:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:31:24.517Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:31:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:31:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:31:24.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:31:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:31:34.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:31:34.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:32:24.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:32:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:32:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:32:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:32:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:32:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:32:34.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:32:34.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:33:24.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:33:24.517Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:33:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:33:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:33:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:33:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:33:34.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:33:34.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:34:24.517Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:34:24.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:34:24.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:34:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:34:24.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:34:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:34:34.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:34:34.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:35:24.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:35:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:35:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:35:24.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:35:24.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:35:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:35:34.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:35:34.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:36:24.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:36:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:36:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:36:24.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:36:24.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:36:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:36:34.057Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:36:34.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:37:24.517Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:37:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:37:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:37:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:37:24.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:37:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:37:34.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:37:34.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:38:24.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:38:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:38:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:38:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:38:24.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:38:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:38:34.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:38:34.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:39:24.517Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:39:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:39:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:39:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:39:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:39:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:39:34.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:39:34.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:40:24.517Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:40:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:40:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:40:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:40:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:40:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:40:34.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:40:34.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:41:24.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:41:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:41:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:41:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:41:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:41:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:41:34.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:41:34.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:42:24.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:42:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:42:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:42:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:42:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:42:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:42:34.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:42:34.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:43:24.517Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:43:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:43:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:43:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:43:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:43:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:43:34.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:43:34.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:44:24.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:44:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:44:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:44:24.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:44:24.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:44:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:44:34.055Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:44:34.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:45:24.517Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:45:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:45:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:45:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:45:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:45:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:45:34.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:45:34.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:46:24.517Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:46:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:46:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:46:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:46:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:46:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:46:34.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:46:34.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:47:24.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:47:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:47:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:47:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:47:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:47:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:47:34.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:47:34.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:48:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:48:24.518Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:48:24.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:48:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:48:24.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:48:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:48:34.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:48:34.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:49:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:49:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:49:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:49:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:49:24.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:49:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:49:34.061Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:49:34.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:50:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:50:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:50:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:50:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:50:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:50:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:50:34.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:50:34.060Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:51:24.517Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:51:24.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:51:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:51:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:51:24.520Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:51:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:51:34.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:51:34.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:52:24.517Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:52:24.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:52:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:52:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:52:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:52:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:52:34.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:52:34.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:53:24.517Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:53:24.517Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:53:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:53:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:53:24.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:53:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:53:34.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:53:34.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:54:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:54:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:54:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:54:24.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:54:24.520Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:54:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:54:34.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:54:34.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:55:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:55:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:55:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:55:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:55:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:55:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:55:34.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:55:34.066Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:56:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:56:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:56:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:56:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:56:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:56:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:56:34.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:56:34.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:57:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:57:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:57:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:57:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:57:24.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:57:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:57:34.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:57:34.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:58:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:58:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:58:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:58:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:58:24.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:58:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:58:34.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:58:34.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:59:24.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:59:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:59:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:59:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T10:59:24.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T10:59:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T10:59:34.057Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T10:59:34.057Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:00:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:00:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:00:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:00:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:00:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:00:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:00:34.056Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:00:34.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:01:24.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:01:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:01:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:01:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:01:24.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:01:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:01:34.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:01:34.060Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:02:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:02:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:02:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:02:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:02:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:02:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:02:34.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:02:34.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:03:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:03:24.517Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:03:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:03:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:03:24.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:03:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:03:34.057Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:03:34.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:04:24.517Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:04:24.518Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:04:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:04:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:04:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:04:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:04:34.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:04:34.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:05:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:05:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:05:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:05:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:05:24.520Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:05:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:05:34.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:05:34.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:06:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:06:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:06:24.518Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:06:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:06:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:06:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:06:34.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:06:34.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:07:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:07:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:07:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:07:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:07:24.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:07:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:07:34.054Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:07:34.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:08:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:08:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:08:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:08:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:08:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:08:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:08:34.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:08:34.056Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:09:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:09:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:09:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:09:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:09:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:09:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:09:34.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:09:34.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:10:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:10:24.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:10:24.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:10:24.518Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:10:24.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:10:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:10:34.056Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:10:34.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:11:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:11:24.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:11:24.518Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:11:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:11:24.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:11:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:11:34.057Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:11:34.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:12:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:12:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:12:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:12:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:12:24.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:12:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:12:34.056Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:12:34.057Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:13:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:13:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:13:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:13:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:13:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:13:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:13:34.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:13:34.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:14:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:14:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:14:24.518Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:14:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:14:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:14:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:14:34.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:14:34.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:15:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:15:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:15:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:15:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:15:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:15:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:15:34.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:15:34.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:16:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:16:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:16:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:16:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:16:24.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:16:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:16:34.056Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:16:34.066Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:17:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:17:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:17:24.518Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:17:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:17:24.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:17:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:17:34.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:17:34.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:18:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:18:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:18:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:18:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:18:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:18:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:18:34.057Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:18:34.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:19:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:19:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:19:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:19:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:19:24.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:19:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:19:34.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:19:34.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:20:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:20:24.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:20:24.518Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:20:24.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:20:24.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:20:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:20:34.056Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:20:34.057Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:21:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:21:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:21:24.518Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:21:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:21:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:21:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:21:34.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:21:34.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:22:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:22:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:22:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:22:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:22:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:22:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:22:34.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:22:34.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:23:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:23:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:23:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:23:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:23:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:23:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:23:34.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:23:34.056Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:24:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:24:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:24:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:24:24.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:24:24.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:24:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:24:34.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:24:34.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:25:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:25:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:25:24.518Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:25:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:25:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:25:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:25:34.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:25:34.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:26:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:26:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:26:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:26:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:26:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:26:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:26:34.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:26:34.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:27:24.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:27:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:27:24.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:27:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:27:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:27:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:27:34.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:27:34.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:28:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:28:24.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:28:24.518Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:28:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:28:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:28:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:28:34.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:28:34.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:29:24.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:29:24.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:29:24.518Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T11:29:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:29:24.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:29:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:29:34.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:29:34.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:30:24.517Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:30:24.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:30:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:30:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:30:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:30:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:30:34.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:30:34.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:31:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:31:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:31:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:31:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:31:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:31:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:31:34.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:31:34.057Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:32:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:32:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:32:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:32:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:32:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:32:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:32:34.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:32:34.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:33:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:33:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:33:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:33:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:33:24.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:33:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:33:34.057Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:33:34.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:34:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:34:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:34:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:34:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:34:24.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:34:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:34:34.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:34:34.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:35:24.517Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:35:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:35:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:35:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:35:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:35:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:35:34.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:35:34.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:36:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:36:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:36:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:36:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:36:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:36:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:36:34.057Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:36:34.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:37:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:37:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:37:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:37:24.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:37:24.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:37:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:37:34.063Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:37:34.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:38:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:38:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:38:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:38:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:38:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:38:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:38:34.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:38:34.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:39:24.517Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:39:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:39:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:39:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:39:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:39:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:39:34.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:39:34.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:40:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:40:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:40:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:40:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:40:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:40:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:40:34.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:40:34.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:41:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:41:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:41:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:41:24.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:41:24.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:41:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:41:34.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:41:34.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:42:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:42:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:42:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:42:24.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:42:24.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:42:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:42:34.057Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:42:34.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:43:24.517Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:43:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:43:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:43:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:43:24.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:43:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:43:34.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:43:34.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:44:24.517Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:44:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:44:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:44:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:44:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:44:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:44:34.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:44:34.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:45:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:45:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:45:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:45:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:45:24.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:45:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:45:34.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:45:34.057Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:46:24.517Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:46:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:46:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:46:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:46:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:46:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:46:34.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:46:34.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:47:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:47:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:47:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:47:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:47:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:47:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:47:34.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:47:34.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:48:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:48:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:48:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:48:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:48:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:48:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:48:34.054Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:48:34.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:49:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:49:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:49:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:49:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:49:24.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:49:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:49:34.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:49:34.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:50:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:50:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:50:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:50:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:50:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:50:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:50:34.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:50:34.057Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:51:24.517Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:51:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:51:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:51:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:51:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:51:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:51:34.055Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:51:34.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:52:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:52:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:52:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:52:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:52:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:52:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:52:34.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:52:34.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:53:24.517Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:53:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:53:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:53:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:53:24.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:53:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:53:34.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:53:34.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:54:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:54:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:54:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:54:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:54:24.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:54:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:54:34.057Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:54:34.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:55:24.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:55:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:55:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:55:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:55:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:55:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:55:34.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:55:34.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:56:24.517Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:56:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:56:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:56:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:56:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:56:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:56:34.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:56:34.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:57:24.517Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:57:24.517Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:57:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:57:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:57:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:57:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:57:34.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:57:34.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:58:24.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:58:24.517Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:58:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:58:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:58:24.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:58:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:58:34.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:58:34.057Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:59:24.517Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:59:24.517Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:59:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:59:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T11:59:24.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T11:59:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T11:59:34.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T11:59:34.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:00:24.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:00:24.517Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:00:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:00:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:00:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:00:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:00:34.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:00:34.057Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:01:24.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:01:24.517Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:01:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:01:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:01:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:01:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:01:34.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:01:34.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:02:24.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:02:24.517Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:02:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:02:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:02:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:02:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:02:27.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:02:27.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-16T12:02:27.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f41665b8-197f-4e27-b5dd-ddc43594bc7d","serviceName":"vFW 2022-02-16 12-00-16","serviceVersion":"1.0","serviceUUID":"7a2e2199-da58-4a69-9ccd-038dfa13750a","serviceDescription":"catalog service description","serviceInvariantUUID":"4643994b-4fcd-4531-9ca2-a7a4e430a14b","resources":[{"resourceInstanceName":"vFW 47055721-8808 0","resourceName":"vFW 47055721-8808","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be8c37ea-348c-4896-9119-d7415ea70139","resourceInvariantUUID":"322d9740-efc8-422d-bee9-8414cd5cb0ac","resourceCustomizationUUID":"dce9f0eb-947c-4de4-94eb-cdea371f2b55","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vf-license-model.xml","artifactChecksum":"NjgzMGNmZGVjYzYzODFhYmY0NTQ4MDZjYmYxMmJmZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45ce08b8-cfd2-4fe8-87f8-c12c20429084","artifactVersion":"1"},{"artifactName":"vfw4705572188080_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json","artifactChecksum":"NWI0ZGRlNzFiZThmNWNiNTBlNmU3MmQxMWYwZTk2ODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7be36bf3-5c01-452c-b27b-007d736cb719","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"027b0394-a587-4852-82e0-65196a4b7402","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M0MzU2YjdiZjg0NWU3MzVlMjcxOTc5OGJjOTY0NDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9afcff1f-cb00-4102-9066-e1293189a657","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"305b1210-79e6-4a92-8e19-59880832fe6a","artifactVersion":"2","generatedFromUUID":"027b0394-a587-4852-82e0-65196a4b7402"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220216120016-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-template.yml","artifactChecksum":"ZWQzOTFiNDVhOTdlMmFhOTA2ZDM0NmE3NTIyZmUzZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e28cbcdd-a7c8-4906-b195-57cb8d08cb18","artifactVersion":"1"},{"artifactName":"service-Vfw20220216120016-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar","artifactChecksum":"MjAyMjQ3MDZiZDAzMWE2ZDk1OTQ3NzliODVhMTQwZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dca9bb71-9f3e-453a-b8e1-0ac29325e821","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-16T12:02:27.362Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:02:27.369Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:02:27.380Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:02:27.381Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:02:27.481Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-02-16T12:02:27.485Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:02:27.485Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:02:27.499Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:02:27.500Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:02:28.147Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:02:28.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:02:28.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1645012943104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:02:28.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-16T12:02:28.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:02:28.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "cds",
"timestamp": 1645012937255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:02:28.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-16T12:02:28.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:02:28.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:02:28.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-16T12:02:28.387Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:02:28.387Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:02:28.389Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:02:28.389Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:02:28.490Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:02:28.491Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:02:28.491Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:02:28.502Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:02:28.503Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:02:29.390Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:02:29.391Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:02:29.393Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:02:29.393Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:02:29.493Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:02:29.494Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:02:29.494Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:02:29.505Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:02:29.506Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:02:30.394Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:02:30.394Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:02:30.396Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:02:30.396Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:02:30.497Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-16T12:02:30.497Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:02:30.498Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:02:30.509Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:02:30.509Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:02:31.397Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:02:31.398Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:02:31.399Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:02:31.399Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:02:31.500Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-16T12:02:31.500Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:02:31.500Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:02:31.510Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:02:31.511Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:02:32.400Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:02:32.401Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:02:32.403Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:02:32.403Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:02:32.503Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:02:32.504Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:02:32.504Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:02:32.513Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:02:32.513Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:02:33.403Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:02:33.404Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:02:33.407Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:02:33.407Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:02:33.507Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:02:33.508Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:02:33.508Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:02:33.518Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:02:33.518Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:02:34.410Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"serviceName": "vFW 2022-02-16 12-00-16",
"serviceVersion": "1.0",
"serviceUUID": "7a2e2199-da58-4a69-9ccd-038dfa13750a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4643994b-4fcd-4531-9ca2-a7a4e430a14b",
"resources": [
{
"resourceInstanceName": "vFW 47055721-8808 0",
"resourceCustomizationUUID": "dce9f0eb-947c-4de4-94eb-cdea371f2b55",
"resourceName": "vFW 47055721-8808",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "be8c37ea-348c-4896-9119-d7415ea70139",
"resourceInvariantUUID": "322d9740-efc8-422d-bee9-8414cd5cb0ac",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4705572188080_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"artifactChecksum": "NWI0ZGRlNzFiZThmNWNiNTBlNmU3MmQxMWYwZTk2ODQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7be36bf3-5c01-452c-b27b-007d736cb719",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "027b0394-a587-4852-82e0-65196a4b7402",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "305b1210-79e6-4a92-8e19-59880832fe6a",
"generatedFromUUID": "027b0394-a587-4852-82e0-65196a4b7402"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "305b1210-79e6-4a92-8e19-59880832fe6a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220216120016-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"artifactChecksum": "MjAyMjQ3MDZiZDAzMWE2ZDk1OTQ3NzliODVhMTQwZGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dca9bb71-9f3e-453a-b8e1-0ac29325e821"
}
],
"workloadContext": "Production"
}
2022-02-16T12:02:34.411Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-16T12:02:34.412Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7a2e2199-da58-4a69-9ccd-038dfa13750a ASDC
2022-02-16T12:02:34.485Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f41665b8-197f-4e27-b5dd-ddc43594bc7d
ServiceName:vFW 2022-02-16 12-00-16
ServiceVersion:1.0
ServiceUUID:7a2e2199-da58-4a69-9ccd-038dfa13750a
ServiceInvariantUUID:4643994b-4fcd-4531-9ca2-a7a4e430a14b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220216120016-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar
ArtifactUUID:dca9bb71-9f3e-453a-b8e1-0ac29325e821
ArtifactChecksum:MjAyMjQ3MDZiZDAzMWE2ZDk1OTQ3NzliODVhMTQwZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 47055721-8808 0
ResourceCustomizationUUID:dce9f0eb-947c-4de4-94eb-cdea371f2b55
ResourceInvariantUUID:322d9740-efc8-422d-bee9-8414cd5cb0ac
ResourceName:vFW 47055721-8808
ResourceType:VF
ResourceUUID:be8c37ea-348c-4896-9119-d7415ea70139
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4705572188080_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json
ArtifactUUID:7be36bf3-5c01-452c-b27b-007d736cb719
ArtifactChecksum:NWI0ZGRlNzFiZThmNWNiNTBlNmU3MmQxMWYwZTk2ODQ=
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/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml
ArtifactUUID:027b0394-a587-4852-82e0-65196a4b7402
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/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env
ArtifactUUID:305b1210-79e6-4a92-8e19-59880832fe6a
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/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env
ArtifactUUID:305b1210-79e6-4a92-8e19-59880832fe6a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-16T12:02:34.486Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a2e2199-da58-4a69-9ccd-038dfa13750a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
2022-02-16T12:02:34.600Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@40dec59d marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4940) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-02-16T12:02:34.602Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:02:34.602Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||ERROR|500||(conn=4940) WSREP has not yet prepared node for application use
2022-02-16T12:02:34.603Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|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.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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=4940) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-02-16T12:02:34.604Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|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.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
... 48 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4940) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-02-16T12:02:34.609Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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-02-16T12:02:34.609Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f41665b8-197f-4e27-b5dd-ddc43594bc7d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-16T12:02:34.687Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@21193c71 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4901) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doList(Loader.java:2850)
at org.hibernate.loader.Loader.doList(Loader.java:2832)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
at org.hibernate.loader.Loader.list(Loader.java:2659)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java: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)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:02:34.688Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:02:34.688Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||ERROR|500||(conn=4901) WSREP has not yet prepared node for application use
2022-02-16T12:02:34.690Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-16T12:02:34.690Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||ERROR|500||Exception occurred
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4901) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:02:34.690Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||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.$Proxy219.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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4901) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:02:34.690Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-16T12:02:34.691Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f41665b8-197f-4e27-b5dd-ddc43594bc7d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:02:34.692Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-16T12:02:34.692Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:02:34.693Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:02:34.694Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012954691,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:02:34.794Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:02:34.795Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:02:34.795Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:02:34.807Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:02:34.807Z||pool-10-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-02-16T12:03:24.516Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:03:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:03:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|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 L2dFmlA5syTYqND7) ...
2022-02-16T12:03:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:03:24.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:03:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:03:24.643Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:03:24.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-16T12:03:24.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1645012943104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:03:24.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-16T12:03:34.060Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:04:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:04:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:04:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|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 L2dFmlA5syTYqND7) ...
2022-02-16T12:04:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:04:24.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:04:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:04:25.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:04:25.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "cds",
"timestamp": 1645012937255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "aai-ml",
"timestamp": 1645012948282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1645012943104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "cds",
"timestamp": 1645012937255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "aai-ml",
"timestamp": 1645012948282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1645012943104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "cds",
"timestamp": 1645012937255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "aai-ml",
"timestamp": 1645012948282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1645012943104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "cds",
"timestamp": 1645012937255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "aai-ml",
"timestamp": 1645012948282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1645012943104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "cds",
"timestamp": 1645012937255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "aai-ml",
"timestamp": 1645012948282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1645012943104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "cds",
"timestamp": 1645012937255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012944516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "aai-ml",
"timestamp": 1645012948282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "policy-id",
"timestamp": 1645012953301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "cds",
"timestamp": 1645012954614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:04:25.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645012954691,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:04:25.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "aai-ml",
"timestamp": 1645012948282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "policy-id",
"timestamp": 1645012953301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "cds",
"timestamp": 1645012955628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:04:25.393Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f41665b8-197f-4e27-b5dd-ddc43594bc7d
2022-02-16T12:04:25.394Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f41665b8-197f-4e27-b5dd-ddc43594bc7d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:04:25.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "policy-id",
"timestamp": 1645012953301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012955369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "aai-ml",
"timestamp": 1645012956376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:04:25.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "policy-id",
"timestamp": 1645012953301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012955369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "clamp",
"timestamp": 1645012956567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "aai-ml",
"timestamp": 1645012957404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:04:25.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "policy-id",
"timestamp": 1645012953301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012955369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "clamp",
"timestamp": 1645012956567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "aai-ml",
"timestamp": 1645012958413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:04:25.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "policy-id",
"timestamp": 1645012953301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012955369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "clamp",
"timestamp": 1645012956567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645012958585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "aai-ml",
"timestamp": 1645012959418,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:04:25.416Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f41665b8-197f-4e27-b5dd-ddc43594bc7d
2022-02-16T12:04:25.416Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f41665b8-197f-4e27-b5dd-ddc43594bc7d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:04:25.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "policy-id",
"timestamp": 1645012953301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012955369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "clamp",
"timestamp": 1645012956567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645012958585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012955369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "clamp",
"timestamp": 1645012956567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645012958585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "policy-id",
"timestamp": 1645012961421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:04:25.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012955369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "clamp",
"timestamp": 1645012956567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645012958585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "policy-id",
"timestamp": 1645012962428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:04:25.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "clamp",
"timestamp": 1645012956567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645012958585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012963280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:04:25.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "policy-id",
"timestamp": 1645012963432,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:04:25.429Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f41665b8-197f-4e27-b5dd-ddc43594bc7d
2022-02-16T12:04:25.429Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f41665b8-197f-4e27-b5dd-ddc43594bc7d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:04:25.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645012958585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:04:25.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012964547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:04:25.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645012958585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:04:25.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:04:25.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012965775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:04:25.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645012966814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:04:25.436Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012966873,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:04:25.439Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f41665b8-197f-4e27-b5dd-ddc43594bc7d
2022-02-16T12:04:25.439Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f41665b8-197f-4e27-b5dd-ddc43594bc7d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-16T12:04:25.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645012967876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/resourceInstances/vfw4705572188080/artifacts/vfw4705572188080_modules.json",
"status": "DEPLOY_OK"
}
2022-02-16T12:04:25.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645012971516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:04:25.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "clamp",
"timestamp": 1645012973649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:04:25.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "clamp",
"timestamp": 1645012975658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120016/1.0/artifacts/service-Vfw20220216120016-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:04:25.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:04:25.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:04:25.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f41665b8-197f-4e27-b5dd-ddc43594bc7d",
"consumerID": "clamp",
"timestamp": 1645012976666,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:04:25.452Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f41665b8-197f-4e27-b5dd-ddc43594bc7d
2022-02-16T12:04:25.452Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f41665b8-197f-4e27-b5dd-ddc43594bc7d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:04:34.061Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:05:24.516Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:05:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:05:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|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 L2dFmlA5syTYqND7) ...
2022-02-16T12:05:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:05:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:05:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:05:34.057Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:05:34.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:06:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:06:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:06:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|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 L2dFmlA5syTYqND7) ...
2022-02-16T12:06:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:06:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:06:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:06:34.058Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:06:34.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:07:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:07:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:07:24.518Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|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 L2dFmlA5syTYqND7) ...
2022-02-16T12:07:24.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:07:24.518Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:07:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:07:34.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:07:34.059Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:08:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:08:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:08:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|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 L2dFmlA5syTYqND7) ...
2022-02-16T12:08:24.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:08:24.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:08:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:08:34.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:08:34.055Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:09:24.516Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:09:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:09:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|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 L2dFmlA5syTYqND7) ...
2022-02-16T12:09:24.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:09:24.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:09:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:09:34.058Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:09:34.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:10:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:10:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:10:24.518Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|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 L2dFmlA5syTYqND7) ...
2022-02-16T12:10:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:10:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:10:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:10:34.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:10:34.060Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:11:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:11:24.517Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|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 L2dFmlA5syTYqND7) ...
2022-02-16T12:11:24.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:11:24.518Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:11:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:11:24.850Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:24.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "cds",
"timestamp": 1645013477255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:24.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "policy-id",
"timestamp": 1645013473301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:24.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013475369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:24.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "cds",
"timestamp": 1645013477255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:24.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "policy-id",
"timestamp": 1645013473301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:24.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013475369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:11:24.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "cds",
"timestamp": 1645013477255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:24.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "policy-id",
"timestamp": 1645013473301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:11:24.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013475369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:11:24.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013483104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:24.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "cds",
"timestamp": 1645013477255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:24.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "policy-id",
"timestamp": 1645013473301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:24.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:24.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:11:24.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013475369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:24.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:11:25.144Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:25.145Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-16T12:11:25.146Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e34b2e66-658f-4f58-9c10-33213093e767","serviceName":"vFW 2022-02-16 12-09-34","serviceVersion":"1.0","serviceUUID":"d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a","serviceDescription":"catalog service description","serviceInvariantUUID":"732060fb-2792-4832-b6af-c0734b1db982","resources":[{"resourceInstanceName":"vFW 59f21424-ea84 0","resourceName":"vFW 59f21424-ea84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9beac48-469f-4a41-9116-330b457bb401","resourceInvariantUUID":"b720cc80-1cae-4bb5-a944-8b348ae0518e","resourceCustomizationUUID":"96f8ff97-0b52-46b5-acd0-8b8052eaca24","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vf-license-model.xml","artifactChecksum":"YjFmMTZlZjBhNmJhZGI4MDM5OTk3MjBjOWQwMmJhZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c31d5da-e3eb-4c5a-a45e-60228e14917d","artifactVersion":"1"},{"artifactName":"vfw59f21424ea840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json","artifactChecksum":"OGUyZTM3MTlmYWM0ZjI0ZWUwNjZhYWQ5NmZhMGY5OTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a9659c1c-3a26-476a-b91d-d4b68f3b77bc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"99efe0ff-0000-4778-af8e-dc9049d24682","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmMGJmY2I5ZDkxMjM3ZmRmYzNmYWE0NzdkYjY1MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"75b10224-7024-490c-92fe-ef1017d9e2bc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"424c5e9f-2e75-48d9-88e6-8e966a499f84","artifactVersion":"2","generatedFromUUID":"99efe0ff-0000-4778-af8e-dc9049d24682"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220216120934-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-template.yml","artifactChecksum":"YjVkNjNmMGI1NzczYjllYTBmNjgzMDZiNWIxZTFkZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85cf875b-7548-49fc-b29d-4e4583aaa2e4","artifactVersion":"1"},{"artifactName":"service-Vfw20220216120934-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar","artifactChecksum":"NzZkZGFjMTBjNTFjMWI5NGFhMjIyYmY4YWMyNjVjN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c47873b-8884-496f-990b-9deb2e231042","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-16T12:11:25.148Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:11:25.148Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:11:25.151Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:11:25.151Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:25.251Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:11:25.252Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:11:25.252Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:11:25.263Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:25.264Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:11:26.152Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:11:26.152Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:11:26.154Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:11:26.154Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:11:26.254Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:11:26.255Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:11:26.255Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:11:26.267Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:26.268Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:11:27.154Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:11:27.156Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:11:27.158Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:11:27.158Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:11:27.258Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:11:27.259Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:11:27.259Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:11:27.271Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:27.271Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-16T12:11:28.158Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:11:28.159Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:11:28.161Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:11:28.162Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:28.262Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:11:28.262Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:11:28.263Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:11:28.275Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:28.276Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:11:29.162Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:11:29.163Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:11:29.165Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:11:29.165Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:11:29.265Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:11:29.266Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:11:29.266Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:11:29.277Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:29.277Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-16T12:11:30.165Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:11:30.166Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:11:30.168Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:11:30.168Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:11:30.269Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:11:30.269Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:11:30.269Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:11:30.282Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:30.282Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:11:31.169Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:11:31.170Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:11:31.172Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:11:31.172Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:11:31.272Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:11:31.273Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:11:31.273Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:11:31.284Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:31.285Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:11:32.174Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"serviceName": "vFW 2022-02-16 12-09-34",
"serviceVersion": "1.0",
"serviceUUID": "d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "732060fb-2792-4832-b6af-c0734b1db982",
"resources": [
{
"resourceInstanceName": "vFW 59f21424-ea84 0",
"resourceCustomizationUUID": "96f8ff97-0b52-46b5-acd0-8b8052eaca24",
"resourceName": "vFW 59f21424-ea84",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f9beac48-469f-4a41-9116-330b457bb401",
"resourceInvariantUUID": "b720cc80-1cae-4bb5-a944-8b348ae0518e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw59f21424ea840_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"artifactChecksum": "OGUyZTM3MTlmYWM0ZjI0ZWUwNjZhYWQ5NmZhMGY5OTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a9659c1c-3a26-476a-b91d-d4b68f3b77bc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "99efe0ff-0000-4778-af8e-dc9049d24682",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "424c5e9f-2e75-48d9-88e6-8e966a499f84",
"generatedFromUUID": "99efe0ff-0000-4778-af8e-dc9049d24682"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "424c5e9f-2e75-48d9-88e6-8e966a499f84",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220216120934-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"artifactChecksum": "NzZkZGFjMTBjNTFjMWI5NGFhMjIyYmY4YWMyNjVjN2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4c47873b-8884-496f-990b-9deb2e231042"
}
],
"workloadContext": "Production"
}
2022-02-16T12:11:32.175Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-16T12:11:32.175Z|f41665b8-197f-4e27-b5dd-ddc43594bc7d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a ASDC
2022-02-16T12:11:32.175Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e34b2e66-658f-4f58-9c10-33213093e767
ServiceName:vFW 2022-02-16 12-09-34
ServiceVersion:1.0
ServiceUUID:d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a
ServiceInvariantUUID:732060fb-2792-4832-b6af-c0734b1db982
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220216120934-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar
ArtifactUUID:4c47873b-8884-496f-990b-9deb2e231042
ArtifactChecksum:NzZkZGFjMTBjNTFjMWI5NGFhMjIyYmY4YWMyNjVjN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 59f21424-ea84 0
ResourceCustomizationUUID:96f8ff97-0b52-46b5-acd0-8b8052eaca24
ResourceInvariantUUID:b720cc80-1cae-4bb5-a944-8b348ae0518e
ResourceName:vFW 59f21424-ea84
ResourceType:VF
ResourceUUID:f9beac48-469f-4a41-9116-330b457bb401
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw59f21424ea840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json
ArtifactUUID:a9659c1c-3a26-476a-b91d-d4b68f3b77bc
ArtifactChecksum:OGUyZTM3MTlmYWM0ZjI0ZWUwNjZhYWQ5NmZhMGY5OTg=
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/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml
ArtifactUUID:99efe0ff-0000-4778-af8e-dc9049d24682
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/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env
ArtifactUUID:424c5e9f-2e75-48d9-88e6-8e966a499f84
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/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env
ArtifactUUID:424c5e9f-2e75-48d9-88e6-8e966a499f84
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-16T12:11:32.176Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:11:32.447Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-16T12:11:32.447Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-02-16T12:11:32.448Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-02-16T12:11:32.448Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4c47873b-8884-496f-990b-9deb2e231042 from URL: /sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:32.448Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-02-16T12:11:32.449Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:32.616Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-02-16T12:11:32.638Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar 4c47873b-8884-496f-990b-9deb2e231042 98941
2022-02-16T12:11:32.638Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar ASDC sendASDCNotification
2022-02-16T12:11:32.638Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:32.639Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-16T12:11:32.639Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:11:32.640Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:11:32.641Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013492638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:11:32.741Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:11:32.742Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:11:32.742Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:11:32.754Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:32.755Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-16T12:11:33.641Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-16T12:11:33.642Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-02-16T12:11:33.642Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4c47873b-8884-496f-990b-9deb2e231042, URL: /sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar to file: /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:33.643Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220216120934-csar.csar
2022-02-16T12:11:33.697Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:33.697Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:34.186Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3698096929540781523/Definitions/service-Vfw20220216120934-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-02-16T12:11:36.828Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-16T12:11:36.831Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||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-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||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-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||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-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 59f21424-ea84 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-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.832Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.833Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.833Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220216120934-csar.csar
2022-02-16T12:11:36.833Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-02-16T12:11:36.837Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.838Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-02-16 12-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:11:36.841Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vFW 59f21424-ea84 0 is matching search criteria
2022-02-16T12:11:36.841Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-02-16T12:11:36.842Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 59f21424-ea84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-16T12:11:36.843Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.843Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-02-16 12-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:11:36.843Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vFW 59f21424-ea84 0 is matching search criteria
2022-02-16T12:11:36.843Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-02-16T12:11:36.843Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 59f21424-ea84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-16T12:11:36.843Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.844Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-02-16 12-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:11:36.846Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.846Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vFW 59f21424-ea84 0 is not matching search criteria
2022-02-16T12:11:36.846Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:11:36.846Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:11:36.846Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-16T12:11:36.846Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.847Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-16T12:11:36.848Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.848Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-02-16 12-09-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-16T12:11:36.848Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.848Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vFW 59f21424-ea84 0 is matching search criteria
2022-02-16T12:11:36.848Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 59f21424-ea84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-16T12:11:36.849Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.849Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vFW 59f21424-ea84 0 is matching search criteria
2022-02-16T12:11:36.849Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 59f21424-ea84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-16T12:11:36.849Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.849Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vFW 59f21424-ea84 0 is matching search criteria
2022-02-16T12:11:36.849Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 59f21424-ea84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-16T12:11:36.849Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vFW 59f21424-ea84 0 is not matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.850Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6525d8f7-df5a-4204-8631-efe71e232654
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vFW 59f21424-ea84 0 is not matching search criteria
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-16T12:11:36.851Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3cca6fe8-ae83-4f34-822a-46ac9dfa1098
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vFW 59f21424-ea84 0 is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-16T12:11:36.852Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-16T12:11:36.853Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:11:36.853Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-16T12:11:36.868Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-16T12:11:36.869Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0d6a140b-9cae-4732-bda0-2bf13ed4c6ef
2022-02-16T12:11:36.869Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.869Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-02-16 12-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:11:36.869Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.869Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-02-16 12-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:11:36.869Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.870Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-02-16 12-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:11:36.870Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:11:36.870Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-02-16 12-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:11:36.870Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-16 12-09-34
Description:catalog service description
Model UUID:d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a
Model Version:NULL
Model InvariantUuid:732060fb-2792-4832-b6af-c0734b1db982
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 59f21424-ea84
Model UUID:f4e41040-e182-4c0a-9007-a51dd8e93758
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b720cc80-1cae-4bb5-a944-8b348ae0518e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:96f8ff97-0b52-46b5-acd0-8b8052eaca24
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7dfaefe1-ec42-4725-b811-bf3ddac78cb2
ModelName:Vfw59f21424Ea84..base_vfw..module-0
ModelUuid:2602956b-da58-44fa-8f2f-7f0bf2c10e0d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6525d8f7-df5a-4204-8631-efe71e232654
ModelInvariantUuid:1c3e3649-1005-4232-a63c-ac3701e30852
ModelName:vFW 59f21424-ea84-nodes.vfwCvfc
ModelUuid:ffc32dd5-8f4c-44c9-a6ba-5c8568620b29
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:cf62f929-18b8-40b4-8a60-f9642885fa9f
ModelInvariantUuid:c35cce97-406a-45fb-8c67-1ed76d9e97b3
ModelName:Vfw59f21424Ea84.compute.nodes.heat.vfw
ModelUuid:7b6239f7-7fbf-40aa-8d01-895f316e0810
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3cca6fe8-ae83-4f34-822a-46ac9dfa1098
ModelInvariantUuid:df1525b2-bfeb-42cb-8422-8b81d7fd1185
ModelName:vFW 59f21424-ea84-nodes.vsnCvfc
ModelUuid:ed4716ec-ea30-4420-af98-1d4558602383
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:554b2c50-1bad-46ab-9374-ece13490e1ec
ModelInvariantUuid:18873e8b-73bc-4a4f-9c2b-8498ccbbff22
ModelName:Vfw59f21424Ea84.compute.nodes.heat.vsn
ModelUuid:47714af7-03f0-4e72-b4e1-43d06c5ee8cb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0d6a140b-9cae-4732-bda0-2bf13ed4c6ef
ModelInvariantUuid:a540cbb1-bceb-4f46-a09b-0413611c04ed
ModelName:vFW 59f21424-ea84-nodes.vpgCvfc
ModelUuid:600c5e66-8e3e-4119-abd3-95b6b4206d8e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4b8df6cf-1487-46eb-a9cb-ca6c9e5b20cf
ModelInvariantUuid:6e0964b9-40d2-46ad-8d1d-fd58a2aa4675
ModelName:Vfw59f21424Ea84.compute.nodes.heat.vpg
ModelUuid:267610ea-214d-4b68-9bcd-9c79dda5c238
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-16T12:11:36.878Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@523ddbcf marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4883) 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.$Proxy222.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$$30dd5b18.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-02-16T12:11:36.880Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:11:36.880Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||ERROR|500||(conn=4883) WSREP has not yet prepared node for application use
2022-02-16T12:11:36.882Z|e34b2e66-658f-4f58-9c10-33213093e767|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 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.$Proxy222.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$$30dd5b18.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=4883) 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-02-16T12:11:36.884Z|e34b2e66-658f-4f58-9c10-33213093e767|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 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.$Proxy222.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$$30dd5b18.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=4883) 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-02-16T12:11:36.886Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||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.$Proxy222.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$$30dd5b18.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-02-16T12:11:36.886Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e34b2e66-658f-4f58-9c10-33213093e767 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-16T12:11:37.434Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e34b2e66-658f-4f58-9c10-33213093e767 and serviceModelVersionId: d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a
2022-02-16T12:11:37.435Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 732060fb-2792-4832-b6af-c0734b1db982
2022-02-16T12:11:49.394Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0
2022-02-16T12:11:49.629Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-02-16T12:11:50.112Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||Invoke
2022-02-16T12:11:50.118Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e34b2e66-658f-4f58-9c10-33213093e767], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e706320a-b51f-4e4e-ab5f-2d5ce4c89900], X-ECOMP-RequestID=[e34b2e66-658f-4f58-9c10-33213093e767], X-TransactionId=[], X-ONAP-RequestID=[e34b2e66-658f-4f58-9c10-33213093e767], Content-Type=[application/merge-patch+json]}
2022-02-16T12:11:51.679Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||Invoke
2022-02-16T12:11:51.679Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e34b2e66-658f-4f58-9c10-33213093e767], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39d82823-11c2-49ff-8687-073752fb9d04], X-ECOMP-RequestID=[e34b2e66-658f-4f58-9c10-33213093e767], X-TransactionId=[], X-ONAP-RequestID=[e34b2e66-658f-4f58-9c10-33213093e767], Content-Type=[application/merge-patch+json]}
2022-02-16T12:11:53.223Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||Invoke
2022-02-16T12:11:53.224Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e34b2e66-658f-4f58-9c10-33213093e767], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2009151-aa87-4c49-9261-9f206b8794c5], X-ECOMP-RequestID=[e34b2e66-658f-4f58-9c10-33213093e767], X-TransactionId=[], X-ONAP-RequestID=[e34b2e66-658f-4f58-9c10-33213093e767], Content-Type=[application/merge-patch+json]}
2022-02-16T12:11:54.250Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-16T12:11:54.250Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-02-16T12:11:54.251Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
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.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
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
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-02-16T12:11:54.251Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
2022-02-16T12:11:54.251Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e34b2e66-658f-4f58-9c10-33213093e767 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:11:54.252Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-16T12:11:54.252Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:11:54.256Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:11:54.256Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||try to send status {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013514251,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:11:54.356Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:11:54.358Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:11:54.359Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:11:54.371Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:11:54.371Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-16T12:12:24.516Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:12:24.517Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:12:24.517Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:12:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:12:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:12:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:12:24.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:12:24.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:12:24.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013483104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:12:24.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:12:34.058Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:24.517Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:13:24.517Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:13:24.518Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:13:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:13:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:13:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:13:24.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:24.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:13:24.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "cds",
"timestamp": 1645013477255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:13:24.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:13:25.145Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:25.146Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||received message from topic
2022-02-16T12:13:25.146Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"09771f7e-73c7-4a63-9f69-a65e2ac3a1b6","serviceName":"vFW 2022-02-16 12-11-55","serviceVersion":"1.0","serviceUUID":"4e55fbbf-6d72-4ff2-b233-486b8704b2da","serviceDescription":"catalog service description","serviceInvariantUUID":"5e40ba59-73f2-4856-b8d2-44bb902e478b","resources":[{"resourceInstanceName":"vFW 9ea47060-57bf 0","resourceName":"vFW 9ea47060-57bf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"189df5ae-c88e-47cf-9148-4045173f3740","resourceInvariantUUID":"f92dd18f-ae54-4c87-a268-b66f232f3796","resourceCustomizationUUID":"0a5583f3-c69a-4037-b3ae-b293947efb15","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vf-license-model.xml","artifactChecksum":"NzViZjZkMzQyYWNmZWZmYjYwMDY4NjkyYjFhMWRjZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"742a9ed6-53d1-4d8b-b50f-58db1de4c551","artifactVersion":"1"},{"artifactName":"vfw9ea4706057bf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json","artifactChecksum":"OThhYTRiNDI5NGJhMjQ5NGMxYTYyNWVkZDA5ZDFiMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f0eaa21-e6ef-4caf-b736-3b365efb0b09","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"608857bf-9ac2-4062-b6b6-2d167274a506","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vendor-license-model.xml","artifactChecksum":"YzVlMTRiNjQwZjZkNjcyOWU1MjU4NjFjNjQ5N2YxZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"89ab1289-7131-417e-bc12-9edaa2df5c03","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"74a922b4-3f1c-4c3d-876c-0065c82e7a96","artifactVersion":"2","generatedFromUUID":"608857bf-9ac2-4062-b6b6-2d167274a506"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220216121155-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-template.yml","artifactChecksum":"NmJhMTRhMmU2YTYxNjIwZTIzNGJmMWM3OWQ2ZTg0YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0244d19-27b7-4875-b963-3b9199a41897","artifactVersion":"1"},{"artifactName":"service-Vfw20220216121155-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar","artifactChecksum":"Mjk0ODI5NGU3NmUwMWIyZTBiMDZjMzk1YmVkYjU2YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f68d012-9cc1-4fb1-b44b-5b65b27dc80a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-16T12:13:25.149Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:13:25.149Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:13:25.151Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:13:25.152Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||try to send status {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:13:25.252Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:13:25.253Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:13:25.253Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:13:25.265Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:25.265Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:13:26.152Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:13:26.153Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:13:26.155Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:13:26.155Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||try to send status {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:13:26.256Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:13:26.257Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:13:26.257Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:13:26.268Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:26.269Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:13:27.156Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:13:27.157Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:13:27.159Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:13:27.160Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||try to send status {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:13:27.260Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:13:27.261Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:13:27.262Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:13:27.271Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:27.271Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:13:28.160Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:13:28.161Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:13:28.163Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:13:28.164Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||try to send status {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:13:28.264Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:13:28.264Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:13:28.265Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:13:28.275Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:28.276Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:13:29.164Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:13:29.165Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:13:29.167Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:13:29.168Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||try to send status {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:13:29.268Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:13:29.269Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:13:29.269Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:13:29.281Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:29.281Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:13:30.168Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:13:30.169Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:13:30.171Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:13:30.172Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||try to send status {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:13:30.272Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:13:30.272Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:13:30.273Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:13:30.285Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:30.285Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:13:31.172Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:13:31.173Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:13:31.176Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:13:31.176Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||try to send status {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:13:31.276Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:13:31.277Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:13:31.277Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:13:31.289Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:31.289Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:13:32.178Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"serviceName": "vFW 2022-02-16 12-11-55",
"serviceVersion": "1.0",
"serviceUUID": "4e55fbbf-6d72-4ff2-b233-486b8704b2da",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5e40ba59-73f2-4856-b8d2-44bb902e478b",
"resources": [
{
"resourceInstanceName": "vFW 9ea47060-57bf 0",
"resourceCustomizationUUID": "0a5583f3-c69a-4037-b3ae-b293947efb15",
"resourceName": "vFW 9ea47060-57bf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "189df5ae-c88e-47cf-9148-4045173f3740",
"resourceInvariantUUID": "f92dd18f-ae54-4c87-a268-b66f232f3796",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9ea4706057bf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"artifactChecksum": "OThhYTRiNDI5NGJhMjQ5NGMxYTYyNWVkZDA5ZDFiMDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9f0eaa21-e6ef-4caf-b736-3b365efb0b09",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "608857bf-9ac2-4062-b6b6-2d167274a506",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "74a922b4-3f1c-4c3d-876c-0065c82e7a96",
"generatedFromUUID": "608857bf-9ac2-4062-b6b6-2d167274a506"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "74a922b4-3f1c-4c3d-876c-0065c82e7a96",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220216121155-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"artifactChecksum": "Mjk0ODI5NGU3NmUwMWIyZTBiMDZjMzk1YmVkYjU2YTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2f68d012-9cc1-4fb1-b44b-5b65b27dc80a"
}
],
"workloadContext": "Production"
}
2022-02-16T12:13:32.179Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-16T12:13:32.179Z|e34b2e66-658f-4f58-9c10-33213093e767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e55fbbf-6d72-4ff2-b233-486b8704b2da ASDC
2022-02-16T12:13:32.179Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||ASDC Notification:
DistributionID:09771f7e-73c7-4a63-9f69-a65e2ac3a1b6
ServiceName:vFW 2022-02-16 12-11-55
ServiceVersion:1.0
ServiceUUID:4e55fbbf-6d72-4ff2-b233-486b8704b2da
ServiceInvariantUUID:5e40ba59-73f2-4856-b8d2-44bb902e478b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220216121155-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar
ArtifactUUID:2f68d012-9cc1-4fb1-b44b-5b65b27dc80a
ArtifactChecksum:Mjk0ODI5NGU3NmUwMWIyZTBiMDZjMzk1YmVkYjU2YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9ea47060-57bf 0
ResourceCustomizationUUID:0a5583f3-c69a-4037-b3ae-b293947efb15
ResourceInvariantUUID:f92dd18f-ae54-4c87-a268-b66f232f3796
ResourceName:vFW 9ea47060-57bf
ResourceType:VF
ResourceUUID:189df5ae-c88e-47cf-9148-4045173f3740
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9ea4706057bf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json
ArtifactUUID:9f0eaa21-e6ef-4caf-b736-3b365efb0b09
ArtifactChecksum:OThhYTRiNDI5NGJhMjQ5NGMxYTYyNWVkZDA5ZDFiMDg=
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/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml
ArtifactUUID:608857bf-9ac2-4062-b6b6-2d167274a506
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/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env
ArtifactUUID:74a922b4-3f1c-4c3d-876c-0065c82e7a96
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/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env
ArtifactUUID:74a922b4-3f1c-4c3d-876c-0065c82e7a96
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-16T12:13:32.179Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e55fbbf-6d72-4ff2-b233-486b8704b2da ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:13:32.462Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-16T12:13:32.462Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||MSO config path is: /app
2022-02-16T12:13:32.462Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||MSO config path is: /app
2022-02-16T12:13:32.462Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||Trying to download the artifact UUID: 2f68d012-9cc1-4fb1-b44b-5b65b27dc80a from URL: /sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar
2022-02-16T12:13:32.463Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - download
2022-02-16T12:13:32.463Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar
2022-02-16T12:13:32.523Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||GET Response Status 200
2022-02-16T12:13:32.531Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar 2f68d012-9cc1-4fb1-b44b-5b65b27dc80a 98918
2022-02-16T12:13:32.532Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar ASDC sendASDCNotification
2022-02-16T12:13:32.532Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar
2022-02-16T12:13:32.532Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-16T12:13:32.532Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:13:32.534Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:13:32.534Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||try to send status {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013612532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:13:32.634Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:13:32.635Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:13:32.635Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:13:32.646Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:32.647Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:13:33.534Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-16T12:13:33.536Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||MSO config path is: /app
2022-02-16T12:13:33.536Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||Trying to write artifact UUID: 2f68d012-9cc1-4fb1-b44b-5b65b27dc80a, URL: /sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar to file: /app/ASDC/1/service-Vfw20220216121155-csar.csar
2022-02-16T12:13:33.537Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220216121155-csar.csar
2022-02-16T12:13:33.538Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220216121155-csar.csar
2022-02-16T12:13:33.538Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220216121155-csar.csar
2022-02-16T12:13:33.687Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16850274459360512159/Definitions/service-Vfw20220216121155-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-02-16T12:13:35.822Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-16T12:13:35.823Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||####################################################################################################
2022-02-16T12:13:35.823Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.823Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-16T12:13:35.823Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|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-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.823Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|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-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.823Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|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-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.823Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|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-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|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-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|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-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|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-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9ea47060-57bf 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-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|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-Vfw20220216121155-csar.csar
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||####################################################################################################
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Service vFW 2022-02-16 12-11-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:13:35.824Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vFW 9ea47060-57bf 0 is matching search criteria
2022-02-16T12:13:35.825Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Search for entities recursively
2022-02-16T12:13:35.825Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Found topology templates [vFW 9ea47060-57bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-16T12:13:35.825Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.825Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Service vFW 2022-02-16 12-11-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:13:35.825Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vFW 9ea47060-57bf 0 is matching search criteria
2022-02-16T12:13:35.825Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Search for entities recursively
2022-02-16T12:13:35.825Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Found topology templates [vFW 9ea47060-57bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-16T12:13:35.825Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.826Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Service vFW 2022-02-16 12-11-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:13:35.826Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.826Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vFW 9ea47060-57bf 0 is not matching search criteria
2022-02-16T12:13:35.826Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:13:35.826Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:13:35.826Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-16T12:13:35.826Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-16T12:13:35.826Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.826Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-16T12:13:35.826Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.826Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-16T12:13:35.827Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-16T12:13:35.827Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.827Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-16T12:13:35.827Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-16T12:13:35.827Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-16T12:13:35.827Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-16T12:13:35.827Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.827Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-16T12:13:35.827Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.827Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Service vFW 2022-02-16 12-11-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-16T12:13:35.828Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.828Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vFW 9ea47060-57bf 0 is matching search criteria
2022-02-16T12:13:35.828Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Found topology templates [vFW 9ea47060-57bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-16T12:13:35.828Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.828Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vFW 9ea47060-57bf 0 is matching search criteria
2022-02-16T12:13:35.828Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Found topology templates [vFW 9ea47060-57bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-16T12:13:35.828Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.828Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vFW 9ea47060-57bf 0 is matching search criteria
2022-02-16T12:13:35.829Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Found topology templates [vFW 9ea47060-57bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-16T12:13:35.829Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.829Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vFW 9ea47060-57bf 0 is not matching search criteria
2022-02-16T12:13:35.829Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:13:35.829Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:13:35.829Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-16T12:13:35.829Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-16T12:13:35.829Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-16T12:13:35.829Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.829Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-16T12:13:35.829Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-16T12:13:35.830Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-16T12:13:35.830Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-16T12:13:35.830Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.830Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=83d477f8-7619-4045-8a94-60c4eaeab5cc
2022-02-16T12:13:35.830Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.830Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vFW 9ea47060-57bf 0 is not matching search criteria
2022-02-16T12:13:35.830Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:13:35.830Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:13:35.830Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-16T12:13:35.830Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-16T12:13:35.830Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.831Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-16T12:13:35.831Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.831Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-16T12:13:35.831Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-16T12:13:35.831Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-16T12:13:35.831Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-16T12:13:35.831Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.831Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=81805aac-ea6c-4fbf-bf54-c2e39dac9ef3
2022-02-16T12:13:35.831Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.832Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vFW 9ea47060-57bf 0 is not matching search criteria
2022-02-16T12:13:35.832Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:13:35.832Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:13:35.832Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-16T12:13:35.832Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-16T12:13:35.832Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.832Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-16T12:13:35.832Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.832Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-16T12:13:35.832Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-16T12:13:35.833Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:13:35.833Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-16T12:13:35.833Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-16T12:13:35.833Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=99394c59-3ffb-42b5-a866-181493a3fb13
2022-02-16T12:13:35.833Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.833Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Service vFW 2022-02-16 12-11-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:13:35.833Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.833Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Service vFW 2022-02-16 12-11-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:13:35.833Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.833Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Service vFW 2022-02-16 12-11-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:13:35.833Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:13:35.834Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Service vFW 2022-02-16 12-11-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:13:35.834Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-16 12-11-55
Description:catalog service description
Model UUID:4e55fbbf-6d72-4ff2-b233-486b8704b2da
Model Version:NULL
Model InvariantUuid:5e40ba59-73f2-4856-b8d2-44bb902e478b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9ea47060-57bf
Model UUID:4125fef0-7837-4003-b844-b087df7d1d67
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f92dd18f-ae54-4c87-a268-b66f232f3796
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0a5583f3-c69a-4037-b3ae-b293947efb15
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:44c2a71b-28ae-4295-9b9f-f1e9b5f7e7a1
ModelName:Vfw9ea4706057bf..base_vfw..module-0
ModelUuid:5ffa5394-755c-458e-849d-47adffe4be78
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:83d477f8-7619-4045-8a94-60c4eaeab5cc
ModelInvariantUuid:7d9a8c7a-9f3a-4c2f-9cd5-a7d70c41e08d
ModelName:vFW 9ea47060-57bf-nodes.vfwCvfc
ModelUuid:95508dac-22b6-4b0d-82a1-9484af8faf0c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:830a0288-ff39-4832-9dcf-91a6e4b8c981
ModelInvariantUuid:e1813e0b-cdba-408d-b9c1-faaeb172a933
ModelName:Vfw9ea4706057bf.compute.nodes.heat.vfw
ModelUuid:9eb4ab07-2947-422c-8437-2fc6f1cfec46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:81805aac-ea6c-4fbf-bf54-c2e39dac9ef3
ModelInvariantUuid:041c0885-1742-484f-936b-dfc4daa02f01
ModelName:vFW 9ea47060-57bf-nodes.vsnCvfc
ModelUuid:45c0a4a3-2d0e-411b-8374-e3bf68fcf3bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ae96f66b-be6e-4fc8-8be6-c77232788065
ModelInvariantUuid:ec1bbe86-0f49-4c4e-8af8-48cde0d21ca9
ModelName:Vfw9ea4706057bf.compute.nodes.heat.vsn
ModelUuid:e3201dd7-9752-40bf-80bc-9079de93ef86
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:99394c59-3ffb-42b5-a866-181493a3fb13
ModelInvariantUuid:724da9b6-b361-408a-88ee-1f8c21e4f7ce
ModelName:vFW 9ea47060-57bf-nodes.vpgCvfc
ModelUuid:b684b8c3-0b36-4d9f-86c8-fe36b84560bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:669dfd8f-26b9-42a7-8ab4-fef5a5607844
ModelInvariantUuid:adf3c172-db91-4751-90a7-5476b585d44a
ModelName:Vfw9ea4706057bf.compute.nodes.heat.vpg
ModelUuid:8d6271eb-e248-4d2a-8d67-7b884d97778d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-16T12:13:35.836Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@65e2dce marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4923) 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.$Proxy222.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$$30dd5b18.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-02-16T12:13:35.837Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:13:35.837Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|ERROR|500||(conn=4923) WSREP has not yet prepared node for application use
2022-02-16T12:13:35.837Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|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.$Proxy222.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$$30dd5b18.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=4923) 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-02-16T12:13:35.838Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|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.$Proxy222.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$$30dd5b18.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=4923) 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-02-16T12:13:35.838Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|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.$Proxy222.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$$30dd5b18.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-02-16T12:13:35.839Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-16T12:13:36.446Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6 and serviceModelVersionId: 4e55fbbf-6d72-4ff2-b233-486b8704b2da
2022-02-16T12:13:36.447Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e40ba59-73f2-4856-b8d2-44bb902e478b
2022-02-16T12:13:36.448Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0
2022-02-16T12:13:36.454Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/732060fb-2792-4832-b6af-c0734b1db982/model-vers/model-ver/d0a32bcb-c3e6-4bf8-8d72-b796acb6e83a?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-02-16T12:13:36.490Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||Invoke
2022-02-16T12:13:36.490Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09771f7e-73c7-4a63-9f69-a65e2ac3a1b6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b58e19a-e507-405a-ab69-f72a57b39bd8], X-ECOMP-RequestID=[09771f7e-73c7-4a63-9f69-a65e2ac3a1b6], X-TransactionId=[], X-ONAP-RequestID=[09771f7e-73c7-4a63-9f69-a65e2ac3a1b6], Content-Type=[application/merge-patch+json]}
2022-02-16T12:13:38.012Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||Invoke
2022-02-16T12:13:38.012Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09771f7e-73c7-4a63-9f69-a65e2ac3a1b6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1b58cd4-2d56-4aa7-a191-cf8e695e9e8f], X-ECOMP-RequestID=[09771f7e-73c7-4a63-9f69-a65e2ac3a1b6], X-TransactionId=[], X-ONAP-RequestID=[09771f7e-73c7-4a63-9f69-a65e2ac3a1b6], Content-Type=[application/merge-patch+json]}
2022-02-16T12:13:39.557Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||Invoke
2022-02-16T12:13:39.558Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09771f7e-73c7-4a63-9f69-a65e2ac3a1b6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[272dd874-53b6-41c7-b0d2-3ac5868a5caa], X-ECOMP-RequestID=[09771f7e-73c7-4a63-9f69-a65e2ac3a1b6], X-TransactionId=[], X-ONAP-RequestID=[09771f7e-73c7-4a63-9f69-a65e2ac3a1b6], Content-Type=[application/merge-patch+json]}
2022-02-16T12:13:40.580Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-16T12:13:40.580Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-02-16T12:13:40.581Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
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.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
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
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-02-16T12:13:40.581Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
2022-02-16T12:13:40.581Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:13:40.582Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-16T12:13:40.582Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:13:40.584Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:13:40.584Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|DEBUG|500||try to send status {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013620581,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:13:40.684Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:13:40.685Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:13:40.685Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:13:40.697Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:13:40.697Z||pool-28-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-02-16T12:14:24.517Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:14:24.518Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:14:24.518Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:14:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:14:24.520Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:14:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:14:24.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:14:24.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "policy-id",
"timestamp": 1645013473301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:24.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013475369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:14:24.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013483104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "cds",
"timestamp": 1645013477255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "policy-id",
"timestamp": 1645013473301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013475369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013483104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "cds",
"timestamp": 1645013477255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "policy-id",
"timestamp": 1645013473301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013475369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:14:24.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:14:24.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013483104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:24.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "cds",
"timestamp": 1645013487895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:14:24.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013487925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "policy-id",
"timestamp": 1645013487908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013483104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:24.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "cds",
"timestamp": 1645013488900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:14:25.456Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e34b2e66-658f-4f58-9c10-33213093e767
2022-02-16T12:14:25.456Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e34b2e66-658f-4f58-9c10-33213093e767 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:14:25.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:25.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "aai-ml",
"timestamp": 1645013488282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:25.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:25.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:25.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "policy-id",
"timestamp": 1645013488912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013488988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013483104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:25.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "aai-ml",
"timestamp": 1645013488282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:25.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:25.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:25.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "policy-id",
"timestamp": 1645013489915,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:14:26.456Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e34b2e66-658f-4f58-9c10-33213093e767
2022-02-16T12:14:26.456Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e34b2e66-658f-4f58-9c10-33213093e767 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:14:26.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:26.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013490044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:14:26.464Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:26.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:26.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:26.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:26.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:26.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "aai-ml",
"timestamp": 1645013488282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:26.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:26.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:26.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013491064,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:14:26.471Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e34b2e66-658f-4f58-9c10-33213093e767
2022-02-16T12:14:26.471Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e34b2e66-658f-4f58-9c10-33213093e767 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-16T12:14:27.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013484517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:14:27.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "aai-ml",
"timestamp": 1645013488282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013492067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"status": "DEPLOY_OK"
}
2022-02-16T12:14:27.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:27.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013492638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:14:27.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:27.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "aai-ml",
"timestamp": 1645013488282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "aai-ml",
"timestamp": 1645013488282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "aai-ml",
"timestamp": 1645013488282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:14:27.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "aai-ml",
"timestamp": 1645013496348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:14:27.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:27.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "clamp",
"timestamp": 1645013496567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "aai-ml",
"timestamp": 1645013497352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:14:27.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:27.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "clamp",
"timestamp": 1645013496567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:14:27.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "aai-ml",
"timestamp": 1645013498356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:14:27.464Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:27.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "clamp",
"timestamp": 1645013496567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013498585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "aai-ml",
"timestamp": 1645013499359,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:14:27.470Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e34b2e66-658f-4f58-9c10-33213093e767
2022-02-16T12:14:27.470Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e34b2e66-658f-4f58-9c10-33213093e767 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:14:27.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "clamp",
"timestamp": 1645013496567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013498585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vfw59f21424ea840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "clamp",
"timestamp": 1645013496567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013498585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "clamp",
"timestamp": 1645013496567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013498585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "clamp",
"timestamp": 1645013496567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:14:27.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013498585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/resourceInstances/vfw59f21424ea840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013498585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:14:27.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013498585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:14:27.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:14:27.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013507094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:14:27.480Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:27.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "clamp",
"timestamp": 1645013509721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:14:27.481Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:27.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "clamp",
"timestamp": 1645013511731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:14:27.481Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:27.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "clamp",
"timestamp": 1645013512734,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:14:27.485Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e34b2e66-658f-4f58-9c10-33213093e767
2022-02-16T12:14:27.486Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e34b2e66-658f-4f58-9c10-33213093e767 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:14:27.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013514251,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:14:27.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:27.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013518444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216120934/1.0/artifacts/service-Vfw20220216120934-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:14:27.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:14:27.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:14:27.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e34b2e66-658f-4f58-9c10-33213093e767",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013519449,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:14:27.497Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e34b2e66-658f-4f58-9c10-33213093e767
2022-02-16T12:14:27.497Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e34b2e66-658f-4f58-9c10-33213093e767 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:14:34.060Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:15:24.517Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:15:24.517Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:15:24.517Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:15:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:15:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:15:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:15:24.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:15:24.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013595369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "cds",
"timestamp": 1645013597255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "policy-id",
"timestamp": 1645013593301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013595369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:15:24.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "cds",
"timestamp": 1645013597255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "policy-id",
"timestamp": 1645013593301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013595369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:15:24.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "cds",
"timestamp": 1645013597255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "policy-id",
"timestamp": 1645013593301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:15:24.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013595369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "cds",
"timestamp": 1645013597255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "policy-id",
"timestamp": 1645013593301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013603104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "cds",
"timestamp": 1645013597255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013595369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:15:24.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:24.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:15:24.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "policy-id",
"timestamp": 1645013593301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:15:24.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:15:34.060Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:16:24.517Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:16:24.517Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:16:24.518Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:16:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:16:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:16:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:16:25.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:16:25.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013603104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:25.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013595369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:25.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "cds",
"timestamp": 1645013597255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:25.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "policy-id",
"timestamp": 1645013593301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:25.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013603104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013595369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "cds",
"timestamp": 1645013597255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:16:25.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "policy-id",
"timestamp": 1645013593301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013603104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013606828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "cds",
"timestamp": 1645013606836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "policy-id",
"timestamp": 1645013606836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013603104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "cds",
"timestamp": 1645013607840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:16:25.471Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6
2022-02-16T12:16:25.471Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:16:25.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "policy-id",
"timestamp": 1645013607840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:16:25.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:25.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013607891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:16:25.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:25.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:25.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013603104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:25.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:25.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:25.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "policy-id",
"timestamp": 1645013608842,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:16:26.470Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6
2022-02-16T12:16:26.470Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:16:26.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:26.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "aai-ml",
"timestamp": 1645013608282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:26.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:26.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:26.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013608948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:16:26.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:26.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:26.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:16:26.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:26.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:26.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013603104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:26.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:26.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:26.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "aai-ml",
"timestamp": 1645013608282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:26.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:26.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:26.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013609973,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:16:27.470Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6
2022-02-16T12:16:27.471Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-16T12:16:27.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:27.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:27.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "aai-ml",
"timestamp": 1645013608282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:27.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:27.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013610976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-16T12:16:27.481Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:27.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013604517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:16:27.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:27.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "aai-ml",
"timestamp": 1645013608282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:27.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:27.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013612532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:16:27.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:27.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "aai-ml",
"timestamp": 1645013608282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:27.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:27.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "aai-ml",
"timestamp": 1645013608282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:27.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:27.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "aai-ml",
"timestamp": 1645013608282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:16:27.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:27.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "aai-ml",
"timestamp": 1645013616153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:16:27.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:27.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "aai-ml",
"timestamp": 1645013617158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:16:27.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:27.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "clamp",
"timestamp": 1645013616567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:27.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:27.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "aai-ml",
"timestamp": 1645013618162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:16:27.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:27.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "clamp",
"timestamp": 1645013616567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:16:27.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:27.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:27.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "aai-ml",
"timestamp": 1645013619165,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:16:28.471Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6
2022-02-16T12:16:28.471Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:16:28.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "clamp",
"timestamp": 1645013616567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:28.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013618585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:28.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "clamp",
"timestamp": 1645013616567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013618585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vfw9ea4706057bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013620581,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "clamp",
"timestamp": 1645013616567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013618585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "clamp",
"timestamp": 1645013616567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:28.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013618585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "clamp",
"timestamp": 1645013616567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013618585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/resourceInstances/vfw9ea4706057bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013618585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013618585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013626685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:16:28.482Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:28.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013632480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:16:28.482Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:28.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:28.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013633483,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:16:28.486Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6
2022-02-16T12:16:28.486Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:16:29.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:29.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "clamp",
"timestamp": 1645013636741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:16:29.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:29.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:29.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "clamp",
"timestamp": 1645013638751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121155/1.0/artifacts/service-Vfw20220216121155-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:16:29.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:16:29.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:16:29.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09771f7e-73c7-4a63-9f69-a65e2ac3a1b6",
"consumerID": "clamp",
"timestamp": 1645013639754,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:16:29.477Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6
2022-02-16T12:16:29.478Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09771f7e-73c7-4a63-9f69-a65e2ac3a1b6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:16:34.061Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:17:24.522Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:17:24.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:17:24.522Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:17:24.522Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:17:24.522Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:17:24.522Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:17:34.065Z|09771f7e-73c7-4a63-9f69-a65e2ac3a1b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e40ba59-73f2-4856-b8d2-44bb902e478b/model-vers/model-ver/4e55fbbf-6d72-4ff2-b233-486b8704b2da?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:17:34.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:18:24.517Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:18:24.517Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:18:24.517Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:18:24.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:18:24.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:18:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:18:34.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:18:34.063Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:24.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:19:24.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:19:24.517Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:19:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:19:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:19:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:19:25.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:25.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"683890bd-dd86-4e0d-9f2e-ce1e47647c2a","serviceName":"vFW 2022-02-16 12-17-18","serviceVersion":"1.0","serviceUUID":"97a034fc-e55d-406a-81d0-b39d2bb2a364","serviceDescription":"catalog service description","serviceInvariantUUID":"b55f92d3-e87c-455e-afd2-42fae5a59705","resources":[{"resourceInstanceName":"vFW b1b43ee3-4e85 0","resourceName":"vFW b1b43ee3-4e85","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b3ea8ccb-5b60-42f8-a1f2-41265addc1dd","resourceInvariantUUID":"0e01a47e-af31-4c90-a5eb-b2b146b0add8","resourceCustomizationUUID":"76ac6812-2c86-45f1-9d21-b083a76d4933","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vf-license-model.xml","artifactChecksum":"NmI0ZDJhZGVjODY3M2U4ZjhhYTZlZjZmYzMxZTEwYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96ea8885-0a59-4c03-b8e7-e47d8b3a97ac","artifactVersion":"1"},{"artifactName":"vfwb1b43ee34e850_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json","artifactChecksum":"YWIzZGFiMTRlMzNkNzdmMzIyYmM1ODBkYjdiNWQ3ODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b20b2884-d767-4ca8-879b-fb353a8a88a5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"73a83ace-cffc-4ef3-b027-d93d748094c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vendor-license-model.xml","artifactChecksum":"MTNjMDYzNzJmM2IyZjc5YjNkOGYwMjlhMTQ2ZTM4YWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74fbfa59-417b-46d1-914b-5cdc67940bbe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c99b17e-a85c-4008-a920-f2e5ee04c492","artifactVersion":"2","generatedFromUUID":"73a83ace-cffc-4ef3-b027-d93d748094c0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220216121718-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-template.yml","artifactChecksum":"Y2JlNjZiZDE2MGRjYmFhZjg0MTQxYTAxYjAxNzZmNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9551bb90-2583-42f6-8d32-ee6fbaf41dc8","artifactVersion":"1"},{"artifactName":"service-Vfw20220216121718-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar","artifactChecksum":"YzFhMTk4MTI2OTEwMzU3YTMwZmNiMzM2ZTkwMjEzMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9ab36b0-1069-47e0-81fd-5b81514307ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-16T12:19:25.150Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:25.151Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:19:25.152Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:19:25.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013915369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "clamp",
"timestamp": 1645013916567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "cds",
"timestamp": 1645013912255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "policy-id",
"timestamp": 1645013913301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.154Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:19:25.154Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "aai-ml",
"timestamp": 1645013908282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "clamp",
"timestamp": 1645013916567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "cds",
"timestamp": 1645013912255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013915369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "policy-id",
"timestamp": 1645013913301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "aai-ml",
"timestamp": 1645013908282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013918585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013915369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:19:25.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "cds",
"timestamp": 1645013912255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "clamp",
"timestamp": 1645013916567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "policy-id",
"timestamp": 1645013913301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "aai-ml",
"timestamp": 1645013908282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013918585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "cds",
"timestamp": 1645013912255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "clamp",
"timestamp": 1645013916567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013915369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "policy-id",
"timestamp": 1645013913301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "aai-ml",
"timestamp": 1645013908282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013918585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013915369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:19:25.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "clamp",
"timestamp": 1645013916567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "cds",
"timestamp": 1645013912255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "policy-id",
"timestamp": 1645013913301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "aai-ml",
"timestamp": 1645013908282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013918585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "cds",
"timestamp": 1645013912255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "clamp",
"timestamp": 1645013916567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013915369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "policy-id",
"timestamp": 1645013913301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "aai-ml",
"timestamp": 1645013908282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013918585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "cds",
"timestamp": 1645013912255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013915369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "clamp",
"timestamp": 1645013916567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "policy-id",
"timestamp": 1645013913301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "aai-ml",
"timestamp": 1645013908282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013923104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013918585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "cds",
"timestamp": 1645013924647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "aai-ml",
"timestamp": 1645013924681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013923104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013924737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:19:25.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:25.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "policy-id",
"timestamp": 1645013924784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:19:25.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:25.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013918585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:19:25.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "cds",
"timestamp": 1645013925651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:19:25.254Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:19:25.255Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:19:25.255Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:19:25.267Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:25.268Z||pool-29-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-02-16T12:19:25.498Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 683890bd-dd86-4e0d-9f2e-ce1e47647c2a
2022-02-16T12:19:25.499Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 683890bd-dd86-4e0d-9f2e-ce1e47647c2a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:19:25.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "aai-ml",
"timestamp": 1645013925686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:19:25.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:25.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013923104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "policy-id",
"timestamp": 1645013925787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:19:25.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:25.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013925874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:19:25.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:25.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013926599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:19:25.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:25.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "aai-ml",
"timestamp": 1645013926689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:19:25.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:25.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013923104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:25.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:25.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:25.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "policy-id",
"timestamp": 1645013926789,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:19:26.155Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:19:26.156Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:19:26.158Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:19:26.158Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:19:26.258Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:19:26.259Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:19:26.259Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:19:26.272Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:26.272Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:19:26.492Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 683890bd-dd86-4e0d-9f2e-ce1e47647c2a
2022-02-16T12:19:26.493Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 683890bd-dd86-4e0d-9f2e-ce1e47647c2a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:19:26.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:26.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013927187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:19:26.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:26.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:26.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "aai-ml",
"timestamp": 1645013927692,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:19:26.506Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 683890bd-dd86-4e0d-9f2e-ce1e47647c2a
2022-02-16T12:19:26.506Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 683890bd-dd86-4e0d-9f2e-ce1e47647c2a 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=?
2022-02-16T12:19:27.158Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:19:27.159Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:19:27.162Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:19:27.162Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:19:27.262Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:19:27.263Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:19:27.263Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:19:27.273Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:27.273Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 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-02-16T12:19:27.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:27.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013923104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:27.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:27.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:27.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013928209,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:19:27.501Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 683890bd-dd86-4e0d-9f2e-ce1e47647c2a
2022-02-16T12:19:27.501Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 683890bd-dd86-4e0d-9f2e-ce1e47647c2a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-16T12:19:27.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:27.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013923104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645013929212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"status": "DEPLOY_OK"
}
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645013923104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013936502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:27.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645013937505,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:19:28.163Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:19:28.164Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:19:28.166Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:19:28.166Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:28.266Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:19:28.268Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:19:28.268Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:19:28.280Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:28.281Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:19:28.492Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 683890bd-dd86-4e0d-9f2e-ce1e47647c2a
2022-02-16T12:19:28.493Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 683890bd-dd86-4e0d-9f2e-ce1e47647c2a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:19:28.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:28.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "clamp",
"timestamp": 1645013937783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:19:28.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:28.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:28.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "clamp",
"timestamp": 1645013939793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:19:28.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:19:28.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-16T12:19:28.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "clamp",
"timestamp": 1645013940795,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:19:28.505Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 683890bd-dd86-4e0d-9f2e-ce1e47647c2a
2022-02-16T12:19:28.505Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 683890bd-dd86-4e0d-9f2e-ce1e47647c2a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:19:29.167Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:19:29.168Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:19:29.169Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:19:29.169Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:19:29.269Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:19:29.270Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:19:29.270Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:19:29.281Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:29.282Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:19:30.170Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:19:30.171Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:19:30.174Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:19:30.174Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:19:30.274Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:19:30.275Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:19:30.275Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:19:30.287Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:30.288Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:19:31.175Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:19:31.176Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:19:31.178Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:19:31.178Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:19:31.278Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:19:31.279Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:19:31.279Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:19:31.292Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:31.292Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-16T12:19:32.180Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"serviceName": "vFW 2022-02-16 12-17-18",
"serviceVersion": "1.0",
"serviceUUID": "97a034fc-e55d-406a-81d0-b39d2bb2a364",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b55f92d3-e87c-455e-afd2-42fae5a59705",
"resources": [
{
"resourceInstanceName": "vFW b1b43ee3-4e85 0",
"resourceCustomizationUUID": "76ac6812-2c86-45f1-9d21-b083a76d4933",
"resourceName": "vFW b1b43ee3-4e85",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b3ea8ccb-5b60-42f8-a1f2-41265addc1dd",
"resourceInvariantUUID": "0e01a47e-af31-4c90-a5eb-b2b146b0add8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb1b43ee34e850_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"artifactChecksum": "YWIzZGFiMTRlMzNkNzdmMzIyYmM1ODBkYjdiNWQ3ODA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b20b2884-d767-4ca8-879b-fb353a8a88a5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "73a83ace-cffc-4ef3-b027-d93d748094c0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3c99b17e-a85c-4008-a920-f2e5ee04c492",
"generatedFromUUID": "73a83ace-cffc-4ef3-b027-d93d748094c0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3c99b17e-a85c-4008-a920-f2e5ee04c492",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220216121718-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"artifactChecksum": "YzFhMTk4MTI2OTEwMzU3YTMwZmNiMzM2ZTkwMjEzMGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e9ab36b0-1069-47e0-81fd-5b81514307ca"
}
],
"workloadContext": "Production"
}
2022-02-16T12:19:32.180Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-16T12:19:32.180Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 97a034fc-e55d-406a-81d0-b39d2bb2a364 ASDC
2022-02-16T12:19:32.180Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:683890bd-dd86-4e0d-9f2e-ce1e47647c2a
ServiceName:vFW 2022-02-16 12-17-18
ServiceVersion:1.0
ServiceUUID:97a034fc-e55d-406a-81d0-b39d2bb2a364
ServiceInvariantUUID:b55f92d3-e87c-455e-afd2-42fae5a59705
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220216121718-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar
ArtifactUUID:e9ab36b0-1069-47e0-81fd-5b81514307ca
ArtifactChecksum:YzFhMTk4MTI2OTEwMzU3YTMwZmNiMzM2ZTkwMjEzMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b1b43ee3-4e85 0
ResourceCustomizationUUID:76ac6812-2c86-45f1-9d21-b083a76d4933
ResourceInvariantUUID:0e01a47e-af31-4c90-a5eb-b2b146b0add8
ResourceName:vFW b1b43ee3-4e85
ResourceType:VF
ResourceUUID:b3ea8ccb-5b60-42f8-a1f2-41265addc1dd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb1b43ee34e850_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json
ArtifactUUID:b20b2884-d767-4ca8-879b-fb353a8a88a5
ArtifactChecksum:YWIzZGFiMTRlMzNkNzdmMzIyYmM1ODBkYjdiNWQ3ODA=
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/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml
ArtifactUUID:73a83ace-cffc-4ef3-b027-d93d748094c0
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/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env
ArtifactUUID:3c99b17e-a85c-4008-a920-f2e5ee04c492
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/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env
ArtifactUUID:3c99b17e-a85c-4008-a920-f2e5ee04c492
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-16T12:19:32.181Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97a034fc-e55d-406a-81d0-b39d2bb2a364 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-16T12:19:32.503Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-16T12:19:32.503Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-16T12:19:32.503Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-16T12:19:32.503Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9ab36b0-1069-47e0-81fd-5b81514307ca from URL: /sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar
2022-02-16T12:19:32.503Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-16T12:19:32.503Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar
2022-02-16T12:19:32.605Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-16T12:19:32.614Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar e9ab36b0-1069-47e0-81fd-5b81514307ca 98911
2022-02-16T12:19:32.614Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar ASDC sendASDCNotification
2022-02-16T12:19:32.614Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar
2022-02-16T12:19:32.614Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-16T12:19:32.615Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-16T12:19:32.616Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:19:32.616Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013972614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:19:32.717Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-16T12:19:32.717Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:19:32.718Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:19:32.730Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:32.730Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:19:33.617Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-16T12:19:33.618Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-16T12:19:33.619Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e9ab36b0-1069-47e0-81fd-5b81514307ca, URL: /sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar to file: /app/ASDC/1/service-Vfw20220216121718-csar.csar
2022-02-16T12:19:33.619Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220216121718-csar.csar
2022-02-16T12:19:33.620Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220216121718-csar.csar
2022-02-16T12:19:33.620Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220216121718-csar.csar
2022-02-16T12:19:33.862Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10471728813192389732/Definitions/service-Vfw20220216121718-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-02-16T12:19:35.479Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-16T12:19:35.479Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-16T12:19:35.479Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.479Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b1b43ee3-4e85 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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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-Vfw20220216121718-csar.csar
2022-02-16T12:19:35.480Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-16T12:19:35.481Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.481Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-16 12-17-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:19:35.481Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vFW b1b43ee3-4e85 0 is matching search criteria
2022-02-16T12:19:35.481Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-16T12:19:35.481Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1b43ee3-4e85 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-16T12:19:35.482Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.482Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-16 12-17-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:19:35.482Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vFW b1b43ee3-4e85 0 is matching search criteria
2022-02-16T12:19:35.482Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-16T12:19:35.482Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1b43ee3-4e85 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-16T12:19:35.482Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.482Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-16 12-17-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:19:35.483Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.483Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vFW b1b43ee3-4e85 0 is not matching search criteria
2022-02-16T12:19:35.483Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:19:35.483Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:19:35.483Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-16T12:19:35.483Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.483Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-16T12:19:35.483Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.483Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-16T12:19:35.484Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-16T12:19:35.484Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-16T12:19:35.484Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.484Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-16T12:19:35.484Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-16T12:19:35.484Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-16T12:19:35.484Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-16T12:19:35.484Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.485Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-16T12:19:35.485Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.485Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-16 12-17-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-16T12:19:35.485Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.485Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vFW b1b43ee3-4e85 0 is matching search criteria
2022-02-16T12:19:35.485Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1b43ee3-4e85 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-16T12:19:35.485Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.486Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vFW b1b43ee3-4e85 0 is matching search criteria
2022-02-16T12:19:35.486Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1b43ee3-4e85 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-16T12:19:35.486Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.486Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vFW b1b43ee3-4e85 0 is matching search criteria
2022-02-16T12:19:35.486Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1b43ee3-4e85 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-16T12:19:35.486Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.486Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vFW b1b43ee3-4e85 0 is not matching search criteria
2022-02-16T12:19:35.487Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:19:35.487Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:19:35.487Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-16T12:19:35.487Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-16T12:19:35.487Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-16T12:19:35.487Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.487Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-16T12:19:35.487Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-16T12:19:35.487Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-16T12:19:35.488Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-16T12:19:35.488Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.488Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=836c166f-915c-496d-8739-1cc11612e8bb
2022-02-16T12:19:35.488Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.488Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vFW b1b43ee3-4e85 0 is not matching search criteria
2022-02-16T12:19:35.488Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:19:35.488Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:19:35.488Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-16T12:19:35.489Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.489Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-16T12:19:35.489Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.489Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-16T12:19:35.489Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-16T12:19:35.489Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-16T12:19:35.489Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-16T12:19:35.489Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-16T12:19:35.490Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.490Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e3b6acc2-79ac-4e9a-9235-f18187a0a21a
2022-02-16T12:19:35.490Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.490Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vFW b1b43ee3-4e85 0 is not matching search criteria
2022-02-16T12:19:35.490Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-16T12:19:35.490Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-16T12:19:35.490Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-16T12:19:35.490Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.491Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-16T12:19:35.491Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.491Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-16T12:19:35.491Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-16T12:19:35.491Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-16T12:19:35.491Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-16T12:19:35.491Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-16T12:19:35.491Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-16T12:19:35.492Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=39512d11-0fdb-4a74-87f1-b2ed5afbe863
2022-02-16T12:19:35.492Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.492Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-16 12-17-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:19:35.492Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.492Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-16 12-17-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:19:35.492Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.492Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-16 12-17-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:19:35.492Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:19:35.493Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-16 12-17-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:19:35.493Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-16 12-17-18
Description:catalog service description
Model UUID:97a034fc-e55d-406a-81d0-b39d2bb2a364
Model Version:NULL
Model InvariantUuid:b55f92d3-e87c-455e-afd2-42fae5a59705
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b1b43ee3-4e85
Model UUID:f007cc53-6f3f-455f-b8bd-1bf94cf712bc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0e01a47e-af31-4c90-a5eb-b2b146b0add8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:76ac6812-2c86-45f1-9d21-b083a76d4933
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:027bb170-be6f-4402-adb0-b6c9422f6cd5
ModelName:VfwB1b43ee34e85..base_vfw..module-0
ModelUuid:80d39456-d806-4a95-9cee-ce3b4d276c6b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:836c166f-915c-496d-8739-1cc11612e8bb
ModelInvariantUuid:3ac8172e-d906-4db7-af3c-ba7c3612c68e
ModelName:vFW b1b43ee3-4e85-nodes.vfwCvfc
ModelUuid:c364576c-c435-4f30-aee6-dd0d3acf519a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:139c086d-3674-4aa7-8bc6-673856bd7926
ModelInvariantUuid:b637c8a2-a457-461a-9cac-cef4dafd7769
ModelName:VfwB1b43ee34e85.compute.nodes.heat.vfw
ModelUuid:f7d7d9f8-d379-4c64-851a-7fe608e86c4f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e3b6acc2-79ac-4e9a-9235-f18187a0a21a
ModelInvariantUuid:90e03002-c94f-4ecc-9b6a-c419067c5fc3
ModelName:vFW b1b43ee3-4e85-nodes.vsnCvfc
ModelUuid:379c6189-2126-47ee-9f37-4394aaef0593
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7fa416c8-f598-44da-8759-7dc2333e9f4e
ModelInvariantUuid:cfb7b53c-0c6e-46a8-8c32-849674506f43
ModelName:VfwB1b43ee34e85.compute.nodes.heat.vsn
ModelUuid:00289dfb-bcf4-4cf0-9e31-cff203c6f3e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:39512d11-0fdb-4a74-87f1-b2ed5afbe863
ModelInvariantUuid:2410dcd2-0a13-45fc-a9cc-faf7b3968af3
ModelName:vFW b1b43ee3-4e85-nodes.vpgCvfc
ModelUuid:4fb44a0b-9100-47d1-8aa7-f9b8e5d2ee10
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f3db3f87-5944-40d2-9fa9-dd661e1b83e9
ModelInvariantUuid:cb1d719f-b48a-408e-8d6e-ef0a914b4bc7
ModelName:VfwB1b43ee34e85.compute.nodes.heat.vpg
ModelUuid:f4b950e4-04df-42ae-8b89-d6fc0542a6a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-16T12:19:35.498Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@288e32c5 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4888) 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.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.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.GeneratedMethodAccessor196.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.$Proxy222.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$$30dd5b18.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-02-16T12:19:35.499Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:19:35.499Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||ERROR|500||(conn=4888) WSREP has not yet prepared node for application use
2022-02-16T12:19:35.500Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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.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.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.GeneratedMethodAccessor196.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.$Proxy222.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$$30dd5b18.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=4888) 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-02-16T12:19:35.501Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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.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.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.GeneratedMethodAccessor196.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.$Proxy222.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$$30dd5b18.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=4888) 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-02-16T12:19:35.501Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|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.$Proxy222.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$$30dd5b18.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-02-16T12:19:35.502Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 683890bd-dd86-4e0d-9f2e-ce1e47647c2a and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-16T12:19:36.492Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 683890bd-dd86-4e0d-9f2e-ce1e47647c2a and serviceModelVersionId: 97a034fc-e55d-406a-81d0-b39d2bb2a364
2022-02-16T12:19:36.492Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b55f92d3-e87c-455e-afd2-42fae5a59705
2022-02-16T12:19:36.494Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0
2022-02-16T12:19:36.500Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-16T12:19:36.537Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||Invoke
2022-02-16T12:19:36.538Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[683890bd-dd86-4e0d-9f2e-ce1e47647c2a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22529838-25b6-473c-b201-5836867b7935], X-ECOMP-RequestID=[683890bd-dd86-4e0d-9f2e-ce1e47647c2a], X-TransactionId=[], X-ONAP-RequestID=[683890bd-dd86-4e0d-9f2e-ce1e47647c2a], Content-Type=[application/merge-patch+json]}
2022-02-16T12:19:38.076Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||Invoke
2022-02-16T12:19:38.076Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[683890bd-dd86-4e0d-9f2e-ce1e47647c2a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eaee0ab1-ad24-46ec-b2fc-2e02ba8c1025], X-ECOMP-RequestID=[683890bd-dd86-4e0d-9f2e-ce1e47647c2a], X-TransactionId=[], X-ONAP-RequestID=[683890bd-dd86-4e0d-9f2e-ce1e47647c2a], Content-Type=[application/merge-patch+json]}
2022-02-16T12:19:39.620Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||Invoke
2022-02-16T12:19:39.620Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[683890bd-dd86-4e0d-9f2e-ce1e47647c2a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a9a4def1-ac3c-45ea-878e-6e98380dd18d], X-ECOMP-RequestID=[683890bd-dd86-4e0d-9f2e-ce1e47647c2a], X-TransactionId=[], X-ONAP-RequestID=[683890bd-dd86-4e0d-9f2e-ce1e47647c2a], Content-Type=[application/merge-patch+json]}
2022-02-16T12:19:40.645Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-16T12:19:40.646Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-02-16T12:19:40.647Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
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.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
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
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-02-16T12:19:40.647Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
2022-02-16T12:19:40.647Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 683890bd-dd86-4e0d-9f2e-ce1e47647c2a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:19:40.647Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-16T12:19:40.648Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:19:40.649Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:19:40.649Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013980647,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:19:40.750Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:19:40.751Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:19:40.751Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:19:40.763Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:19:40.764Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-16T12:20:24.516Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:20:24.517Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:20:24.517Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:20:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:20:24.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:20:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:20:24.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:20:24.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-16T12:20:24.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:20:24.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-16T12:20:34.058Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:21:24.516Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:21:24.517Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:21:24.517Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:21:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:21:24.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:21:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:21:25.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:21:25.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-16T12:21:25.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vfwb1b43ee34e850_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:21:25.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-16T12:21:25.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-16T12:21:25.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:21:25.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-16T12:21:25.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-16T12:21:25.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:21:25.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-16T12:21:25.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-16T12:21:25.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/resourceInstances/vfwb1b43ee34e850/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:21:25.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-16T12:21:25.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-16T12:21:25.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:21:25.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-16T12:21:25.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-16T12:21:25.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013964516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:21:25.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-16T12:21:25.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-16T12:21:25.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013972614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216121718/1.0/artifacts/service-Vfw20220216121718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:21:25.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:21:25.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-16T12:21:25.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "683890bd-dd86-4e0d-9f2e-ce1e47647c2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645013980647,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:21:25.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:21:34.058Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:22:24.517Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:22:24.517Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:22:24.517Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:22:24.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:22:24.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:22:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:22:34.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:22:34.576Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:22:34.577Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||received message from topic
2022-02-16T12:22:34.577Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b9c678dd-b4f7-48db-bef8-15f4e2a52417","serviceName":"basic_onboard_pNlBkC","serviceVersion":"1.0","serviceUUID":"0286609c-6959-4caf-95dd-d4558aa024ce","serviceDescription":"service","serviceInvariantUUID":"3aa225e9-3d49-430b-822c-1f7d827e412a","resources":[{"resourceInstanceName":"basic_onboard_pNlBkC 0","resourceName":"basic_onboard_pNlBkC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c118cf9-0dbb-4fbf-a2d2-1a62296c6868","resourceInvariantUUID":"42586bf9-935e-4349-add5-b4dfdb45cc5a","resourceCustomizationUUID":"7a90a3a8-0e03-4881-a2bf-daed105c6315","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vf-license-model.xml","artifactChecksum":"OTIxYzAyZTRiMGFjNWRiYTRhNWUzZTdkMjRiNzdiYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94c84bc9-f7c8-47bc-a61a-816ab4343364","artifactVersion":"1"},{"artifactName":"basic_onboard_pnlbkc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/basic_onboard_pnlbkc0_modules.json","artifactChecksum":"Zjk3ZGMwMmRmMDBhNzRkZTI3ODA1OGExZGE2NzJlZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b84782c0-1245-4f85-931e-15d9ff0912fc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8e9c386c-c232-456a-945a-cfe1f2c83fb7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"872e7c85-1825-4099-a5b0-2d9c9e224e5f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88281b80-059c-4091-b7d3-e6f1d6d4f520","artifactVersion":"2","generatedFromUUID":"8e9c386c-c232-456a-945a-cfe1f2c83fb7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPnlbkc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-template.yml","artifactChecksum":"ZjEzMjk1NzYwOTM4OTQ0YjVhMDYxYTZmMTUyMGY0NWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a5931e9-f90c-4bc5-b552-549d0c5445aa","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPnlbkc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar","artifactChecksum":"NzJiYWY4NTc1YzczNTkwYTYzMGQ3MGFiYzAxMTgzNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11ac7ab7-d61d-4e03-bef3-5ff5e1bb32a4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-16T12:22:34.580Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:22:34.581Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:22:34.583Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:22:34.583Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:22:34.683Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:22:34.684Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:22:34.684Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:22:34.698Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:22:34.699Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:22:35.584Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:22:35.584Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:22:35.587Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:22:35.587Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/basic_onboard_pnlbkc0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:22:35.687Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:22:35.687Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:22:35.688Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:22:35.699Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:22:35.700Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:22:36.588Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:22:36.589Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:22:36.591Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:22:36.591Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:22:36.691Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:22:36.692Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:22:36.692Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:22:36.703Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:22:36.704Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:22:37.591Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:22:37.592Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:22:37.594Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:22:37.594Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:22:37.694Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:22:37.695Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:22:37.695Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:22:37.706Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:22:37.707Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:22:38.594Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:22:38.595Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:22:38.597Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:22:38.598Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-16T12:22:38.698Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:22:38.699Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:22:38.699Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:22:38.710Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:22:38.710Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:22:39.598Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:22:39.599Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:22:39.601Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:22:39.601Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:22:39.701Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:22:39.702Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:22:39.702Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:22:39.714Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:22:39.715Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:22:40.602Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:22:40.603Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:22:40.604Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:22:40.604Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:22:40.705Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-16T12:22:40.705Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:22:40.706Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:22:40.717Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:22:40.717Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:22:41.606Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"serviceName": "basic_onboard_pNlBkC",
"serviceVersion": "1.0",
"serviceUUID": "0286609c-6959-4caf-95dd-d4558aa024ce",
"serviceDescription": "service",
"serviceInvariantUUID": "3aa225e9-3d49-430b-822c-1f7d827e412a",
"resources": [
{
"resourceInstanceName": "basic_onboard_pNlBkC 0",
"resourceCustomizationUUID": "7a90a3a8-0e03-4881-a2bf-daed105c6315",
"resourceName": "basic_onboard_pNlBkC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9c118cf9-0dbb-4fbf-a2d2-1a62296c6868",
"resourceInvariantUUID": "42586bf9-935e-4349-add5-b4dfdb45cc5a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pnlbkc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/basic_onboard_pnlbkc0_modules.json",
"artifactChecksum": "Zjk3ZGMwMmRmMDBhNzRkZTI3ODA1OGExZGE2NzJlZGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b84782c0-1245-4f85-931e-15d9ff0912fc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8e9c386c-c232-456a-945a-cfe1f2c83fb7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "88281b80-059c-4091-b7d3-e6f1d6d4f520",
"generatedFromUUID": "8e9c386c-c232-456a-945a-cfe1f2c83fb7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "88281b80-059c-4091-b7d3-e6f1d6d4f520",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPnlbkc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"artifactChecksum": "NzJiYWY4NTc1YzczNTkwYTYzMGQ3MGFiYzAxMTgzNzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "11ac7ab7-d61d-4e03-bef3-5ff5e1bb32a4"
}
],
"workloadContext": "Production"
}
2022-02-16T12:22:41.606Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-16T12:22:41.606Z|683890bd-dd86-4e0d-9f2e-ce1e47647c2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0286609c-6959-4caf-95dd-d4558aa024ce ASDC
2022-02-16T12:22:41.606Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b9c678dd-b4f7-48db-bef8-15f4e2a52417
ServiceName:basic_onboard_pNlBkC
ServiceVersion:1.0
ServiceUUID:0286609c-6959-4caf-95dd-d4558aa024ce
ServiceInvariantUUID:3aa225e9-3d49-430b-822c-1f7d827e412a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPnlbkc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar
ArtifactUUID:11ac7ab7-d61d-4e03-bef3-5ff5e1bb32a4
ArtifactChecksum:NzJiYWY4NTc1YzczNTkwYTYzMGQ3MGFiYzAxMTgzNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pNlBkC 0
ResourceCustomizationUUID:7a90a3a8-0e03-4881-a2bf-daed105c6315
ResourceInvariantUUID:42586bf9-935e-4349-add5-b4dfdb45cc5a
ResourceName:basic_onboard_pNlBkC
ResourceType:VF
ResourceUUID:9c118cf9-0dbb-4fbf-a2d2-1a62296c6868
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pnlbkc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/basic_onboard_pnlbkc0_modules.json
ArtifactUUID:b84782c0-1245-4f85-931e-15d9ff0912fc
ArtifactChecksum:Zjk3ZGMwMmRmMDBhNzRkZTI3ODA1OGExZGE2NzJlZGE=
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/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8e9c386c-c232-456a-945a-cfe1f2c83fb7
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/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env
ArtifactUUID:88281b80-059c-4091-b7d3-e6f1d6d4f520
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/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env
ArtifactUUID:88281b80-059c-4091-b7d3-e6f1d6d4f520
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-16T12:22:41.607Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0286609c-6959-4caf-95dd-d4558aa024ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
2022-02-16T12:22:41.620Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2cfc1d40 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5233) 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.GeneratedMethodAccessor193.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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)
... 83 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)
... 84 common frames omitted
2022-02-16T12:22:41.621Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:22:41.621Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||(conn=5233) WSREP has not yet prepared node for application use
2022-02-16T12:22:41.622Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.GeneratedMethodAccessor193.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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=5233) 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)
... 78 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)
... 83 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)
... 84 common frames omitted
2022-02-16T12:22:41.623Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.GeneratedMethodAccessor193.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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)
... 47 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5233) 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)
... 78 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)
... 83 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)
... 84 common frames omitted
2022-02-16T12:22:41.624Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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-02-16T12:22:41.624Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b9c678dd-b4f7-48db-bef8-15f4e2a52417 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-16T12:22:41.626Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@3c7285db marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5255) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doList(Loader.java:2850)
at org.hibernate.loader.Loader.doList(Loader.java:2832)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
at org.hibernate.loader.Loader.list(Loader.java:2659)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java: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)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:22:41.626Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:22:41.627Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||(conn=5255) WSREP has not yet prepared node for application use
2022-02-16T12:22:41.628Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-16T12:22:41.628Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||Exception occurred
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5255) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:22:41.628Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.$Proxy219.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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5255) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:22:41.628Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-16T12:22:41.629Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b9c678dd-b4f7-48db-bef8-15f4e2a52417 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:22:41.629Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-16T12:22:41.629Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:22:41.630Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:22:41.630Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014161629,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:22:41.731Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-16T12:22:41.731Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:22:41.732Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:22:41.743Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:22:41.743Z||pool-45-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=?
2022-02-16T12:22:42.635Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@455bca34 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5749) 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.GeneratedMethodAccessor193.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.GeneratedMethodAccessor195.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.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-02-16T12:22:42.636Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:22:42.636Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||(conn=5749) WSREP has not yet prepared node for application use
2022-02-16T12:22:42.638Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.GeneratedMethodAccessor193.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.GeneratedMethodAccessor195.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.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=5749) 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-02-16T12:22:42.639Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.GeneratedMethodAccessor193.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.GeneratedMethodAccessor195.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.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=5749) 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-02-16T12:22:42.641Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:22:42.642Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.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-02-16T12:23:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:23:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:23:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:23:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:23:24.520Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:23:24.520Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:23:25.147Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:23:25.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "aai-ml",
"timestamp": 1645014148282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "cds",
"timestamp": 1645014152255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "policy-id",
"timestamp": 1645014153301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "aai-ml",
"timestamp": 1645014148282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/basic_onboard_pnlbkc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "cds",
"timestamp": 1645014152255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/basic_onboard_pnlbkc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/basic_onboard_pnlbkc0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "policy-id",
"timestamp": 1645014153301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/basic_onboard_pnlbkc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014155369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "cds",
"timestamp": 1645014152255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "aai-ml",
"timestamp": 1645014148282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "policy-id",
"timestamp": 1645014153301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014155369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/basic_onboard_pnlbkc0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "clamp",
"timestamp": 1645014156567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "cds",
"timestamp": 1645014152255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "aai-ml",
"timestamp": 1645014148282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "policy-id",
"timestamp": 1645014153301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014155369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "clamp",
"timestamp": 1645014156567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/basic_onboard_pnlbkc0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "aai-ml",
"timestamp": 1645014148282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "cds",
"timestamp": 1645014152255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "policy-id",
"timestamp": 1645014153301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014155369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "clamp",
"timestamp": 1645014156567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014158585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "aai-ml",
"timestamp": 1645014148282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "cds",
"timestamp": 1645014152255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "policy-id",
"timestamp": 1645014153301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014155369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "clamp",
"timestamp": 1645014156567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014158585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/basic_onboard_pnlbkc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "aai-ml",
"timestamp": 1645014148282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "cds",
"timestamp": 1645014152255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014144517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "policy-id",
"timestamp": 1645014153301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014155369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "clamp",
"timestamp": 1645014156567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014158585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014161629,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014155369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "clamp",
"timestamp": 1645014156567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014158585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "aai-ml",
"timestamp": 1645014162282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "cds",
"timestamp": 1645014162339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "policy-id",
"timestamp": 1645014162479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:23:25.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:23:25.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "clamp",
"timestamp": 1645014156567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:23:25.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014158585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/resourceInstances/basic_onboard_pnlbkc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:23:25.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-16T12:23:25.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "aai-ml",
"timestamp": 1645014163286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:23:25.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:23:25.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-16T12:23:25.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9c678dd-b4f7-48db-bef8-15f4e2a52417",
"consumerID": "cds",
"timestamp": 1645014163342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnlbkc/1.0/artifacts/service-BasicOnboardPnlbkc-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:23:25.158Z||pool-2-thread-10|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@6d3ab662 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5754) 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.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.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.GeneratedMethodAccessor196.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 66 common frames omitted
2022-02-16T12:23:25.159Z||pool-2-thread-10|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:23:25.159Z||pool-2-thread-10|||||ERROR|500||(conn=5754) WSREP has not yet prepared node for application use
2022-02-16T12:23:25.160Z||pool-2-thread-10|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.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.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.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.GeneratedMethodAccessor196.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5754) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 66 common frames omitted
2022-02-16T12:23:25.160Z||pool-2-thread-10|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.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.GeneratedMethodAccessor196.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 39 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5754) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 66 common frames omitted
2022-02-16T12:23:25.161Z||pool-2-thread-10|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:23:25.161Z||pool-2-thread-10|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$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-02-16T12:23:34.058Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:24:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:24:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:24:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:24:24.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:24:24.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:24:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:24:34.060Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:24:34.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:25:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:25:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:25:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:25:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:25:24.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:25:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:25:34.059Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:25:34.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:26:24.516Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:26:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:26:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:26:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:26:24.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:26:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:26:34.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:26:34.054Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:27:24.516Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:27:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:27:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:27:24.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:27:24.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:27:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:27:34.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:27:34.055Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:28:24.517Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:28:24.518Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:28:24.518Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:28:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:28:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:28:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:28:25.146Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:28:25.146Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:28:25.146Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||received message from topic
2022-02-16T12:28:25.146Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9","serviceName":"vFW 2022-02-16 12-26-17","serviceVersion":"1.0","serviceUUID":"b8e376f3-9865-4563-9a70-de697c75e84e","serviceDescription":"catalog service description","serviceInvariantUUID":"c0fbb273-a7f4-453e-bf6d-88affed7e191","resources":[{"resourceInstanceName":"vFW cf2814f8-53ab 0","resourceName":"vFW cf2814f8-53ab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a41d17a4-4128-4f49-ba37-df3826d97cb5","resourceInvariantUUID":"5c5fcd84-d1c7-4e16-81e2-ea04d5248206","resourceCustomizationUUID":"21d96784-2b49-4a56-8430-2c621f5a2ecc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vf-license-model.xml","artifactChecksum":"NzFhYmYxYTEzMTU2OTg2OGJkZjUzMTMzZTcyMmMyNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43e885e1-d016-42b5-adc0-185d904dbadc","artifactVersion":"1"},{"artifactName":"vfwcf2814f853ab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json","artifactChecksum":"Mzc5MDNhYzA0MDc2ZDJiNDg2ZTdhZmYzNjMzMWUxZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c5d2544-c88c-4339-a8b6-71f897de78e1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8aa5532a-82b1-45ba-90e9-7d6d53fc2057","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vendor-license-model.xml","artifactChecksum":"YjBlYmFmYzZiODRkYjc3YjMzMTViMjc0ZTcwMGIyYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0b1669db-a900-4680-a6d4-93dd373f69a5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c2422ef0-982f-4733-ace6-0986887226f3","artifactVersion":"2","generatedFromUUID":"8aa5532a-82b1-45ba-90e9-7d6d53fc2057"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220216122617-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-template.yml","artifactChecksum":"NjZlODJjNGI4ZjZkNTgyNDI3NTMyNjQ3ZDRhMzU2ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9031148-c525-492b-92f2-55f4e528c8cd","artifactVersion":"1"},{"artifactName":"service-Vfw20220216122617-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar","artifactChecksum":"ZDZmMjM3MTE4M2E2ZmE3NDMxNGNiOWFlMDM0OWM1YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27797204-898d-418b-bdfc-758aa26237f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-16T12:28:25.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014455369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.148Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:28:25.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.148Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:28:25.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "aai-ml",
"timestamp": 1645014448282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "cds",
"timestamp": 1645014452255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "policy-id",
"timestamp": 1645014453301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "clamp",
"timestamp": 1645014456567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014455369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "aai-ml",
"timestamp": 1645014448282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "cds",
"timestamp": 1645014452255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "policy-id",
"timestamp": 1645014453301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "clamp",
"timestamp": 1645014456567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:28:25.150Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.150Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014455369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "cds",
"timestamp": 1645014452255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "aai-ml",
"timestamp": 1645014448282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "policy-id",
"timestamp": 1645014453301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "clamp",
"timestamp": 1645014456567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014458585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014455369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "cds",
"timestamp": 1645014452255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "aai-ml",
"timestamp": 1645014448282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "policy-id",
"timestamp": 1645014453301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "clamp",
"timestamp": 1645014456567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014458585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014455369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:28:25.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "cds",
"timestamp": 1645014452255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "aai-ml",
"timestamp": 1645014448282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "policy-id",
"timestamp": 1645014453301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "clamp",
"timestamp": 1645014456567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014458585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014455369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "cds",
"timestamp": 1645014452255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "aai-ml",
"timestamp": 1645014448282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "policy-id",
"timestamp": 1645014453301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "clamp",
"timestamp": 1645014456567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014458585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014455369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:28:25.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "cds",
"timestamp": 1645014452255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:28:25.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "aai-ml",
"timestamp": 1645014448282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:28:25.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "policy-id",
"timestamp": 1645014453301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:28:25.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "clamp",
"timestamp": 1645014456567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:28:25.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014458585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014463104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "policy-id",
"timestamp": 1645014463750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "cds",
"timestamp": 1645014463778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "aai-ml",
"timestamp": 1645014463787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014463839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014458585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014463104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:28:25.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "cds",
"timestamp": 1645014464783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:28:25.162Z||pool-2-thread-6|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@39f6e1d1 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5764) 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.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.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.GeneratedMethodAccessor196.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 66 common frames omitted
2022-02-16T12:28:25.162Z||pool-2-thread-6|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:28:25.162Z||pool-2-thread-6|||||ERROR|500||(conn=5764) WSREP has not yet prepared node for application use
2022-02-16T12:28:25.162Z||pool-2-thread-6|||||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.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.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.GeneratedMethodAccessor196.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5764) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 66 common frames omitted
2022-02-16T12:28:25.163Z||pool-2-thread-6|||||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.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.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.GeneratedMethodAccessor196.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 39 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5764) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 66 common frames omitted
2022-02-16T12:28:25.163Z||pool-2-thread-6|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:28:25.163Z||pool-2-thread-6|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$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-02-16T12:28:25.250Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:28:25.251Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:28:25.251Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:28:25.264Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:28:25.264Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:28:26.150Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:28:26.152Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:28:26.153Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:28:26.154Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:28:26.254Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:28:26.255Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:28:26.255Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:28:26.268Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:28:26.268Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:28:27.154Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:28:27.155Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:28:27.157Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:28:27.157Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:28:27.258Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-16T12:28:27.259Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:28:27.259Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:28:27.271Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:28:27.271Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:28:28.158Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:28:28.159Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:28:28.161Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:28:28.161Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:28.261Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:28:28.262Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:28:28.262Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:28:28.274Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:28:28.274Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:28:29.162Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:28:29.163Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:28:29.165Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:28:29.165Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:28:29.265Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:28:29.266Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:28:29.266Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:28:29.279Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:28:29.280Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:28:30.167Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:28:30.167Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:28:30.169Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:28:30.170Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:28:30.270Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:28:30.271Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:28:30.271Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:28:30.282Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:28:30.282Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:28:31.170Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:28:31.171Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:28:31.173Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:28:31.173Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:28:31.274Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:28:31.275Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:28:31.275Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:28:31.287Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:28:31.288Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:28:32.175Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"serviceName": "vFW 2022-02-16 12-26-17",
"serviceVersion": "1.0",
"serviceUUID": "b8e376f3-9865-4563-9a70-de697c75e84e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c0fbb273-a7f4-453e-bf6d-88affed7e191",
"resources": [
{
"resourceInstanceName": "vFW cf2814f8-53ab 0",
"resourceCustomizationUUID": "21d96784-2b49-4a56-8430-2c621f5a2ecc",
"resourceName": "vFW cf2814f8-53ab",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a41d17a4-4128-4f49-ba37-df3826d97cb5",
"resourceInvariantUUID": "5c5fcd84-d1c7-4e16-81e2-ea04d5248206",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcf2814f853ab0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json",
"artifactChecksum": "Mzc5MDNhYzA0MDc2ZDJiNDg2ZTdhZmYzNjMzMWUxZmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4c5d2544-c88c-4339-a8b6-71f897de78e1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8aa5532a-82b1-45ba-90e9-7d6d53fc2057",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c2422ef0-982f-4733-ace6-0986887226f3",
"generatedFromUUID": "8aa5532a-82b1-45ba-90e9-7d6d53fc2057"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c2422ef0-982f-4733-ace6-0986887226f3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220216122617-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"artifactChecksum": "ZDZmMjM3MTE4M2E2ZmE3NDMxNGNiOWFlMDM0OWM1YTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "27797204-898d-418b-bdfc-758aa26237f6"
}
],
"workloadContext": "Production"
}
2022-02-16T12:28:32.175Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-16T12:28:32.175Z|b9c678dd-b4f7-48db-bef8-15f4e2a52417|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b8e376f3-9865-4563-9a70-de697c75e84e ASDC
2022-02-16T12:28:32.176Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||ASDC Notification:
DistributionID:27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9
ServiceName:vFW 2022-02-16 12-26-17
ServiceVersion:1.0
ServiceUUID:b8e376f3-9865-4563-9a70-de697c75e84e
ServiceInvariantUUID:c0fbb273-a7f4-453e-bf6d-88affed7e191
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220216122617-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar
ArtifactUUID:27797204-898d-418b-bdfc-758aa26237f6
ArtifactChecksum:ZDZmMjM3MTE4M2E2ZmE3NDMxNGNiOWFlMDM0OWM1YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cf2814f8-53ab 0
ResourceCustomizationUUID:21d96784-2b49-4a56-8430-2c621f5a2ecc
ResourceInvariantUUID:5c5fcd84-d1c7-4e16-81e2-ea04d5248206
ResourceName:vFW cf2814f8-53ab
ResourceType:VF
ResourceUUID:a41d17a4-4128-4f49-ba37-df3826d97cb5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcf2814f853ab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json
ArtifactUUID:4c5d2544-c88c-4339-a8b6-71f897de78e1
ArtifactChecksum:Mzc5MDNhYzA0MDc2ZDJiNDg2ZTdhZmYzNjMzMWUxZmU=
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/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.yaml
ArtifactUUID:8aa5532a-82b1-45ba-90e9-7d6d53fc2057
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/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env
ArtifactUUID:c2422ef0-982f-4733-ace6-0986887226f3
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/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env
ArtifactUUID:c2422ef0-982f-4733-ace6-0986887226f3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-16T12:28:32.176Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8e376f3-9865-4563-9a70-de697c75e84e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
2022-02-16T12:28:32.184Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@78a120c1 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5765) 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.GeneratedMethodAccessor193.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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)
... 83 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)
... 84 common frames omitted
2022-02-16T12:28:32.185Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:28:32.185Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||(conn=5765) WSREP has not yet prepared node for application use
2022-02-16T12:28:32.187Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.GeneratedMethodAccessor193.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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=5765) 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)
... 78 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)
... 83 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)
... 84 common frames omitted
2022-02-16T12:28:32.187Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.GeneratedMethodAccessor193.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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)
... 47 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5765) 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)
... 78 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)
... 83 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)
... 84 common frames omitted
2022-02-16T12:28:32.188Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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-02-16T12:28:32.188Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-16T12:28:32.190Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2fb3fe04 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5773) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doList(Loader.java:2850)
at org.hibernate.loader.Loader.doList(Loader.java:2832)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
at org.hibernate.loader.Loader.list(Loader.java:2659)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java: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)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:28:32.190Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:28:32.191Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||(conn=5773) WSREP has not yet prepared node for application use
2022-02-16T12:28:32.192Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-16T12:28:32.192Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||Exception occurred
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5773) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:28:32.192Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.$Proxy219.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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5773) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:28:32.193Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-16T12:28:32.193Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:28:32.193Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-16T12:28:32.193Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:28:32.194Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:28:32.195Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014512193,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:28:32.295Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:28:32.296Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:28:32.296Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:28:32.307Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:28:32.308Z||pool-53-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-02-16T12:29:24.516Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:29:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:29:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:29:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:29:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:29:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:29:24.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:29:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:29:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:29:24.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:29:34.063Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:30:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:30:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:30:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:30:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:30:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:30:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:30:25.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:30:25.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:30:25.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vfwcf2814f853ab0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:30:25.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:30:25.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:30:25.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:30:25.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:30:25.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:30:25.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:30:25.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:30:25.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:30:25.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/resourceInstances/vfwcf2814f853ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-16T12:30:25.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:30:25.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:30:25.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:30:25.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:30:25.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:30:25.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014504517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220216122617/1.0/artifacts/service-Vfw20220216122617-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:30:25.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:30:25.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:30:25.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014512193,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:30:25.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:30:34.062Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:31:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:31:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:31:24.518Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:31:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:31:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:31:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:31:34.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:31:34.059Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:32:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:32:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:32:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:32:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:32:24.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:32:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:32:34.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:32:34.059Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:33:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:33:24.517Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:33:24.518Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:33:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:33:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:33:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:33:24.852Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:33:24.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "clamp",
"timestamp": 1645014786567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:33:24.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:33:24.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014788585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:33:24.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:33:24.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "policy-id",
"timestamp": 1645014793301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:33:24.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:33:24.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "clamp",
"timestamp": 1645014786567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:33:24.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:33:24.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014788585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:33:24.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "policy-id",
"timestamp": 1645014793301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014795369,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014796176,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "policy-id",
"timestamp": 1645014796573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:33:24.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014795369,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "policy-id",
"timestamp": 1645014797577,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014797631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "cds",
"timestamp": 1645014797255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:33:24.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:33:24.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:24.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "policy-id",
"timestamp": 1645014798579,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:33:25.148Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:33:25.149Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||received message from topic
2022-02-16T12:33:25.149Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2e98b911-2528-438b-a11c-d3cece115d9a","serviceDescription":"service","serviceInvariantUUID":"626c7eb2-a9c4-4872-a660-268af1b74d0c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"55658fd0-b3d1-4b69-be98-e59ce3c653f3","resourceInvariantUUID":"04e3a5ed-308f-4ea4-88d9-30a678dca458","resourceCustomizationUUID":"9bc9b220-7b59-4adb-bbca-cfd392c271a5","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":"OTExZDI2NTFlZTBmNjY2YjYxYzY1ZDY2YTNhNGMwNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81b0cd33-458e-47fe-975e-99d057ffd4c7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjIzZTEwNmFmYjk0ZDYwN2E4ODJiY2MzNGZmODJmNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"856920b1-686f-4c6a-943d-753fc80f9e9c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-16T12:33:25.151Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:33:25.152Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:33:25.154Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:33:25.154Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014804517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:33:25.255Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-16T12:33:25.255Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:33:25.256Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:33:25.268Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:33:25.268Z||pool-54-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=?
2022-02-16T12:33:26.155Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:33:26.156Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:33:26.158Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:33:26.158Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014804517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:33:26.258Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:33:26.259Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:33:26.259Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:33:26.272Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:33:26.272Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:33:26.606Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31
2022-02-16T12:33:26.607Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31 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=?
2022-02-16T12:33:27.160Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2e98b911-2528-438b-a11c-d3cece115d9a",
"serviceDescription": "service",
"serviceInvariantUUID": "626c7eb2-a9c4-4872-a660-268af1b74d0c",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "9bc9b220-7b59-4adb-bbca-cfd392c271a5",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "55658fd0-b3d1-4b69-be98-e59ce3c653f3",
"resourceInvariantUUID": "04e3a5ed-308f-4ea4-88d9-30a678dca458",
"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": "MjIzZTEwNmFmYjk0ZDYwN2E4ODJiY2MzNGZmODJmNzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "856920b1-686f-4c6a-943d-753fc80f9e9c"
}
],
"workloadContext": "Production"
}
2022-02-16T12:33:27.160Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-16T12:33:27.160Z|27f9fc57-b9d0-4fde-b4c2-46b9b562c4b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2e98b911-2528-438b-a11c-d3cece115d9a ASDC
2022-02-16T12:33:27.161Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||ASDC Notification:
DistributionID:0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2e98b911-2528-438b-a11c-d3cece115d9a
ServiceInvariantUUID:626c7eb2-a9c4-4872-a660-268af1b74d0c
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:856920b1-686f-4c6a-943d-753fc80f9e9c
ArtifactChecksum:MjIzZTEwNmFmYjk0ZDYwN2E4ODJiY2MzNGZmODJmNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9bc9b220-7b59-4adb-bbca-cfd392c271a5
ResourceInvariantUUID:04e3a5ed-308f-4ea4-88d9-30a678dca458
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:55658fd0-b3d1-4b69-be98-e59ce3c653f3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-02-16T12:33:27.161Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e98b911-2528-438b-a11c-d3cece115d9a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
2022-02-16T12:33:27.172Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@71a4e910 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5756) 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.GeneratedMethodAccessor193.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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)
... 83 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)
... 84 common frames omitted
2022-02-16T12:33:27.173Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:33:27.173Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||(conn=5756) WSREP has not yet prepared node for application use
2022-02-16T12:33:27.173Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.GeneratedMethodAccessor193.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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=5756) 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)
... 78 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)
... 83 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)
... 84 common frames omitted
2022-02-16T12:33:27.174Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.GeneratedMethodAccessor193.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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)
... 47 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5756) 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)
... 78 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)
... 83 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)
... 84 common frames omitted
2022-02-16T12:33:27.175Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$30dd5b18.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-02-16T12:33:27.175Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-16T12:33:27.178Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@25260744 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5757) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doList(Loader.java:2850)
at org.hibernate.loader.Loader.doList(Loader.java:2832)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
at org.hibernate.loader.Loader.list(Loader.java:2659)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java: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)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:33:27.179Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:33:27.179Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||(conn=5757) WSREP has not yet prepared node for application use
2022-02-16T12:33:27.180Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-16T12:33:27.181Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||Exception occurred
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5757) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:33:27.181Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.$Proxy219.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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5757) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-02-16T12:33:27.181Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-16T12:33:27.181Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:33:27.181Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-16T12:33:27.181Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:33:27.183Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:33:27.183Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014807181,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:33:27.283Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:33:27.284Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:33:27.284Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:33:27.295Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:33:27.296Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 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-02-16T12:33:27.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:27.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014798635,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:33:27.611Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31
2022-02-16T12:33:27.611Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:33:28.187Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@1486974d marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5820) 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.GeneratedMethodAccessor193.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.GeneratedMethodAccessor195.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.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-02-16T12:33:28.188Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:33:28.188Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||(conn=5820) WSREP has not yet prepared node for application use
2022-02-16T12:33:28.189Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.GeneratedMethodAccessor193.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.GeneratedMethodAccessor195.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.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=5820) 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-02-16T12:33:28.190Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.GeneratedMethodAccessor193.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.GeneratedMethodAccessor195.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.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=5820) 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-02-16T12:33:28.190Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:33:28.190Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.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
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:33:28.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:28.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "cds",
"timestamp": 1645014797255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:33:28.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:33:28.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:28.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "cds",
"timestamp": 1645014800099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:33:28.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:33:28.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:28.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "cds",
"timestamp": 1645014801103,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:33:28.612Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31
2022-02-16T12:33:28.612Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:33:29.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:29.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014803104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:33:29.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-16T12:33:29.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-16T12:33:29.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "clamp",
"timestamp": 1645014803924,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:33:29.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:34:24.516Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:34:24.517Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:34:24.517Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:34:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:34:24.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:34:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:34:24.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:24.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:34:24.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014803104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:34:24.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:34:25.145Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:25.146Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||received message from topic
2022-02-16T12:34:25.146Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"d870ab52-21d3-4448-a5a0-3d34ecf16e88","serviceName":"Demo_pNF_FZYkH73HoAbwzMHUbxph","serviceVersion":"1.0","serviceUUID":"e19a5842-c9fe-4756-8ffd-e5ff5c3fe805","serviceDescription":"catalog service description","serviceInvariantUUID":"087ecfab-5acc-4be5-b916-5b9d19cd1bc3","resources":[{"resourceInstanceName":"pNF ea552230-0bc5 0","resourceName":"pNF ea552230-0bc5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6c3dc420-106d-4b51-bde1-370a9c48ade6","resourceInvariantUUID":"6b0f6b88-e90e-4483-ae7e-239f8d8eb6cf","resourceCustomizationUUID":"851a1b47-c277-4d76-8291-526c292a236e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vf-license-model.xml","artifactChecksum":"NDkxMDFjODM1YzkwNWFhMWJkYWRmNDA1ZTY5YzMzMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0dd5f7e3-b92b-4e04-930e-c72c24bbd185","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/pNF.csar","artifactChecksum":"ZDNmNjUwYzM2YmIxOTUzY2FhMTEyN2EwMTg3MWE4N2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92bb5f90-23aa-49bf-9168-60b45e44a3b9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cd9de9a0-68c2-47eb-a149-58c6c5e9efcd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vendor-license-model.xml","artifactChecksum":"MGFlMmQ5MDkzZWRjNmFkOGExMmRkZGE0ZjJkYmZjMmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d8a6afc-0e08-419f-9622-e71fb5ec446d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0188b22-ce12-47fb-a32d-0c4dd37b00f4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c9720d6a-6d02-4989-8f5b-870ac4e6ca9c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFzykh73hoabwzmhubxph-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-template.yml","artifactChecksum":"M2I2NjViOGVkMWMzMjNmNzA5NjdhMDQwN2E2OTk5NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d314343-5556-49b5-a526-74d991960400","artifactVersion":"1"},{"artifactName":"service-DemoPnfFzykh73hoabwzmhubxph-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar","artifactChecksum":"YWFhMjA4YjcxOGQyZTcyZDZmYjE4MWNmOGUyYTFjMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b02a288b-c3d1-488c-9efd-e2af5c30b6aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-16T12:34:25.149Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:34:25.150Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:34:25.152Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:34:25.152Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:34:25.252Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:34:25.253Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:34:25.253Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:34:25.264Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:25.264Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:34:26.153Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:34:26.154Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:34:26.156Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:34:26.156Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:34:26.256Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:34:26.257Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:34:26.257Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:34:26.269Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:26.269Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:34:27.156Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:34:27.157Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:34:27.160Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:34:27.160Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:34:27.260Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:34:27.261Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:34:27.261Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:34:27.272Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:27.273Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:34:28.161Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:34:28.162Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:34:28.164Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:34:28.164Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:34:28.264Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:34:28.265Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:34:28.265Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:34:28.276Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:28.277Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:34:29.164Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:34:29.165Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:34:29.168Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:34:29.168Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:34:29.268Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:34:29.268Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:34:29.269Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:34:29.281Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:29.281Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:34:30.168Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:34:30.169Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:34:30.171Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:34:30.171Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:34:30.272Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:34:30.272Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:34:30.273Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:34:30.284Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:30.285Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:34:31.172Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:34:31.172Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:34:31.177Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:34:31.177Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:34:31.275Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-16T12:34:31.276Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:34:31.276Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:34:31.287Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:31.288Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:34:32.177Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:34:32.178Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:34:32.181Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:34:32.181Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:34:32.280Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-16T12:34:32.281Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:34:32.281Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:34:32.292Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:32.292Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:34:33.182Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"serviceName": "Demo_pNF_FZYkH73HoAbwzMHUbxph",
"serviceVersion": "1.0",
"serviceUUID": "e19a5842-c9fe-4756-8ffd-e5ff5c3fe805",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "087ecfab-5acc-4be5-b916-5b9d19cd1bc3",
"resources": [
{
"resourceInstanceName": "pNF ea552230-0bc5 0",
"resourceCustomizationUUID": "851a1b47-c277-4d76-8291-526c292a236e",
"resourceName": "pNF ea552230-0bc5",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "6c3dc420-106d-4b51-bde1-370a9c48ade6",
"resourceInvariantUUID": "6b0f6b88-e90e-4483-ae7e-239f8d8eb6cf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"artifactChecksum": "YWFhMjA4YjcxOGQyZTcyZDZmYjE4MWNmOGUyYTFjMDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b02a288b-c3d1-488c-9efd-e2af5c30b6aa"
}
],
"workloadContext": "Production"
}
2022-02-16T12:34:33.183Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-16T12:34:33.183Z|0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e19a5842-c9fe-4756-8ffd-e5ff5c3fe805 ASDC
2022-02-16T12:34:33.183Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||ASDC Notification:
DistributionID:d870ab52-21d3-4448-a5a0-3d34ecf16e88
ServiceName:Demo_pNF_FZYkH73HoAbwzMHUbxph
ServiceVersion:1.0
ServiceUUID:e19a5842-c9fe-4756-8ffd-e5ff5c3fe805
ServiceInvariantUUID:087ecfab-5acc-4be5-b916-5b9d19cd1bc3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFzykh73hoabwzmhubxph-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar
ArtifactUUID:b02a288b-c3d1-488c-9efd-e2af5c30b6aa
ArtifactChecksum:YWFhMjA4YjcxOGQyZTcyZDZmYjE4MWNmOGUyYTFjMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ea552230-0bc5 0
ResourceCustomizationUUID:851a1b47-c277-4d76-8291-526c292a236e
ResourceInvariantUUID:6b0f6b88-e90e-4483-ae7e-239f8d8eb6cf
ResourceName:pNF ea552230-0bc5
ResourceType:PNF
ResourceUUID:6c3dc420-106d-4b51-bde1-370a9c48ade6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-02-16T12:34:33.183Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e19a5842-c9fe-4756-8ffd-e5ff5c3fe805 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:34:33.621Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-16T12:34:33.622Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||MSO config path is: /app
2022-02-16T12:34:33.622Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||MSO config path is: /app
2022-02-16T12:34:33.622Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||Trying to download the artifact UUID: b02a288b-c3d1-488c-9efd-e2af5c30b6aa from URL: /sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:33.622Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - download
2022-02-16T12:34:33.622Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:33.677Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||GET Response Status 200
2022-02-16T12:34:33.683Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar b02a288b-c3d1-488c-9efd-e2af5c30b6aa 82626
2022-02-16T12:34:33.683Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar ASDC sendASDCNotification
2022-02-16T12:34:33.684Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:33.684Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-16T12:34:33.684Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:34:33.686Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:34:33.686Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||try to send status {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014873683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:34:33.786Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:34:33.787Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:34:33.787Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:34:33.798Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:33.798Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:34:34.687Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-16T12:34:34.689Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||MSO config path is: /app
2022-02-16T12:34:34.689Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||Trying to write artifact UUID: b02a288b-c3d1-488c-9efd-e2af5c30b6aa, URL: /sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar to file: /app/ASDC/1/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:34.690Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:34.690Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:34.690Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:34.772Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13006373783186333683/Definitions/service-DemoPnfFzykh73hoabwzmhubxph-template.yml
2022-02-16T12:34:35.407Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-16T12:34:35.407Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||####################################################################################################
2022-02-16T12:34:35.407Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:35.407Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-16T12:34:35.407Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ea552230-0bc5 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-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:35.407Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:35.407Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:35.408Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:35.408Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:35.408Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:35.408Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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-DemoPnfFzykh73hoabwzmhubxph-csar.csar
2022-02-16T12:34:35.408Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||####################################################################################################
2022-02-16T12:34:35.408Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:34:35.408Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Service Demo_pNF_FZYkH73HoAbwzMHUbxph is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:34:35.409Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Node template pNF ea552230-0bc5 0 is matching search criteria
2022-02-16T12:34:35.409Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Search for entities recursively
2022-02-16T12:34:35.409Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Found topology templates [pNF ea552230-0bc5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-16T12:34:35.409Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:34:35.409Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Service Demo_pNF_FZYkH73HoAbwzMHUbxph is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:34:35.409Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Node template pNF ea552230-0bc5 0 is matching search criteria
2022-02-16T12:34:35.410Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Search for entities recursively
2022-02-16T12:34:35.410Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Found topology templates [pNF ea552230-0bc5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-16T12:34:35.410Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:34:35.410Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Service Demo_pNF_FZYkH73HoAbwzMHUbxph is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:34:35.410Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:34:35.410Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Service Demo_pNF_FZYkH73HoAbwzMHUbxph is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:34:35.410Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:34:35.411Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Service Demo_pNF_FZYkH73HoAbwzMHUbxph is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:34:35.411Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:34:35.411Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Service Demo_pNF_FZYkH73HoAbwzMHUbxph is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:34:35.411Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:34:35.411Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Service Demo_pNF_FZYkH73HoAbwzMHUbxph is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:34:35.411Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_FZYkH73HoAbwzMHUbxph
Description:catalog service description
Model UUID:e19a5842-c9fe-4756-8ffd-e5ff5c3fe805
Model Version:NULL
Model InvariantUuid:087ecfab-5acc-4be5-b916-5b9d19cd1bc3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-16T12:34:35.415Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2ec60524 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5480) 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.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.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.GeneratedMethodAccessor196.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.$Proxy222.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$$30dd5b18.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-02-16T12:34:35.416Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-16T12:34:35.416Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|ERROR|500||(conn=5480) WSREP has not yet prepared node for application use
2022-02-16T12:34:35.417Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.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.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.GeneratedMethodAccessor196.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.$Proxy222.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$$30dd5b18.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=5480) 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-02-16T12:34:35.418Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.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.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.GeneratedMethodAccessor196.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.$Proxy222.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$$30dd5b18.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=5480) 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-02-16T12:34:35.418Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|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.$Proxy222.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$$30dd5b18.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-02-16T12:34:35.419Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: d870ab52-21d3-4448-a5a0-3d34ecf16e88 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-16T12:34:35.612Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d870ab52-21d3-4448-a5a0-3d34ecf16e88 and serviceModelVersionId: e19a5842-c9fe-4756-8ffd-e5ff5c3fe805
2022-02-16T12:34:35.612Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 087ecfab-5acc-4be5-b916-5b9d19cd1bc3
2022-02-16T12:34:35.613Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0
2022-02-16T12:34:35.619Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-02-16T12:34:35.651Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b55f92d3-e87c-455e-afd2-42fae5a59705/model-vers/model-ver/97a034fc-e55d-406a-81d0-b39d2bb2a364?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-16T12:34:35.651Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||Invoke
2022-02-16T12:34:37.197Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-16T12:34:37.198Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||Invoke
2022-02-16T12:34:38.721Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-16T12:34:38.722Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||Invoke
2022-02-16T12:34:39.749Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-16T12:34:39.750Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-02-16T12:34:39.750Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
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.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
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
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-02-16T12:34:39.751Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
2022-02-16T12:34:39.751Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d870ab52-21d3-4448-a5a0-3d34ecf16e88 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-16T12:34:39.751Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-16T12:34:39.751Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:34:39.753Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:34:39.754Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||try to send status {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014879751,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:34:39.854Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:34:39.854Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:34:39.854Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:34:39.867Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:34:39.867Z||pool-66-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-02-16T12:35:24.517Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:35:24.517Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:35:24.517Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:35:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:35:24.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:35:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:35:24.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:35:24.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:35:24.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014804517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:35:24.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:35:34.060Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:36:24.516Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:36:24.517Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:36:24.517Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:36:24.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:36:24.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:36:24.518Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:36:24.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:36:24.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "clamp",
"timestamp": 1645014805934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:36:24.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014804517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:36:24.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "clamp",
"timestamp": 1645014806937,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:36:24.628Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31
2022-02-16T12:36:24.628Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:36:24.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014807181,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:36:24.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "aai-ml",
"timestamp": 1645014808282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "aai-ml",
"timestamp": 1645014808282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "aai-ml",
"timestamp": 1645014810995,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "aai-ml",
"timestamp": 1645014811999,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "aai-ml",
"timestamp": 1645014813003,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31",
"consumerID": "aai-ml",
"timestamp": 1645014814006,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:36:24.640Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31
2022-02-16T12:36:24.641Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e44b3a4-066a-42e4-8e1b-8ea0cef5ea31 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:36:24.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "cds",
"timestamp": 1645014827255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "policy-id",
"timestamp": 1645014833301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014835369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "cds",
"timestamp": 1645014827255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "policy-id",
"timestamp": 1645014833301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014835369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "cds",
"timestamp": 1645014827255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "policy-id",
"timestamp": 1645014833301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014835369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "cds",
"timestamp": 1645014827255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "policy-id",
"timestamp": 1645014833301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014838282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014835369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "cds",
"timestamp": 1645014827255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "policy-id",
"timestamp": 1645014833301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014838282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014835369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "cds",
"timestamp": 1645014827255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "policy-id",
"timestamp": 1645014833301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014838282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014835369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "cds",
"timestamp": 1645014827255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "policy-id",
"timestamp": 1645014833301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014838282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014835369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "cds",
"timestamp": 1645014827255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "policy-id",
"timestamp": 1645014833301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014838282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645014835369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "cds",
"timestamp": 1645014843611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "policy-id",
"timestamp": 1645014843614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014843104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014838282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "cds",
"timestamp": 1645014844615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:36:24.657Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d870ab52-21d3-4448-a5a0-3d34ecf16e88
2022-02-16T12:36:24.657Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d870ab52-21d3-4448-a5a0-3d34ecf16e88 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:36:24.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "policy-id",
"timestamp": 1645014844617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:36:24.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014843104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014838282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "policy-id",
"timestamp": 1645014845619,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:36:24.667Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d870ab52-21d3-4448-a5a0-3d34ecf16e88
2022-02-16T12:36:24.667Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d870ab52-21d3-4448-a5a0-3d34ecf16e88 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:36:24.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014843104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014838282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014843104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014847144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "clamp",
"timestamp": 1645014846567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014843104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014848149,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "clamp",
"timestamp": 1645014846567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014843104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014849152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "clamp",
"timestamp": 1645014846567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014848585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014843104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "aai-ml",
"timestamp": 1645014850156,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:36:24.678Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d870ab52-21d3-4448-a5a0-3d34ecf16e88
2022-02-16T12:36:24.678Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d870ab52-21d3-4448-a5a0-3d34ecf16e88 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "clamp",
"timestamp": 1645014846567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014848585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014843104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "clamp",
"timestamp": 1645014846567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014848585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014852183,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:36:24.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "clamp",
"timestamp": 1645014846567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014848585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "clamp",
"timestamp": 1645014846567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014848585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014853357,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "clamp",
"timestamp": 1645014846567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014848585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645014854360,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:36:24.691Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d870ab52-21d3-4448-a5a0-3d34ecf16e88
2022-02-16T12:36:24.691Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d870ab52-21d3-4448-a5a0-3d34ecf16e88 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:36:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014848585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:36:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014848585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:36:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-16T12:36:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014857705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:36:24.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014859628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:36:24.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645014860632,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:36:24.701Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d870ab52-21d3-4448-a5a0-3d34ecf16e88
2022-02-16T12:36:24.701Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d870ab52-21d3-4448-a5a0-3d34ecf16e88 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:36:24.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-16T12:36:24.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "clamp",
"timestamp": 1645014863934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:36:24.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:36:34.062Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:37:24.516Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:37:24.517Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:37:24.517Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L2dFmlA5syTYqND7) ...
2022-02-16T12:37:24.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-16T12:37:24.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-16T12:37:24.519Z||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 L2dFmlA5syTYqND7) ...
2022-02-16T12:37:24.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:37:24.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:24.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:37:24.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-16T12:37:24.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:24.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "clamp",
"timestamp": 1645014865944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-16T12:37:24.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:37:24.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:24.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:37:24.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-16T12:37:24.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:24.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "clamp",
"timestamp": 1645014866947,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-16T12:37:24.635Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d870ab52-21d3-4448-a5a0-3d34ecf16e88
2022-02-16T12:37:24.635Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d870ab52-21d3-4448-a5a0-3d34ecf16e88 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-02-16T12:37:25.145Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:37:25.146Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||received message from topic
2022-02-16T12:37:25.146Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"400900f5-3cfe-4b57-9f9d-d49151c2633e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"be4d6cbc-60bf-48bf-9380-eeec8a28d4ad","serviceDescription":"service","serviceInvariantUUID":"adee5ed4-36ed-4522-83f1-1288225fdea7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c26723a-ad77-424b-924e-017b94384d01","resourceInvariantUUID":"7d8c59b6-b1fa-4961-9e87-78ece0987150","resourceCustomizationUUID":"ffa9cf7c-b29f-422e-ac0b-7002d39fbcfc","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":"OWI4ZWZjNTAxZDFhNDczZDYzOWMyMjlkYmViNDQwZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ad79e79-b175-4434-aa4a-ddb08fdd783a","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":"NzJjMDY2ZTJmZTg2YTU4YzdhOTE2NWFjNTQyNTM1Nzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"470b43b4-a0fd-46b7-9a86-4a1a4a197df3","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":"70930e4f-536e-4c77-ba94-3f9a449a0525","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":"1e02e89f-f90f-4848-a4af-49f50b79acc5","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":"ad653d97-fcdb-4db4-a3d0-7fe55fd761dc","artifactVersion":"2","generatedFromUUID":"70930e4f-536e-4c77-ba94-3f9a449a0525"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjJjOTZiMDI1NDYwOTZhODkyYTg0N2VlODg3Yzk3M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6da40c3-dddd-4abf-b2ed-7d33e64c7bbd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzMxMjRhMmMxNWZlM2QxNjc4YThiYjk2OTU4MjRhZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de519f41-5b0c-4e06-87b7-f9f061793ca5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-16T12:37:25.147Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:37:25.148Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:37:25.150Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:37:25.150Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||try to send status {
"distributionID": "400900f5-3cfe-4b57-9f9d-d49151c2633e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645015044516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:37:25.250Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:37:25.251Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:37:25.251Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:37:25.262Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:37:25.263Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 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-02-16T12:37:25.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:25.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:37:25.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-16T12:37:25.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:25.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:37:25.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-16T12:37:25.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:25.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/resourceInstances/pnfea5522300bc50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014864516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014873683,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFzykh73hoabwzmhubxph/1.0/artifacts/service-DemoPnfFzykh73hoabwzmhubxph-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:37:25.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:37:25.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-16T12:37:25.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d870ab52-21d3-4448-a5a0-3d34ecf16e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645014879751,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-16T12:37:25.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-16T12:37:26.151Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:37:26.152Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:37:26.154Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:37:26.154Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||try to send status {
"distributionID": "400900f5-3cfe-4b57-9f9d-d49151c2633e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645015044516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-02-16T12:37:26.254Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:37:26.255Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:37:26.255Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:37:26.267Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:37:26.267Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:37:27.154Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:37:27.156Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:37:27.158Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:37:27.158Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||try to send status {
"distributionID": "400900f5-3cfe-4b57-9f9d-d49151c2633e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645015044516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-02-16T12:37:27.258Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:37:27.259Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:37:27.259Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:37:27.270Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:37:27.271Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:37:28.158Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:37:28.159Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:37:28.161Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:37:28.162Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||try to send status {
"distributionID": "400900f5-3cfe-4b57-9f9d-d49151c2633e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645015044516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:37:28.262Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:37:28.263Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:37:28.263Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:37:28.273Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:37:28.273Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:37:29.162Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:37:29.163Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:37:29.165Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:37:29.165Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||try to send status {
"distributionID": "400900f5-3cfe-4b57-9f9d-d49151c2633e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645015044516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-02-16T12:37:29.266Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:37:29.266Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:37:29.266Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:37:29.277Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:37:29.277Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:37:30.166Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:37:30.167Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:37:30.169Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:37:30.169Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||try to send status {
"distributionID": "400900f5-3cfe-4b57-9f9d-d49151c2633e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645015044516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-16T12:37:30.269Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:37:30.270Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:37:30.270Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:37:30.281Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:37:30.281Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-16T12:37:31.170Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-16T12:37:31.171Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:37:31.173Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:37:31.173Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||try to send status {
"distributionID": "400900f5-3cfe-4b57-9f9d-d49151c2633e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645015044516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-16T12:37:31.274Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-16T12:37:31.275Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:37:31.275Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:37:31.287Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:37:31.288Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:37:32.175Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "400900f5-3cfe-4b57-9f9d-d49151c2633e",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "be4d6cbc-60bf-48bf-9380-eeec8a28d4ad",
"serviceDescription": "service",
"serviceInvariantUUID": "adee5ed4-36ed-4522-83f1-1288225fdea7",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "ffa9cf7c-b29f-422e-ac0b-7002d39fbcfc",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8c26723a-ad77-424b-924e-017b94384d01",
"resourceInvariantUUID": "7d8c59b6-b1fa-4961-9e87-78ece0987150",
"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": "NzJjMDY2ZTJmZTg2YTU4YzdhOTE2NWFjNTQyNTM1Nzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "470b43b4-a0fd-46b7-9a86-4a1a4a197df3",
"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": "70930e4f-536e-4c77-ba94-3f9a449a0525",
"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": "ad653d97-fcdb-4db4-a3d0-7fe55fd761dc",
"generatedFromUUID": "70930e4f-536e-4c77-ba94-3f9a449a0525"
},
"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": "ad653d97-fcdb-4db4-a3d0-7fe55fd761dc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YzMxMjRhMmMxNWZlM2QxNjc4YThiYjk2OTU4MjRhZTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de519f41-5b0c-4e06-87b7-f9f061793ca5"
}
],
"workloadContext": "Production"
}
2022-02-16T12:37:32.175Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-16T12:37:32.175Z|d870ab52-21d3-4448-a5a0-3d34ecf16e88|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 be4d6cbc-60bf-48bf-9380-eeec8a28d4ad ASDC
2022-02-16T12:37:32.176Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||ASDC Notification:
DistributionID:400900f5-3cfe-4b57-9f9d-d49151c2633e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:be4d6cbc-60bf-48bf-9380-eeec8a28d4ad
ServiceInvariantUUID:adee5ed4-36ed-4522-83f1-1288225fdea7
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:de519f41-5b0c-4e06-87b7-f9f061793ca5
ArtifactChecksum:YzMxMjRhMmMxNWZlM2QxNjc4YThiYjk2OTU4MjRhZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ffa9cf7c-b29f-422e-ac0b-7002d39fbcfc
ResourceInvariantUUID:7d8c59b6-b1fa-4961-9e87-78ece0987150
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8c26723a-ad77-424b-924e-017b94384d01
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:470b43b4-a0fd-46b7-9a86-4a1a4a197df3
ArtifactChecksum:NzJjMDY2ZTJmZTg2YTU4YzdhOTE2NWFjNTQyNTM1Nzg=
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:70930e4f-536e-4c77-ba94-3f9a449a0525
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:ad653d97-fcdb-4db4-a3d0-7fe55fd761dc
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:ad653d97-fcdb-4db4-a3d0-7fe55fd761dc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-16T12:37:32.176Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be4d6cbc-60bf-48bf-9380-eeec8a28d4ad ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-16T12:37:32.649Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-16T12:37:32.649Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||MSO config path is: /app
2022-02-16T12:37:32.649Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||MSO config path is: /app
2022-02-16T12:37:32.649Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||Trying to download the artifact UUID: de519f41-5b0c-4e06-87b7-f9f061793ca5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-16T12:37:32.650Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - download
2022-02-16T12:37:32.650Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-16T12:37:32.708Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||GET Response Status 200
2022-02-16T12:37:32.713Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de519f41-5b0c-4e06-87b7-f9f061793ca5 71044
2022-02-16T12:37:32.713Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-16T12:37:32.714Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-16T12:37:32.714Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-16T12:37:32.714Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-16T12:37:32.716Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-16T12:37:32.716Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||try to send status {
"distributionID": "400900f5-3cfe-4b57-9f9d-d49151c2633e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645015052713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-16T12:37:32.816Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-16T12:37:32.817Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-16T12:37:32.817Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L2dFmlA5syTYqND7) ...
2022-02-16T12:37:32.828Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-16T12:37:32.829Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-16T12:37:33.716Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-16T12:37:33.718Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||MSO config path is: /app
2022-02-16T12:37:33.718Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||Trying to write artifact UUID: de519f41-5b0c-4e06-87b7-f9f061793ca5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-16T12:37:33.719Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-16T12:37:33.719Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-16T12:37:33.720Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-16T12:37:33.996Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16457065782620761766/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-02-16T12:37:34.909Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-16T12:37:34.909Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|WARN|500||####################################################################################################
2022-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|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-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|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-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|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-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|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-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|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-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|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-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|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-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|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-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|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-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|WARN|500||####################################################################################################
2022-02-16T12:37:34.910Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:37:34.911Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:37:34.911Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-16T12:37:34.911Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Search for entities recursively
2022-02-16T12:37:34.911Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-16T12:37:34.911Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:37:34.911Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:37:34.911Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-16T12:37:34.911Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Search for entities recursively
2022-02-16T12:37:34.912Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-16T12:37:34.912Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:37:34.912Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-16T12:37:34.912Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:37:34.912Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-16T12:37:34.912Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-16T12:37:34.912Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-16T12:37:34.912Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-16T12:37:34.912Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-16T12:37:34.912Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-16T12:37:34.912Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:37:34.913Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-16T12:37:34.913Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-16T12:37:34.913Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-16T12:37:34.913Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-16T12:37:34.913Z|400900f5-3cfe-4b57-9f9d-d49151c2633e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/087ecfab-5acc-4be5-b916-5b9d19cd1bc3/model-vers/model-ver/e19a5842-c9fe-4756-8ffd-e5ff5c3fe805?depth=0|DEBUG|500||getEntity request: EntityQuery