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-04-14T05:51:21.110Z||main|||||INFO|500||The following profiles are active: basic
2022-04-14T05:51:40.896Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-14T05:51:40.897Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-14T05:51:41.089Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-14T05:51:48.407Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-14T05:51:49.102Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-14T05:51:49.913Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-14T05:51:49.930Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-14T05:51:50.188Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-14T05:51:50.538Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-14T05:51:51.409Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-14T05:51:54.299Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-14T05:51:57.952Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-14T05:51:58.046Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-14T05:51:58.900Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-14T05:51:59.239Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-14T05:52:01.240Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-14T05:52:03.087Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-14T05:52:03.131Z||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$$461afd56.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-14T05:52:03.133Z||main|||||WARN|500||The sdc end point is not alive
2022-04-14T05:52:08.654Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-14T05:52:13.538Z||main|||||WARN|500||---
2022-04-14T05:52:13.539Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-14T05:52:13.540Z||main|||||WARN|500||---
2022-04-14T05:52:14.346Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-14T05:52:23.005Z||main|||||INFO|500||Started Application in 67.598 seconds (JVM running for 72.261)
2022-04-14T05:52:23.040Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-14T05:52:23.044Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-14T05:52:23.063Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-14T05:52:23.112Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-14T05:52:23.193Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c86e2597-e612-4c7e-9e37-1ab5d0d89ca3 url= /sdc/v1/artifactTypes
2022-04-14T05:52:23.194Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-14T05:52:23.623Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-14T05:52:23.664Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-14T05:52:23.696Z||scheduling-1|||||DEBUG|500||create keys
2022-04-14T05:52:23.708Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-14T05:52:23.785Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:52:23.826Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 92349b4d-ad6b-446f-905e-cebbc37c6ca1 url= /sdc/v1/registerForDistribution
2022-04-14T05:52:24.094Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 92349b4d-ad6b-446f-905e-cebbc37c6ca1 url= /sdc/v1/registerForDistribution
2022-04-14T05:52:24.095Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-14T05:52:24.109Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:52:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:52:24.120Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-14T05:52:24.125Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:52:24.125Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:52:24.125Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:52:24.126Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:52:34.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:52:34.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:53:24.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:53:24.107Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:53:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:53:24.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:53:24.116Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:53:24.117Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:53:33.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:53:33.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:54:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:54:24.108Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:54:24.109Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:54:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:54:24.110Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:54:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:54:33.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:54:33.704Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:55:24.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:55:24.107Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:55:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:55:24.110Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:55:24.112Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:55:24.112Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:55:33.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:55:33.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:56:24.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:56:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:56:24.110Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:56:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:56:24.110Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:56:24.113Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:56:33.671Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:56:33.710Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:57:24.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:57:24.109Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:57:24.109Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:57:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:57:24.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:57:24.113Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:57:33.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:57:33.716Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:58:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:58:24.107Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:58:24.108Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:58:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:58:24.109Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:58:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:58:33.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:58:33.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:59:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:59:24.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:59:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:59:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T05:59:24.110Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T05:59:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T05:59:33.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T05:59:33.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:00:24.111Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:00:24.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:00:24.113Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:00:24.113Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:00:24.120Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:00:24.121Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:00:33.701Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:00:33.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:01:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:01:24.107Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:01:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:01:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:01:24.110Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:01:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:01:31.450Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-14T06:01:33.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:01:33.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:02:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:02:24.107Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:02:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:02:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:02:24.109Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:02:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:02:33.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:02:33.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:03:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:03:24.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:03:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:03:24.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:03:24.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:03:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:03:33.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:03:33.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:04:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:04:24.107Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:04:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:04:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:04:24.109Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:04:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:04:33.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:04:33.709Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:05:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:05:24.108Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:05:24.108Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:05:24.109Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:05:24.110Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:05:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:05:33.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:05:33.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:06:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:06:24.108Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:06:24.108Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:06:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:06:24.109Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:06:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:06:33.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:06:33.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:07:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:07:24.107Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:07:24.108Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:07:24.109Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:07:24.109Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:07:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:07:33.666Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:07:33.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:08:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:08:24.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:08:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:08:24.109Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:08:24.110Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:08:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:08:33.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:08:33.707Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:09:24.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:09:24.108Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:09:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:09:24.109Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:09:24.110Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:09:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:09:33.740Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:09:33.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:10:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:10:24.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:10:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:10:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:10:24.109Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:10:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:10:33.702Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:10:33.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:11:24.105Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:11:24.107Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:11:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:11:24.109Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:11:24.110Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:11:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:11:33.674Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:11:33.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:12:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:12:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:12:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:12:24.109Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:12:24.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:12:24.113Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:12:33.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:12:33.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:13:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:13:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:13:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:13:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:13:24.109Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:13:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:13:33.700Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:13:33.736Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:14:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:14:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:14:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:14:24.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:14:24.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:14:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:14:33.705Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:14:33.705Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:15:24.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:15:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:15:24.109Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:15:24.109Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:15:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:15:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:15:33.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:15:33.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:16:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:16:24.108Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:16:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:16:24.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:16:24.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:16:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:16:33.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:16:33.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:17:24.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:17:24.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:17:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:17:24.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:17:24.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:17:24.113Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:17:33.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:17:33.708Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:18:24.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:18:24.107Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:18:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:18:24.109Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:18:24.110Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:18:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:18:33.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:18:33.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:19:24.109Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:19:24.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:19:24.110Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:19:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:19:24.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:19:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:19:33.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:19:33.733Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:20:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:20:24.107Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:20:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:20:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:20:24.109Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:20:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:20:33.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:20:33.710Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:21:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:21:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:21:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:21:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:21:24.110Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:21:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:21:33.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:21:33.703Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:22:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:22:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:22:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:22:24.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:22:24.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:22:24.113Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:22:33.695Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:22:33.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:23:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:23:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:23:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:23:24.111Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:23:24.112Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:23:24.112Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:23:33.713Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:23:33.721Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:24:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:24:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:24:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:24:24.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:24:24.212Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:24:24.212Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:24:33.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:24:33.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:25:24.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:25:24.108Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:25:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:25:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:25:24.109Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:25:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:25:33.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:25:33.767Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:26:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:26:24.109Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:26:24.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:26:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:26:24.111Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:26:24.120Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:26:33.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:26:33.773Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:27:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:27:24.106Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:27:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:27:24.109Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:27:24.110Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:27:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:27:33.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:27:33.734Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:28:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:28:24.106Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:28:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:28:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:28:24.109Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:28:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:28:33.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:28:33.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:29:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:29:24.106Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:29:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:29:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:29:24.110Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:29:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:29:33.712Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:29:33.719Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:30:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:30:24.107Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:30:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:30:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:30:24.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:30:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:30:33.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:30:33.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:31:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:31:24.107Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:31:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:31:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:31:24.109Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:31:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:31:33.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:31:33.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:32:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:32:24.106Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:32:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:32:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:32:24.109Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:32:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:32:33.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:32:33.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:33:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:33:24.107Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:33:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:33:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:33:24.110Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:33:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:33:33.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:33:33.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:34:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:34:24.106Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:34:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:34:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:34:24.109Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:34:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:34:33.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:34:33.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:35:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:35:24.106Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:35:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:35:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:35:24.109Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:35:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:35:33.692Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:35:33.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:36:24.106Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:36:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:36:24.109Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:36:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:36:24.109Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:36:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:36:33.704Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:36:33.704Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:37:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:37:24.108Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:37:24.108Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:37:24.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:37:24.109Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:37:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:37:33.670Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:37:33.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:38:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:38:24.106Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:38:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:38:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:38:24.110Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:38:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:38:33.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:38:33.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:39:24.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:39:24.106Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:39:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:39:24.109Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:39:24.109Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:39:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:39:33.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:39:33.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:40:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:40:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:40:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:40:24.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:40:24.112Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:40:24.112Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:40:33.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:40:33.708Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:41:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:41:24.109Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:41:24.108Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:41:24.110Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:41:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:41:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:41:33.718Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:41:33.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:42:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:42:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:42:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:42:24.108Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:42:24.110Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:42:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:42:33.714Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:42:33.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:43:24.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:43:24.106Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:43:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:43:24.110Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:43:24.111Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:43:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:43:33.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:43:33.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:44:24.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:44:24.106Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:44:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:44:24.108Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:44:24.110Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:44:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:44:33.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:44:33.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:45:24.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:45:24.106Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:45:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:45:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:45:24.109Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:45:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:45:33.733Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:45:33.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:46:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:46:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:46:24.110Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:46:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:46:24.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:46:24.112Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:46:33.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:46:34.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:47:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:47:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:47:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:47:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:47:24.109Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:47:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:47:33.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:47:33.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:48:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:48:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:48:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:48:24.113Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:48:24.116Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:48:24.116Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:48:33.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:48:33.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:49:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:49:24.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:49:24.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:49:24.114Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:49:24.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:49:24.138Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:49:33.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:49:33.747Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:50:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:50:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:50:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:50:24.109Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:50:24.109Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:50:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:50:33.694Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:50:33.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:51:24.108Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:51:24.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:51:24.109Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:51:24.109Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:51:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:51:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:51:33.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:51:33.754Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:52:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:52:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:52:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:52:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:52:24.109Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:52:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:52:33.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:52:33.675Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:53:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:53:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:53:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:53:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:53:24.109Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:53:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:53:33.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:53:33.699Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:54:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:54:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:54:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:54:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:54:24.109Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:54:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:54:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:54:33.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:55:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:55:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:55:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:55:24.109Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:55:24.110Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:55:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:55:33.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:55:33.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:56:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:56:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:56:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:56:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:56:24.109Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:56:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:56:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:56:33.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:57:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:57:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:57:24.112Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:57:24.112Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:57:24.113Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:57:24.114Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:57:33.707Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:57:33.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:58:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:58:24.109Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:58:24.114Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:58:24.116Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:58:24.120Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:58:24.120Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:58:33.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:58:33.709Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:59:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:59:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:59:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:59:24.108Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T06:59:24.109Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T06:59:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T06:59:33.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T06:59:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:00:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:00:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:00:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:00:24.109Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:00:24.110Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:00:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:00:33.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:00:33.695Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:01:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:01:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:01:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:01:24.109Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:01:24.110Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:01:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:01:33.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:01:33.708Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:02:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:02:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:02:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:02:24.109Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:02:24.110Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:02:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:02:33.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:02:33.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:03:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:03:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:03:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:03:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:03:24.109Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:03:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:03:33.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:03:33.705Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:04:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:04:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:04:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:04:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:04:24.109Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:04:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:04:33.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:04:33.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:05:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:05:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:05:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:05:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:05:24.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:05:24.112Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:05:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:05:33.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:06:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:06:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:06:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:06:24.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:06:24.110Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:06:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:06:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:06:33.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:07:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:07:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:07:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:07:24.108Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:07:24.109Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:07:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:07:33.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:07:33.658Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:08:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:08:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:08:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:08:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:08:24.109Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:08:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:08:33.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:08:33.703Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:09:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:09:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:09:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:09:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:09:24.109Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:09:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:09:33.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:09:33.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:10:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:10:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:10:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:10:24.108Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:10:24.109Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:10:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:10:33.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:10:33.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:11:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:11:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:11:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:11:24.109Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:11:24.110Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:11:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:11:33.660Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:11:33.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:12:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:12:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:12:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:12:24.108Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:12:24.109Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:12:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:12:33.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:12:33.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:13:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:13:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:13:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:13:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:13:24.109Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:13:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:13:33.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:13:33.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:14:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:14:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:14:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:14:24.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:14:24.110Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:14:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:14:33.680Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:14:33.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:15:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:15:24.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:15:24.110Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:15:24.110Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:15:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:15:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:15:33.675Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:15:33.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:16:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:16:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:16:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:16:24.108Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:16:24.110Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:16:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:16:33.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:16:33.663Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:17:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:17:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:17:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:17:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:17:24.110Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:17:24.111Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:17:33.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:17:33.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:18:24.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:18:24.106Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:18:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:18:24.109Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:18:24.110Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:18:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:18:33.694Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:18:33.710Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:19:24.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:19:24.106Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:19:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:19:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:19:24.109Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:19:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:19:33.671Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:19:33.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:20:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:20:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:20:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:20:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:20:24.109Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:20:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:20:33.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:20:33.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:21:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:21:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:21:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:21:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:21:24.109Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:21:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:21:33.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:21:33.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:22:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:22:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:22:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:22:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:22:24.109Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:22:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:22:29.036Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-14T07:22:33.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:22:33.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:23:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:23:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:23:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:23:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:23:24.110Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:23:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:23:33.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:23:33.709Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:24:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:24:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:24:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:24:24.108Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:24:24.110Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:24:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:24:33.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:24:33.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:25:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:25:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:25:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:25:24.109Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:25:24.109Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:25:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:25:33.665Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:25:33.671Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:26:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:26:24.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:26:24.109Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:26:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:26:24.109Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:26:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:26:33.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:26:33.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:27:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:27:24.107Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:27:24.107Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:27:24.109Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:27:24.110Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:27:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:27:33.711Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:27:33.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:28:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:28:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:28:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:28:24.108Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:28:24.109Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:28:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:28:33.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:28:33.698Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:29:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:29:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:29:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:29:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:29:24.109Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:29:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:29:33.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:29:33.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:30:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:30:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:30:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:30:24.108Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:30:24.109Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:30:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:30:33.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:30:33.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:31:24.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:31:24.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:31:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:31:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:31:24.109Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:31:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:31:24.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:31:24.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:31:24.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "cds",
"timestamp": 1649921474957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:31:24.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:31:24.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:31:24.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921473428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:31:24.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:31:24.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:31:24.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921476130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:31:24.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:31:24.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:31:24.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "cds",
"timestamp": 1649921474957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:31:24.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:31:24.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:31:24.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921473428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:31:24.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:31:24.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:31:24.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921476130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:31:24.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:31:24.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:31:24.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921482794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:31:24.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:31:24.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:31:24.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "cds",
"timestamp": 1649921474957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:31:24.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:31:24.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:31:24.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921473428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:31:24.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:31:24.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:31:24.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921476130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:31:24.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:31:24.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:31:24.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-14T07:31:24.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e530f0c8-d603-4d5c-9cf2-bfb4d3635324","serviceName":"basic_onboard_xXdmFV","serviceVersion":"1.0","serviceUUID":"a34e6443-9993-4a62-9f46-ff373a7ab78a","serviceDescription":"service","serviceInvariantUUID":"e04b8ecd-feb5-48a9-88dc-7b7572af8f3e","resources":[{"resourceInstanceName":"basic_onboard_xXdmFV 0","resourceName":"basic_onboard_xXdmFV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"16872a11-8b84-4a7c-be52-0ce25d5be4eb","resourceInvariantUUID":"9e922052-1027-4d77-a02b-68f84a54ac83","resourceCustomizationUUID":"fef5e0d7-2b59-4398-af3e-4b828063da32","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml","artifactChecksum":"MGYyYWE5YTdhNjBjNmUyZjkzNWUzZTI5ZGIzZDgwYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dabc71de-e79c-49ab-b619-574bbe50d6cc","artifactVersion":"1"},{"artifactName":"basic_onboard_xxdmfv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json","artifactChecksum":"MDAxZjFhZTE1YzM0YTUwNTc3NWI2NmM0YzdmYTNjNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58dbd3c8-5522-4e2f-b3fd-26bbc8cbc113","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ff8056f-74b3-4411-8259-0c17daa66b93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3300ca19-159b-4fa9-a82f-4a6bc8ac98f4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0af0cab8-0cca-40cf-a61a-7362d9740207","artifactVersion":"2","generatedFromUUID":"5ff8056f-74b3-4411-8259-0c17daa66b93"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXxdmfv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml","artifactChecksum":"YzRhOWRjM2E4NWEwYjk3NjlkMTM1ZTgzMTA3ZmQxODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1523f3b-e951-4bd9-b474-6d6bbd9c2d6e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXxdmfv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar","artifactChecksum":"ZjYwZWI1N2YxY2E2NTZjZGJlNzE5MWI1MjlkMGI3NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bbf15df8-4706-4d52-ac36-56e407bc997e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-14T07:31:24.765Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:31:24.772Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:31:24.787Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:31:24.787Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:31:24.888Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-14T07:31:24.895Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:31:24.896Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:31:24.916Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:31:24.917Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:31:25.795Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:31:25.796Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:31:25.798Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:31:25.799Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:31:25.899Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:31:25.900Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:31:25.900Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:31:25.941Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:31:25.942Z||pool-4-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:31:26.800Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:31:26.801Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:31:26.804Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:31:26.804Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:31:26.904Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:31:26.905Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:31:26.905Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:31:26.926Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:31:26.928Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:31:27.805Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:31:27.806Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:31:27.809Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:31:27.809Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:31:27.909Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:31:27.910Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:31:27.911Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:31:27.934Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:31:27.935Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:31:28.810Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:31:28.811Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:31:28.813Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:31:28.813Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-14T07:31:28.913Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-14T07:31:28.915Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:31:28.915Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:31:28.946Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:31:28.947Z||pool-7-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:31:29.814Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:31:29.815Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:31:29.817Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:31:29.817Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:31:29.918Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:31:29.919Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:31:29.919Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:31:29.941Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:31:29.942Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:31:30.818Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:31:30.819Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:31:30.821Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:31:30.821Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:31:30.921Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:31:30.923Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:31:30.923Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:31:30.940Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:31:30.941Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:31:31.823Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"serviceName": "basic_onboard_xXdmFV",
"serviceVersion": "1.0",
"serviceUUID": "a34e6443-9993-4a62-9f46-ff373a7ab78a",
"serviceDescription": "service",
"serviceInvariantUUID": "e04b8ecd-feb5-48a9-88dc-7b7572af8f3e",
"resources": [
{
"resourceInstanceName": "basic_onboard_xXdmFV 0",
"resourceCustomizationUUID": "fef5e0d7-2b59-4398-af3e-4b828063da32",
"resourceName": "basic_onboard_xXdmFV",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "16872a11-8b84-4a7c-be52-0ce25d5be4eb",
"resourceInvariantUUID": "9e922052-1027-4d77-a02b-68f84a54ac83",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xxdmfv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"artifactChecksum": "MDAxZjFhZTE1YzM0YTUwNTc3NWI2NmM0YzdmYTNjNTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "58dbd3c8-5522-4e2f-b3fd-26bbc8cbc113",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5ff8056f-74b3-4411-8259-0c17daa66b93",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0af0cab8-0cca-40cf-a61a-7362d9740207",
"generatedFromUUID": "5ff8056f-74b3-4411-8259-0c17daa66b93"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0af0cab8-0cca-40cf-a61a-7362d9740207",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXxdmfv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"artifactChecksum": "ZjYwZWI1N2YxY2E2NTZjZGJlNzE5MWI1MjlkMGI3NmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bbf15df8-4706-4d52-ac36-56e407bc997e"
}
],
"workloadContext": "Production"
}
2022-04-14T07:31:31.824Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-14T07:31:31.825Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a34e6443-9993-4a62-9f46-ff373a7ab78a ASDC
2022-04-14T07:31:31.979Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e530f0c8-d603-4d5c-9cf2-bfb4d3635324
ServiceName:basic_onboard_xXdmFV
ServiceVersion:1.0
ServiceUUID:a34e6443-9993-4a62-9f46-ff373a7ab78a
ServiceInvariantUUID:e04b8ecd-feb5-48a9-88dc-7b7572af8f3e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXxdmfv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar
ArtifactUUID:bbf15df8-4706-4d52-ac36-56e407bc997e
ArtifactChecksum:ZjYwZWI1N2YxY2E2NTZjZGJlNzE5MWI1MjlkMGI3NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xXdmFV 0
ResourceCustomizationUUID:fef5e0d7-2b59-4398-af3e-4b828063da32
ResourceInvariantUUID:9e922052-1027-4d77-a02b-68f84a54ac83
ResourceName:basic_onboard_xXdmFV
ResourceType:VF
ResourceUUID:16872a11-8b84-4a7c-be52-0ce25d5be4eb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xxdmfv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json
ArtifactUUID:58dbd3c8-5522-4e2f-b3fd-26bbc8cbc113
ArtifactChecksum:MDAxZjFhZTE1YzM0YTUwNTc3NWI2NmM0YzdmYTNjNTU=
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/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5ff8056f-74b3-4411-8259-0c17daa66b93
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/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env
ArtifactUUID:0af0cab8-0cca-40cf-a61a-7362d9740207
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/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env
ArtifactUUID:0af0cab8-0cca-40cf-a61a-7362d9740207
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-14T07:31:31.979Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a34e6443-9993-4a62-9f46-ff373a7ab78a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
2022-04-14T07:31:32.193Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@747fd861 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4034) 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.$Proxy217.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.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-04-14T07:31:32.197Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-14T07:31:32.197Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||ERROR|500||(conn=4034) WSREP has not yet prepared node for application use
2022-04-14T07:31:32.203Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.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.$Proxy217.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.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=4034) 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-04-14T07:31:32.212Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.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.$Proxy217.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.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=4034) 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-04-14T07:31:32.231Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy217.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 28 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 31 common frames omitted
2022-04-14T07:31:32.232Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e530f0c8-d603-4d5c-9cf2-bfb4d3635324 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-14T07:31:32.340Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4a1bc549 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4041) 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.$Proxy217.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 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-04-14T07:31:32.343Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-14T07:31:32.343Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||ERROR|500||(conn=4041) WSREP has not yet prepared node for application use
2022-04-14T07:31:32.346Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-04-14T07:31:32.346Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||ERROR|500||Exception occurred
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy217.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doList(Loader.java:2850)
at org.hibernate.loader.Loader.doList(Loader.java:2832)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
at org.hibernate.loader.Loader.list(Loader.java:2659)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
at 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=4041) 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-04-14T07:31:32.347Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy217.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
... 9 common frames omitted
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doList(Loader.java:2850)
at org.hibernate.loader.Loader.doList(Loader.java:2832)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
at org.hibernate.loader.Loader.list(Loader.java:2659)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
at 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=4041) 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-04-14T07:31:32.348Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-04-14T07:31:32.350Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e530f0c8-d603-4d5c-9cf2-bfb4d3635324 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-04-14T07:31:32.351Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-14T07:31:32.352Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:31:32.354Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:31:32.354Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921492350,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-14T07:31:32.455Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-14T07:31:32.456Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:31:32.456Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:31:32.513Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:31:32.514Z||pool-10-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:32:24.105Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:32:24.106Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:32:24.107Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:32:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:32:24.109Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:32:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:32:24.142Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:32:24.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:32:24.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921482794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:32:24.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:32:24.739Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:32:24.741Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-14T07:32:24.741Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d42ebdde-b084-424d-ae32-827b366131b7","serviceName":"vFW 2022-04-14 07-27-54","serviceVersion":"1.0","serviceUUID":"8a0eb7fa-fb7c-4987-bebb-9a4c2671c891","serviceDescription":"catalog service description","serviceInvariantUUID":"4c6d42f9-1973-42ff-b7a5-c744ee2180ca","resources":[{"resourceInstanceName":"vFW e7b8a1f8-1467 0","resourceName":"vFW e7b8a1f8-1467","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"999c4074-bc9a-49a0-9d90-eb750d108833","resourceInvariantUUID":"8930d31f-2a5e-4b4e-a528-be97d120ab1b","resourceCustomizationUUID":"c6c311b7-343e-4e21-baea-fca9e8f9e7e1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml","artifactChecksum":"ODhkNTFlMmE4MjUxMTE5YTE1NGU1NDIwZDQyY2E3MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40458841-79f3-4f65-a715-6f0fe1a57e03","artifactVersion":"1"},{"artifactName":"vfwe7b8a1f814670_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json","artifactChecksum":"ZTU1MDQwYjQ2YTU2NzI5ZDY3OTE5MmRkNzVhODc2OGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ada8b5b6-a9b1-4586-b524-94ef87bd8cdb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f9e4ff5d-dc7e-45dc-be04-37aea5b1ba4a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml","artifactChecksum":"YmViZGU1NzQzYzJjYWMyNGE1YTQ4YTdlNjExNTkxMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5c4e7b09-7f8f-4d55-a046-000b3b682824","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3b30eaec-fc97-46ad-86d5-def466244558","artifactVersion":"2","generatedFromUUID":"f9e4ff5d-dc7e-45dc-be04-37aea5b1ba4a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220414072754-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml","artifactChecksum":"ZTZhZDA1YjA4Yzg5OWRjNDcyYTQ4YjhlMzUzZjI3MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c67c93f-0587-42bc-88ff-d07fc16d791c","artifactVersion":"1"},{"artifactName":"service-Vfw20220414072754-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar","artifactChecksum":"ZjBjZGI2NmQwNDVkMjgxNjE3NjFjMGMwNDVhZmFhOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96fe2b5a-cc68-47ba-9340-29bbfd13d26a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-14T07:32:24.753Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:32:24.754Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:32:24.757Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:32:24.757Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:32:24.858Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-14T07:32:24.859Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:32:24.859Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:32:24.879Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:32:24.880Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:32:25.758Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:32:25.760Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:32:25.763Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:32:25.763Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:32:25.863Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:32:25.864Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:32:25.864Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:32:25.879Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:32:25.880Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:32:26.764Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:32:26.766Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:32:26.769Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:32:26.769Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:32:26.869Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:32:26.870Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:32:26.870Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:32:26.891Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:32:26.891Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:32:27.769Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:32:27.770Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:32:27.772Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:32:27.773Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:32:27.873Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:32:27.874Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:32:27.874Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:32:27.887Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:32:27.888Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:32:28.773Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:32:28.775Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:32:28.778Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:32:28.778Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-14T07:32:28.879Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-14T07:32:28.880Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:32:28.881Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:32:28.895Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:32:28.896Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:32:29.779Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:32:29.779Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:32:29.782Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:32:29.782Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:32:29.882Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:32:29.883Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:32:29.883Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:32:29.900Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:32:29.901Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:32:30.783Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:32:30.784Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:32:30.786Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:32:30.786Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:32:30.886Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:32:30.887Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:32:30.888Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:32:30.926Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:32:30.927Z||pool-17-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:32:31.788Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"serviceName": "vFW 2022-04-14 07-27-54",
"serviceVersion": "1.0",
"serviceUUID": "8a0eb7fa-fb7c-4987-bebb-9a4c2671c891",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4c6d42f9-1973-42ff-b7a5-c744ee2180ca",
"resources": [
{
"resourceInstanceName": "vFW e7b8a1f8-1467 0",
"resourceCustomizationUUID": "c6c311b7-343e-4e21-baea-fca9e8f9e7e1",
"resourceName": "vFW e7b8a1f8-1467",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "999c4074-bc9a-49a0-9d90-eb750d108833",
"resourceInvariantUUID": "8930d31f-2a5e-4b4e-a528-be97d120ab1b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe7b8a1f814670_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"artifactChecksum": "ZTU1MDQwYjQ2YTU2NzI5ZDY3OTE5MmRkNzVhODc2OGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ada8b5b6-a9b1-4586-b524-94ef87bd8cdb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f9e4ff5d-dc7e-45dc-be04-37aea5b1ba4a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3b30eaec-fc97-46ad-86d5-def466244558",
"generatedFromUUID": "f9e4ff5d-dc7e-45dc-be04-37aea5b1ba4a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3b30eaec-fc97-46ad-86d5-def466244558",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220414072754-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"artifactChecksum": "ZjBjZGI2NmQwNDVkMjgxNjE3NjFjMGMwNDVhZmFhOTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "96fe2b5a-cc68-47ba-9340-29bbfd13d26a"
}
],
"workloadContext": "Production"
}
2022-04-14T07:32:31.789Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-14T07:32:31.789Z|e530f0c8-d603-4d5c-9cf2-bfb4d3635324|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a0eb7fa-fb7c-4987-bebb-9a4c2671c891 ASDC
2022-04-14T07:32:31.790Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d42ebdde-b084-424d-ae32-827b366131b7
ServiceName:vFW 2022-04-14 07-27-54
ServiceVersion:1.0
ServiceUUID:8a0eb7fa-fb7c-4987-bebb-9a4c2671c891
ServiceInvariantUUID:4c6d42f9-1973-42ff-b7a5-c744ee2180ca
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220414072754-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar
ArtifactUUID:96fe2b5a-cc68-47ba-9340-29bbfd13d26a
ArtifactChecksum:ZjBjZGI2NmQwNDVkMjgxNjE3NjFjMGMwNDVhZmFhOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e7b8a1f8-1467 0
ResourceCustomizationUUID:c6c311b7-343e-4e21-baea-fca9e8f9e7e1
ResourceInvariantUUID:8930d31f-2a5e-4b4e-a528-be97d120ab1b
ResourceName:vFW e7b8a1f8-1467
ResourceType:VF
ResourceUUID:999c4074-bc9a-49a0-9d90-eb750d108833
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe7b8a1f814670_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json
ArtifactUUID:ada8b5b6-a9b1-4586-b524-94ef87bd8cdb
ArtifactChecksum:ZTU1MDQwYjQ2YTU2NzI5ZDY3OTE5MmRkNzVhODc2OGU=
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/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml
ArtifactUUID:f9e4ff5d-dc7e-45dc-be04-37aea5b1ba4a
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/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env
ArtifactUUID:3b30eaec-fc97-46ad-86d5-def466244558
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/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env
ArtifactUUID:3b30eaec-fc97-46ad-86d5-def466244558
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-14T07:32:31.790Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a0eb7fa-fb7c-4987-bebb-9a4c2671c891 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:32:31.851Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-14T07:32:31.855Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-14T07:32:31.857Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-14T07:32:31.858Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 96fe2b5a-cc68-47ba-9340-29bbfd13d26a from URL: /sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:31.858Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-14T07:32:31.860Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:32.353Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-14T07:32:32.376Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar 96fe2b5a-cc68-47ba-9340-29bbfd13d26a 98953
2022-04-14T07:32:32.378Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar ASDC sendASDCNotification
2022-04-14T07:32:32.378Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:32.379Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-14T07:32:32.379Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:32:32.382Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:32:32.382Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921552377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:32:32.483Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-14T07:32:32.484Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:32:32.484Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:32:32.522Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:32:32.523Z||pool-18-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:32:33.383Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-14T07:32:33.384Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-14T07:32:33.385Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 96fe2b5a-cc68-47ba-9340-29bbfd13d26a, URL: /sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar to file: /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:33.386Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220414072754-csar.csar
2022-04-14T07:32:33.508Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:33.509Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:34.321Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3457005506632359806/Definitions/service-Vfw20220414072754-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-14T07:32:37.524Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-14T07:32:37.531Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-14T07:32:37.532Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.532Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-14T07:32:37.532Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.532Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.533Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.534Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.534Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.534Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.534Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e7b8a1f8-1467 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-Vfw20220414072754-csar.csar
2022-04-14T07:32:37.534Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-14T07:32:37.543Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.546Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:32:37.552Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is matching search criteria
2022-04-14T07:32:37.553Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-14T07:32:37.554Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e7b8a1f8-1467 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-14T07:32:37.556Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.557Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:32:37.557Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is matching search criteria
2022-04-14T07:32:37.557Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-14T07:32:37.557Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e7b8a1f8-1467 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-14T07:32:37.558Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.558Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:32:37.563Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.564Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is not matching search criteria
2022-04-14T07:32:37.564Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:32:37.564Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:32:37.564Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:32:37.565Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:32:37.565Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.565Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.565Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:32:37.565Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:32:37.566Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:32:37.567Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.567Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-14T07:32:37.567Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.567Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-14T07:32:37.569Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.570Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is matching search criteria
2022-04-14T07:32:37.570Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e7b8a1f8-1467 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:32:37.570Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.571Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is matching search criteria
2022-04-14T07:32:37.571Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e7b8a1f8-1467 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:32:37.571Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.571Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is matching search criteria
2022-04-14T07:32:37.571Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e7b8a1f8-1467 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is not matching search criteria
2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-14T07:32:37.572Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:32:37.573Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:32:37.573Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.573Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:32:37.573Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:32:37.573Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:32:37.574Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:32:37.574Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.574Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a32c64f-dea2-4cd0-9792-0b3edae5f079
2022-04-14T07:32:37.574Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.574Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is not matching search criteria
2022-04-14T07:32:37.575Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:32:37.575Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:32:37.575Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:32:37.575Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:32:37.575Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:32:37.576Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:32:37.577Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.577Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=115d33e2-37e1-4370-90e2-462008f055b7
2022-04-14T07:32:37.577Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.577Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vFW e7b8a1f8-1467 0 is not matching search criteria
2022-04-14T07:32:37.577Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.578Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-14T07:32:37.579Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=391978a7-c770-44c3-8abd-8cfe59bf8787
2022-04-14T07:32:37.580Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.580Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:32:37.580Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.580Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:32:37.580Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.581Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:32:37.581Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:32:37.581Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-14 07-27-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:32:37.581Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-14 07-27-54
Description:catalog service description
Model UUID:8a0eb7fa-fb7c-4987-bebb-9a4c2671c891
Model Version:NULL
Model InvariantUuid:4c6d42f9-1973-42ff-b7a5-c744ee2180ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e7b8a1f8-1467
Model UUID:80310d90-4f61-4f8d-a808-0f031330fc99
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8930d31f-2a5e-4b4e-a528-be97d120ab1b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c6c311b7-343e-4e21-baea-fca9e8f9e7e1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c388585a-50a2-46ce-bb1a-65ecf4bac44e
ModelName:VfwE7b8a1f81467..base_vfw..module-0
ModelUuid:0618cd0b-9c00-47e9-a1ad-49d115dae08c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9a32c64f-dea2-4cd0-9792-0b3edae5f079
ModelInvariantUuid:88c36816-4ed9-4f92-b894-2a0e8beb4500
ModelName:vFW e7b8a1f8-1467-nodes.vfwCvfc
ModelUuid:458d2d84-3c7a-494c-a700-33f373e80976
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:aae6f8e3-1aca-4697-a5de-db4077984e1a
ModelInvariantUuid:a4f08289-a5e6-4b60-94ff-91adfcee90f3
ModelName:VfwE7b8a1f81467.compute.nodes.heat.vfw
ModelUuid:cd4549e4-adc7-4688-9d06-7e8dba84c8b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:115d33e2-37e1-4370-90e2-462008f055b7
ModelInvariantUuid:2e7f5b15-0e43-4488-a7ce-777799ddb2c7
ModelName:vFW e7b8a1f8-1467-nodes.vsnCvfc
ModelUuid:1d1eb674-b3ad-4f28-972f-1678076463c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:45b1d943-f639-4a56-9741-f1b5f2034cfa
ModelInvariantUuid:7f363c50-0a68-4f2c-b7b6-f1e3adab6148
ModelName:VfwE7b8a1f81467.compute.nodes.heat.vsn
ModelUuid:d77a5920-f7cb-4952-8884-cf84c919a885
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:391978a7-c770-44c3-8abd-8cfe59bf8787
ModelInvariantUuid:75011bf4-8e00-4af6-8e54-ffa8c4c769ae
ModelName:vFW e7b8a1f8-1467-nodes.vpgCvfc
ModelUuid:26b4a2b4-2f10-47c3-8503-2abc618ed94c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:bc2c4ef7-857a-436b-a328-13d829325745
ModelInvariantUuid:f85bd451-e3a8-4e7a-96ce-d1ce7161fe23
ModelName:VfwE7b8a1f81467.compute.nodes.heat.vpg
ModelUuid:2a93b3e3-8dfc-4289-bcac-f4536ef7dbe0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-14T07:32:37.600Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@27ecf04f marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4035) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy220.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-04-14T07:32:37.602Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-14T07:32:37.603Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||ERROR|500||(conn=4035) WSREP has not yet prepared node for application use
2022-04-14T07:32:37.604Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy220.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.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=4035) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-04-14T07:32:37.606Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy220.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.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=4035) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-04-14T07:32:37.611Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy220.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$a81ebd5b.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.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-04-14T07:32:37.612Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d42ebdde-b084-424d-ae32-827b366131b7 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-14T07:32:37.646Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d42ebdde-b084-424d-ae32-827b366131b7 and serviceModelVersionId: 8a0eb7fa-fb7c-4987-bebb-9a4c2671c891
2022-04-14T07:32:37.647Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c6d42f9-1973-42ff-b7a5-c744ee2180ca
2022-04-14T07:32:54.857Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0
2022-04-14T07:32:54.977Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-14T07:32:55.598Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-14T07:32:55.605Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Invoke
2022-04-14T07:32:57.166Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-14T07:32:57.167Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Invoke
2022-04-14T07:32:58.699Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-14T07:32:58.701Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||Invoke
2022-04-14T07:32:59.732Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-14T07:32:59.733Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-04-14T07:32:59.734Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-04-14T07:32:59.734Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
2022-04-14T07:32:59.734Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d42ebdde-b084-424d-ae32-827b366131b7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-04-14T07:32:59.734Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-14T07:32:59.734Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-14T07:32:59.737Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:32:59.737Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|DEBUG|500||try to send status {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921579734,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-14T07:32:59.837Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:32:59.838Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:32:59.839Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:32:59.863Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:32:59.864Z||pool-19-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-14T07:33:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:33:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-04-14T07:33:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:33:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:33:24.109Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:33:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:33:24.152Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:33:24.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921473428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "cds",
"timestamp": 1649921474957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921476130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "policy-id",
"timestamp": 1649921483363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921482794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "cds",
"timestamp": 1649921474957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921473428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "clamp",
"timestamp": 1649921484669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921476130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "policy-id",
"timestamp": 1649921483363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921482794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "cds",
"timestamp": 1649921474957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921473428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "clamp",
"timestamp": 1649921484669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921476130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "policy-id",
"timestamp": 1649921483363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921482794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "cds",
"timestamp": 1649921474957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921473428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "clamp",
"timestamp": 1649921484669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921476130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "policy-id",
"timestamp": 1649921483363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921482794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "clamp",
"timestamp": 1649921484669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "policy-id",
"timestamp": 1649921483363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921482794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "clamp",
"timestamp": 1649921484669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "cds",
"timestamp": 1649921489005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.188Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921489052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921489532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "policy-id",
"timestamp": 1649921483363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "clamp",
"timestamp": 1649921484669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "cds",
"timestamp": 1649921490024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:33:24.207Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324
2022-04-14T07:33:24.207Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:33:24.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921484105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "policy-id",
"timestamp": 1649921483363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "clamp",
"timestamp": 1649921484669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921491143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "aai-ml",
"timestamp": 1649921491585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921492350,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-14T07:33:24.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "policy-id",
"timestamp": 1649921492197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "aai-ml",
"timestamp": 1649921491585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921492640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "policy-id",
"timestamp": 1649921493207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:33:24.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "aai-ml",
"timestamp": 1649921491585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921493724,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:33:24.242Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324
2022-04-14T07:33:24.242Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:33:24.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "policy-id",
"timestamp": 1649921494211,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:33:24.256Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324
2022-04-14T07:33:24.256Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-14T07:33:24.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "aai-ml",
"timestamp": 1649921491585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921494729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/basic_onboard_xxdmfv0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-14T07:33:24.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "aai-ml",
"timestamp": 1649921491585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/resourceInstances/basic_onboard_xxdmfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "cds",
"timestamp": 1649921491030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921495735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "aai-ml",
"timestamp": 1649921491585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "cds",
"timestamp": 1649921491030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921495735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "aai-ml",
"timestamp": 1649921491585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921498394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:33:24.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "cds",
"timestamp": 1649921491030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921495735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921499416,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:33:24.276Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324
2022-04-14T07:33:24.277Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:33:24.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "cds",
"timestamp": 1649921491030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "aai-ml",
"timestamp": 1649921500070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921495735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "cds",
"timestamp": 1649921491030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921495735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "cds",
"timestamp": 1649921491030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921495735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "cds",
"timestamp": 1649921491030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921502794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921495735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921502794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "cds",
"timestamp": 1649921503858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "policy-id",
"timestamp": 1649921503363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921504063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921502794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "cds",
"timestamp": 1649921504864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:33:24.298Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d42ebdde-b084-424d-ae32-827b366131b7
2022-04-14T07:33:24.298Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:33:24.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "policy-id",
"timestamp": 1649921503363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921502794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921505589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "policy-id",
"timestamp": 1649921503363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921502794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921506152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921506948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "policy-id",
"timestamp": 1649921503363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "clamp",
"timestamp": 1649921507670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921502794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921506152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921507974,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:33:24.315Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d42ebdde-b084-424d-ae32-827b366131b7
2022-04-14T07:33:24.315Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:33:24.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "policy-id",
"timestamp": 1649921503363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649921502794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "clamp",
"timestamp": 1649921508870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:33:24.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921506152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649921508977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"status": "DEPLOY_OK"
}
2022-04-14T07:33:24.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "policy-id",
"timestamp": 1649921503363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "clamp",
"timestamp": 1649921509885,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:33:24.338Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324
2022-04-14T07:33:24.338Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:33:24.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921506152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "policy-id",
"timestamp": 1649921503363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921506152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "policy-id",
"timestamp": 1649921511399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.349Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921506152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "aai-ml",
"timestamp": 1649921513046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXxdmfv/1.0/artifacts/service-BasicOnboardXxdmfv-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-14T07:33:24.350Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "policy-id",
"timestamp": 1649921512402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:33:24.350Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921506152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e530f0c8-d603-4d5c-9cf2-bfb4d3635324",
"consumerID": "aai-ml",
"timestamp": 1649921514054,
"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-04-14T07:33:24.357Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e530f0c8-d603-4d5c-9cf2-bfb4d3635324
2022-04-14T07:33:24.357Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e530f0c8-d603-4d5c-9cf2-bfb4d3635324 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:33:24.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "policy-id",
"timestamp": 1649921513406,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:33:24.369Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d42ebdde-b084-424d-ae32-827b366131b7
2022-04-14T07:33:24.369Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-14T07:33:24.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921514722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.378Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "clamp",
"timestamp": 1649921514668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "clamp",
"timestamp": 1649921514668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "clamp",
"timestamp": 1649921514668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "clamp",
"timestamp": 1649921514668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "clamp",
"timestamp": 1649921514668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "clamp",
"timestamp": 1649921514668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "clamp",
"timestamp": 1649921514668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921521581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:33:24.382Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "aai-ml",
"timestamp": 1649921521585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649921522588,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:33:24.388Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d42ebdde-b084-424d-ae32-827b366131b7
2022-04-14T07:33:24.389Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:33:24.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "aai-ml",
"timestamp": 1649921521585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "aai-ml",
"timestamp": 1649921521585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "aai-ml",
"timestamp": 1649921521585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "aai-ml",
"timestamp": 1649921521585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "aai-ml",
"timestamp": 1649921521585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:33:24.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "aai-ml",
"timestamp": 1649921521585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:33:24.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:33:24.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "aai-ml",
"timestamp": 1649921529676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "clamp",
"timestamp": 1649921534038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:33:24.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "clamp",
"timestamp": 1649921535073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:33:24.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "clamp",
"timestamp": 1649921536080,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:33:24.408Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d42ebdde-b084-424d-ae32-827b366131b7
2022-04-14T07:33:24.408Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:33:24.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "aai-ml",
"timestamp": 1649921541175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-14T07:33:24.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:33:24.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:33:24.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "aai-ml",
"timestamp": 1649921542181,
"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-04-14T07:33:24.423Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d42ebdde-b084-424d-ae32-827b366131b7
2022-04-14T07:33:24.423Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42ebdde-b084-424d-ae32-827b366131b7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:33:33.682Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:34:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:34:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-04-14T07:34:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:34:24.108Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:34:24.109Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:34:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:34:24.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:34:24.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:34:24.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:34:24.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:34:24.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:34:24.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vfwe7b8a1f814670_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:34:24.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:34:24.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:34:24.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:34:24.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:34:24.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:34:24.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:34:24.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:34:24.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:34:24.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/resourceInstances/vfwe7b8a1f814670/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-14T07:34:24.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:34:24.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:34:24.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:34:24.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:34:24.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:34:24.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921544105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:34:24.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-14T07:34:24.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:34:24.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921552377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414072754/1.0/artifacts/service-Vfw20220414072754-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:34:24.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:34:24.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-14T07:34:24.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d42ebdde-b084-424d-ae32-827b366131b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649921579734,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-14T07:34:24.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:34:33.670Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:35:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:35:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-04-14T07:35:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:35:24.108Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:35:24.109Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:35:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:35:33.695Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:35:33.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:36:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:36:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-04-14T07:36:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:36:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:36:24.109Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:36:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:36:33.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:36:33.679Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:37:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:37:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:37:24.110Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-04-14T07:37:24.110Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:37:24.110Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:37:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:37:33.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:37:33.685Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:38:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:38:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-04-14T07:38:24.107Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:38:24.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:38:24.109Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:38:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:38:33.667Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:38:33.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:39:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:39:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-04-14T07:39:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:39:24.109Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:39:24.110Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:39:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:39:33.665Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:39:33.666Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:40:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:40:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-04-14T07:40:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:40:24.108Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:40:24.109Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:40:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:40:33.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:40:33.672Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:41:24.105Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:41:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?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-04-14T07:41:24.106Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:41:24.108Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:41:24.109Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:41:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:41:33.654Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:41:33.659Z|d42ebdde-b084-424d-ae32-827b366131b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6d42f9-1973-42ff-b7a5-c744ee2180ca/model-vers/model-ver/8a0eb7fa-fb7c-4987-bebb-9a4c2671c891?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:24.105Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:42:24.106Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:42:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:42:24.109Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:42:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:24.747Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:24.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1e8b786-4f50-4e9c-896c-4c47dab81a31","serviceName":"vFW 2022-04-14 07-38-40","serviceVersion":"1.0","serviceUUID":"e3a9a6c1-4c02-4450-a846-77fbaab111d0","serviceDescription":"catalog service description","serviceInvariantUUID":"afc852da-d107-4184-87f3-8548f3d720f6","resources":[{"resourceInstanceName":"vFW 0e695e9c-0aff 0","resourceName":"vFW 0e695e9c-0aff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"361c7225-f761-4ee7-b695-08e17330bd8c","resourceInvariantUUID":"f0d13baf-0aa1-4647-93b3-9ae705928679","resourceCustomizationUUID":"85f76a58-af05-46b6-bb69-04d56308c5ea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml","artifactChecksum":"MmY5YzQ0ZDZkMjM4Njg2ZTYxNGJhZjQzYzc4NGU4YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4f7c654-638a-439a-b3b0-c47567cf3fbf","artifactVersion":"1"},{"artifactName":"vfw0e695e9c0aff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json","artifactChecksum":"OTdhYTNhMjVhZjgxNDk1MjZjMmNhOWM4MzVhOTNhYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"47a97f77-af24-42a1-8ffc-3c5e10a348b1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac0dd7d4-e035-4ec1-b20b-30e393b1421c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml","artifactChecksum":"ODkyZjQwNzBiMGY1YWZhM2MxOGZjMzUzMGJhYTA3MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71b34264-cd09-448b-97c1-5cf48f397e8c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"001b8c94-56b7-4b52-8ac9-622f7d9cd299","artifactVersion":"2","generatedFromUUID":"ac0dd7d4-e035-4ec1-b20b-30e393b1421c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220414073840-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml","artifactChecksum":"NjllZDNmNzk4YmY4ZjIwZWUzZDljMWE0NGE2MzY5NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69e107f3-285e-41ac-864f-ef2e786b61a5","artifactVersion":"1"},{"artifactName":"service-Vfw20220414073840-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar","artifactChecksum":"MWE3M2E5ZThlYTE5NmM0MTNmYzNhOTM1MDVhYzVmNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f709ea95-49bc-48c6-a82e-29049f97df37","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-14T07:42:24.756Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:42:24.757Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:24.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:24.762Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:24.762Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922093428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "aai-ml",
"timestamp": 1649922091585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "aai-ml",
"timestamp": 1649922091585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922093428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:42:24.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922102794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "aai-ml",
"timestamp": 1649922091585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922093428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:42:24.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922102794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922093428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "aai-ml",
"timestamp": 1649922091585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "policy-id",
"timestamp": 1649922103363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922102794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "aai-ml",
"timestamp": 1649922091585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922093428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-14T07:42:24.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "policy-id",
"timestamp": 1649922103363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922102794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "cds",
"timestamp": 1649922104957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "aai-ml",
"timestamp": 1649922091585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922093428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "policy-id",
"timestamp": 1649922103363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:42:24.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922102794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922106129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "cds",
"timestamp": 1649922104957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "aai-ml",
"timestamp": 1649922091585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:42:24.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922093428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:42:24.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "policy-id",
"timestamp": 1649922103363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922102794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922106129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "cds",
"timestamp": 1649922104957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922108017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:24.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "aai-ml",
"timestamp": 1649922108837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:24.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "policy-id",
"timestamp": 1649922103363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922102794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922106129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "cds",
"timestamp": 1649922104957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "policy-id",
"timestamp": 1649922103363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922106129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922109357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:24.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "cds",
"timestamp": 1649922104957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "policy-id",
"timestamp": 1649922103363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:42:24.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922106129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "cds",
"timestamp": 1649922104957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922110621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:24.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922106129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "policy-id",
"timestamp": 1649922111426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:24.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "cds",
"timestamp": 1649922104957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:42:24.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922111657,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:42:24.812Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31
2022-04-14T07:42:24.813Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:42:24.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922106129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:42:24.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "policy-id",
"timestamp": 1649922112431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:42:24.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922112660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-14T07:42:24.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "cds",
"timestamp": 1649922113349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:24.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "policy-id",
"timestamp": 1649922113434,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:42:24.835Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31
2022-04-14T07:42:24.836Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-14T07:42:24.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922114381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:24.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "cds",
"timestamp": 1649922114359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:42:24.855Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31
2022-04-14T07:42:24.856Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:42:24.862Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:24.863Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:24.863Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:24.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "clamp",
"timestamp": 1649922114668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "clamp",
"timestamp": 1649922114668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:42:24.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "clamp",
"timestamp": 1649922114668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "clamp",
"timestamp": 1649922114668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "aai-ml",
"timestamp": 1649922119419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-14T07:42:24.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "clamp",
"timestamp": 1649922114668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922119702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:42:24.872Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "aai-ml",
"timestamp": 1649922120423,
"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-04-14T07:42:24.878Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:24.878Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31
2022-04-14T07:42:24.878Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:24.879Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:42:24.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "clamp",
"timestamp": 1649922114668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:24.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922120710,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:42:24.897Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31
2022-04-14T07:42:24.897Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:42:24.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "clamp",
"timestamp": 1649922114668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:42:24.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:42:24.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "clamp",
"timestamp": 1649922137224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:24.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "clamp",
"timestamp": 1649922139176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:42:24.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:42:24.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:42:24.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "clamp",
"timestamp": 1649922140183,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:42:24.916Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1e8b786-4f50-4e9c-896c-4c47dab81a31
2022-04-14T07:42:24.916Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e8b786-4f50-4e9c-896c-4c47dab81a31 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:42:25.763Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:42:25.764Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:25.766Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:25.766Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:42:25.866Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:25.867Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:25.867Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:25.881Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:25.881Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:26.767Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:42:26.768Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:26.770Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:26.770Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:42:26.871Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:26.875Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:26.875Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:26.894Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:26.894Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:27.773Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:42:27.773Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:27.777Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:27.777Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:27.877Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:27.878Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:27.879Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:27.891Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:27.892Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:28.778Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:42:28.779Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:28.781Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:28.781Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-14T07:42:28.881Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:28.882Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:28.882Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:28.909Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:28.910Z||pool-24-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:29.781Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:42:29.782Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:29.784Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:29.784Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:42:29.885Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-14T07:42:29.886Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:29.886Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:29.898Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:29.899Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:30.785Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:42:30.786Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:30.790Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:30.790Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:42:30.890Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:30.892Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:30.892Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:30.910Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:30.910Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:42:31.793Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"serviceName": "vFW 2022-04-14 07-38-40",
"serviceVersion": "1.0",
"serviceUUID": "e3a9a6c1-4c02-4450-a846-77fbaab111d0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "afc852da-d107-4184-87f3-8548f3d720f6",
"resources": [
{
"resourceInstanceName": "vFW 0e695e9c-0aff 0",
"resourceCustomizationUUID": "85f76a58-af05-46b6-bb69-04d56308c5ea",
"resourceName": "vFW 0e695e9c-0aff",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "361c7225-f761-4ee7-b695-08e17330bd8c",
"resourceInvariantUUID": "f0d13baf-0aa1-4647-93b3-9ae705928679",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0e695e9c0aff0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"artifactChecksum": "OTdhYTNhMjVhZjgxNDk1MjZjMmNhOWM4MzVhOTNhYWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "47a97f77-af24-42a1-8ffc-3c5e10a348b1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ac0dd7d4-e035-4ec1-b20b-30e393b1421c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "001b8c94-56b7-4b52-8ac9-622f7d9cd299",
"generatedFromUUID": "ac0dd7d4-e035-4ec1-b20b-30e393b1421c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "001b8c94-56b7-4b52-8ac9-622f7d9cd299",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220414073840-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"artifactChecksum": "MWE3M2E5ZThlYTE5NmM0MTNmYzNhOTM1MDVhYzVmNDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f709ea95-49bc-48c6-a82e-29049f97df37"
}
],
"workloadContext": "Production"
}
2022-04-14T07:42:31.793Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-14T07:42:31.794Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3a9a6c1-4c02-4450-a846-77fbaab111d0 ASDC
2022-04-14T07:42:31.794Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d1e8b786-4f50-4e9c-896c-4c47dab81a31
ServiceName:vFW 2022-04-14 07-38-40
ServiceVersion:1.0
ServiceUUID:e3a9a6c1-4c02-4450-a846-77fbaab111d0
ServiceInvariantUUID:afc852da-d107-4184-87f3-8548f3d720f6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220414073840-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar
ArtifactUUID:f709ea95-49bc-48c6-a82e-29049f97df37
ArtifactChecksum:MWE3M2E5ZThlYTE5NmM0MTNmYzNhOTM1MDVhYzVmNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0e695e9c-0aff 0
ResourceCustomizationUUID:85f76a58-af05-46b6-bb69-04d56308c5ea
ResourceInvariantUUID:f0d13baf-0aa1-4647-93b3-9ae705928679
ResourceName:vFW 0e695e9c-0aff
ResourceType:VF
ResourceUUID:361c7225-f761-4ee7-b695-08e17330bd8c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0e695e9c0aff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json
ArtifactUUID:47a97f77-af24-42a1-8ffc-3c5e10a348b1
ArtifactChecksum:OTdhYTNhMjVhZjgxNDk1MjZjMmNhOWM4MzVhOTNhYWM=
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/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml
ArtifactUUID:ac0dd7d4-e035-4ec1-b20b-30e393b1421c
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/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env
ArtifactUUID:001b8c94-56b7-4b52-8ac9-622f7d9cd299
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/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env
ArtifactUUID:001b8c94-56b7-4b52-8ac9-622f7d9cd299
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-14T07:42:31.794Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3a9a6c1-4c02-4450-a846-77fbaab111d0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-14T07:42:31.832Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-14T07:42:31.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-14T07:42:31.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-14T07:42:31.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f709ea95-49bc-48c6-a82e-29049f97df37 from URL: /sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:31.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-14T07:42:31.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:32.784Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-14T07:42:32.789Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar f709ea95-49bc-48c6-a82e-29049f97df37 98962
2022-04-14T07:42:32.790Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar ASDC sendASDCNotification
2022-04-14T07:42:32.790Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:32.790Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-14T07:42:32.790Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:32.792Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:32.793Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922152790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:32.893Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:32.894Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:32.894Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:32.908Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:32.909Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:33.793Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-14T07:42:33.795Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-14T07:42:33.795Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f709ea95-49bc-48c6-a82e-29049f97df37, URL: /sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar to file: /app/ASDC/1/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:33.795Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220414073840-csar.csar
2022-04-14T07:42:33.796Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:33.796Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:34.037Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14357279510271795366/Definitions/service-Vfw20220414073840-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-14T07:42:36.463Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||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-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||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-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.464Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||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-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||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-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||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-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||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-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0e695e9c-0aff 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-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||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-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.465Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.466Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||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-Vfw20220414073840-csar.csar
2022-04-14T07:42:36.466Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-14T07:42:36.466Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.466Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:36.466Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria
2022-04-14T07:42:36.467Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-14T07:42:36.467Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-14T07:42:36.467Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.467Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:36.467Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria
2022-04-14T07:42:36.468Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-14T07:42:36.468Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-14T07:42:36.468Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.468Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria
2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:42:36.469Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:42:36.470Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.471Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:36.471Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:42:36.471Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:36.471Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:42:36.471Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.472Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-14T07:42:36.472Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.472Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-14T07:42:36.472Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.473Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria
2022-04-14T07:42:36.473Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:42:36.473Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.473Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria
2022-04-14T07:42:36.473Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria
2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria
2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:42:36.474Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:42:36.475Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad51b2b7-716c-492c-833e-20097a875d6c
2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria
2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:42:36.476Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-14T07:42:36.477Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d5dbdd7-a622-48eb-858e-16b22f9ae0b8
2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.478Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria
2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:42:36.479Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-14T07:42:36.480Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b4576d74-ecc0-43d4-a7d6-d58e37b86cf1
2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:36.481Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:36.482Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:36.482Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-14 07-38-40
Description:catalog service description
Model UUID:e3a9a6c1-4c02-4450-a846-77fbaab111d0
Model Version:NULL
Model InvariantUuid:afc852da-d107-4184-87f3-8548f3d720f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0e695e9c-0aff
Model UUID:ad5ee6fd-5a40-43ca-a551-8ff9ffe34e1c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0d13baf-0aa1-4647-93b3-9ae705928679
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:85f76a58-af05-46b6-bb69-04d56308c5ea
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fb4ff01b-7338-4a76-ad4e-f16b00a7f1bb
ModelName:Vfw0e695e9c0aff..base_vfw..module-0
ModelUuid:0f0a3bb7-5e23-4ff3-a02d-c74cfe2c873c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ad51b2b7-716c-492c-833e-20097a875d6c
ModelInvariantUuid:311ee55a-26d3-4fda-9de7-55fc589b2962
ModelName:vFW 0e695e9c-0aff-nodes.vfwCvfc
ModelUuid:b3fcbd00-1fd5-4d45-bdf1-bd69c945f757
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b20df369-72be-4cb5-a93d-41e8964f8f8d
ModelInvariantUuid:254123bb-e613-4e71-99b9-21c86ef8a7d1
ModelName:Vfw0e695e9c0aff.compute.nodes.heat.vfw
ModelUuid:7f48bf59-50c0-4f48-9c0a-9a0924f98614
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2d5dbdd7-a622-48eb-858e-16b22f9ae0b8
ModelInvariantUuid:70e2bde6-9167-4427-9882-2e91e5fee376
ModelName:vFW 0e695e9c-0aff-nodes.vsnCvfc
ModelUuid:7034cb68-8a02-4e19-a081-c2cd80a37229
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:87be5c22-d1cb-4756-a335-7d24e4c2be4e
ModelInvariantUuid:4cf600c8-5c34-462c-a580-35843408fb1f
ModelName:Vfw0e695e9c0aff.compute.nodes.heat.vsn
ModelUuid:e95cdacc-abd2-4690-969f-f1b9df7a69ee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b4576d74-ecc0-43d4-a7d6-d58e37b86cf1
ModelInvariantUuid:d1fbd1bf-bca7-450c-89d7-9b4edba224f5
ModelName:vFW 0e695e9c-0aff-nodes.vpgCvfc
ModelUuid:2a9013c0-589b-4d3b-9172-4d179f3377dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1fed8012-9c57-43e6-92ad-a7e32fcf362b
ModelInvariantUuid:ef50c005-feb8-400b-9dbf-11680be95385
ModelName:Vfw0e695e9c0aff.compute.nodes.heat.vpg
ModelUuid:83bb0fc6-3c04-4b1b-afdf-c1df46e21626
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-14T07:42:36.496Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 361c7225-f761-4ee7-b695-08e17330bd8c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-14T07:42:36.519Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||vFW 0e695e9c-0aff 0
2022-04-14T07:42:36.528Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 361c7225-f761-4ee7-b695-08e17330bd8c
2022-04-14T07:42:36.528Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 47a97f77-af24-42a1-8ffc-3c5e10a348b1 from URL: /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json
2022-04-14T07:42:36.528Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-14T07:42:36.529Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json
2022-04-14T07:42:36.828Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-14T07:42:36.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json 47a97f77-af24-42a1-8ffc-3c5e10a348b1 785
2022-04-14T07:42:36.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json ASDC sendASDCNotification
2022-04-14T07:42:36.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json
2022-04-14T07:42:36.829Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-14T07:42:36.830Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:36.832Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:36.832Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922156829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:36.932Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-14T07:42:36.933Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:36.933Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:36.960Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:36.961Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:42:37.834Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0e695e9c0aff..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fb4ff01b-7338-4a76-ad4e-f16b00a7f1bb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0f0a3bb7-5e23-4ff3-a02d-c74cfe2c873c",
"vfModuleModelCustomizationUUID": "bfb7373e-fba7-4005-bbd3-7eb4bda47215",
"isBase": true,
"artifacts": [
"ac0dd7d4-e035-4ec1-b20b-30e393b1421c",
"001b8c94-56b7-4b52-8ac9-622f7d9cd299"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-14T07:42:37.854Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0e695e9c0aff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f0a3bb7-5e23-4ff3-a02d-c74cfe2c873c
VfModuleModelInvariantUUID:fb4ff01b-7338-4a76-ad4e-f16b00a7f1bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac0dd7d4-e035-4ec1-b20b-30e393b1421c
,
001b8c94-56b7-4b52-8ac9-622f7d9cd299
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-14T07:42:37.858Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0e695e9c0aff..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fb4ff01b-7338-4a76-ad4e-f16b00a7f1bb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0f0a3bb7-5e23-4ff3-a02d-c74cfe2c873c",
"vfModuleModelCustomizationUUID": "bfb7373e-fba7-4005-bbd3-7eb4bda47215",
"isBase": true,
"artifacts": [
"ac0dd7d4-e035-4ec1-b20b-30e393b1421c",
"001b8c94-56b7-4b52-8ac9-622f7d9cd299"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-14T07:42:37.858Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0e695e9c0aff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f0a3bb7-5e23-4ff3-a02d-c74cfe2c873c
VfModuleModelInvariantUUID:fb4ff01b-7338-4a76-ad4e-f16b00a7f1bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac0dd7d4-e035-4ec1-b20b-30e393b1421c
,
001b8c94-56b7-4b52-8ac9-622f7d9cd299
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-14T07:42:37.858Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ac0dd7d4-e035-4ec1-b20b-30e393b1421c from URL: /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml
2022-04-14T07:42:37.858Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-14T07:42:37.859Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml
2022-04-14T07:42:38.126Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-14T07:42:38.127Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml ac0dd7d4-e035-4ec1-b20b-30e393b1421c 20368
2022-04-14T07:42:38.127Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-14T07:42:38.127Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml
2022-04-14T07:42:38.128Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-14T07:42:38.128Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:38.130Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:38.130Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922158127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:38.230Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:38.231Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:38.231Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:38.247Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:38.247Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:39.131Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 001b8c94-56b7-4b52-8ac9-622f7d9cd299 from URL: /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env
2022-04-14T07:42:39.131Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-14T07:42:39.131Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env
2022-04-14T07:42:39.416Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-14T07:42:39.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env 001b8c94-56b7-4b52-8ac9-622f7d9cd299 2098
2022-04-14T07:42:39.417Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-14T07:42:39.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env
2022-04-14T07:42:39.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-14T07:42:39.418Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:39.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:39.420Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922159417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:42:39.520Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:39.521Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:39.521Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:39.535Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:39.536Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:42:40.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e3a9a6c1-4c02-4450-a846-77fbaab111d0
2022-04-14T07:42:40.423Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0e695e9c-0aff 0 361c7225-f761-4ee7-b695-08e17330bd8c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-14T07:42:40.488Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68e52470, org.onap.sdc.toscaparser.api.parameters.Input@449c2d8d, org.onap.sdc.toscaparser.api.parameters.Input@5eff7c82, org.onap.sdc.toscaparser.api.parameters.Input@10da27be, org.onap.sdc.toscaparser.api.parameters.Input@515d4771]
2022-04-14T07:42:40.503Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.503Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:40.504Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-04-14T07:42:40.504Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 85f76a58-af05-46b6-bb69-04d56308c5ea
2022-04-14T07:42:40.504Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85f76a58-af05-46b6-bb69-04d56308c5ea matches Tosca VF Customization UUID: 85f76a58-af05-46b6-bb69-04d56308c5ea
2022-04-14T07:42:40.504Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 85f76a58-af05-46b6-bb69-04d56308c5ea matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-14T07:42:40.522Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.523Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:40.526Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 85f76a58-af05-46b6-bb69-04d56308c5ea: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-14T07:42:40.527Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bc0a0d8
2022-04-14T07:42:40.530Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.533Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-14T07:42:40.536Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bfb7373e-fba7-4005-bbd3-7eb4bda47215
2022-04-14T07:42:40.540Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bfb7373e-fba7-4005-bbd3-7eb4bda47215
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-14T07:42:40.558Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.558Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria
2022-04-14T07:42:40.559Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:42:40.560Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.560Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria
2022-04-14T07:42:40.561Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:42:40.561Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.561Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria
2022-04-14T07:42:40.561Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:42:40.562Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:42:40.562Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-14T07:42:40.562Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:42:40.563Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:42:40.563Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:42:40.563Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:40.563Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:42:40.564Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:40.564Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:42:40.564Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:42:40.565Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad51b2b7-716c-492c-833e-20097a875d6c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-14T07:42:40.575Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.576Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria
2022-04-14T07:42:40.577Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:42:40.577Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.577Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria
2022-04-14T07:42:40.578Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:42:40.578Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:42:40.578Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:42:40.579Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:40.579Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:42:40.579Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:42:40.581Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:42:40.581Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-14T07:42:40.581Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:42:40.582Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:40.582Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:42:40.583Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:42:40.583Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d5dbdd7-a622-48eb-858e-16b22f9ae0b8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-14T07:42:40.589Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.589Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria
2022-04-14T07:42:40.590Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:42:40.597Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.598Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is not matching search criteria
2022-04-14T07:42:40.598Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:42:40.598Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:42:40.599Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:42:40.599Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:40.599Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:42:40.599Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:42:40.599Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:42:40.600Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:42:40.600Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:42:40.600Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:42:40.600Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:42:40.600Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-14T07:42:40.601Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b4576d74-ecc0-43d4-a7d6-d58e37b86cf1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-14T07:42:40.605Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.608Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria
2022-04-14T07:42:40.609Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:42:40.610Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.611Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Node template vFW 0e695e9c-0aff 0 is matching search criteria
2022-04-14T07:42:40.611Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0e695e9c-0aff 0] matching following query criteria: sdcType=VF, customizationUUID=85f76a58-af05-46b6-bb69-04d56308c5ea
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-14T07:42:40.623Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.624Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:40.625Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e3a9a6c1-4c02-4450-a846-77fbaab111d0: vFW 0e695e9c-0aff
2022-04-14T07:42:40.626Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.626Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:40.626Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.626Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:40.627Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.627Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:40.627Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.627Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:40.628Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:42:40.628Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-14 07-38-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:42:40.628Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-14 07-38-40
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:42:41.006Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0e695e9c-0aff 361c7225-f761-4ee7-b695-08e17330bd8c 1 ASDC deployResourceStructure
2022-04-14T07:42:41.007Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json ASDC sendASDCNotification
2022-04-14T07:42:41.007Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json
2022-04-14T07:42:41.007Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-14T07:42:41.008Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:41.011Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:41.011Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922161006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-14T07:42:41.111Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:41.112Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:41.112Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:41.132Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:41.133Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:42.012Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-14T07:42:42.013Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml
2022-04-14T07:42:42.013Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-14T07:42:42.014Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:42.016Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:42.017Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922162012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-14T07:42:42.117Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:42.118Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:42.118Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:42.131Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:42.132Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:43.018Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-14T07:42:43.019Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env
2022-04-14T07:42:43.019Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-14T07:42:43.019Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:43.023Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:43.024Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922163018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-14T07:42:43.123Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-14T07:42:43.124Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:43.125Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:43.140Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:43.142Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:44.024Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar ASDC sendASDCNotification
2022-04-14T07:42:44.026Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar
2022-04-14T07:42:44.027Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-14T07:42:44.027Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:42:44.029Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:42:44.030Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922164024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:42:44.130Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:42:44.131Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:42:44.131Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:42:44.151Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:42:44.152Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:42:45.031Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e8b786-4f50-4e9c-896c-4c47dab81a31
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-14T07:42:45.048Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e8b786-4f50-4e9c-896c-4c47dab81a31
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-14T07:42:45.052Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-14T07:42:45.052Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-14T07:42:45.052Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-14T07:42:45.052Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-14T07:42:45.052Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-04-14T07:42:45.053Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:42:45.058Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-14T07:43:15.059Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1e8b786-4f50-4e9c-896c-4c47dab81a31 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-14T07:43:15.066Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1e8b786-4f50-4e9c-896c-4c47dab81a31 and serviceModelVersionId: e3a9a6c1-4c02-4450-a846-77fbaab111d0
2022-04-14T07:43:15.068Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : afc852da-d107-4184-87f3-8548f3d720f6
2022-04-14T07:43:15.070Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0
2022-04-14T07:43:15.079Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-14T07:43:15.141Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-14T07:43:15.143Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Invoke
2022-04-14T07:43:16.682Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-14T07:43:16.684Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Invoke
2022-04-14T07:43:18.218Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-14T07:43:18.219Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||Invoke
2022-04-14T07:43:19.258Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-14T07:43:19.259Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?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:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: 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-04-14T07:43:19.260Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-14T07:43:19.261Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-14T07:43:19.272Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-14T07:43:19.273Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1e8b786-4f50-4e9c-896c-4c47dab81a31 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-14T07:43:19.273Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-14T07:43:19.273Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-14T07:43:19.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:43:19.276Z|d1e8b786-4f50-4e9c-896c-4c47dab81a31|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afc852da-d107-4184-87f3-8548f3d720f6/model-vers/model-ver/e3a9a6c1-4c02-4450-a846-77fbaab111d0?depth=0|DEBUG|500||try to send status {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922199273,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-14T07:43:19.376Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-14T07:43:19.377Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:43:19.378Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:43:19.398Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:43:19.399Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-14T07:43:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:43:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:43:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:43:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:43:24.109Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:43:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:43:24.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:43:24.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:43:24.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:43:24.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:43:33.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:44:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:44:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:44:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:44:24.108Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:44:24.109Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:44:24.109Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:44:24.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:44:24.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:44:24.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:44:24.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:44:24.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:44:24.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:44:24.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:44:24.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-14T07:44:24.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:44:24.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:44:24.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:44:24.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922144105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:44:24.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-14T07:44:24.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922152790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:44:24.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:44:24.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922156829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:44:24.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:44:24.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922158127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:44:24.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:44:24.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922159417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:44:24.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:44:24.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922161006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/vfw0e695e9c0aff0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-14T07:44:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:44:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922162012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-14T07:44:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:44:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922163018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/resourceInstances/vfw0e695e9c0aff0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-14T07:44:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:44:24.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922164024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414073840/1.0/artifacts/service-Vfw20220414073840-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:44:24.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:44:24.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-14T07:44:24.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e8b786-4f50-4e9c-896c-4c47dab81a31",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922199273,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-14T07:44:24.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:44:33.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:24.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:45:24.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:45:24.106Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:24.109Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-14T07:45:24.110Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-14T07:45:24.110Z||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 RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:24.272Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:24.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922302794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "aai-ml",
"timestamp": 1649922301584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "cds",
"timestamp": 1649922299957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "policy-id",
"timestamp": 1649922303363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922302794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "aai-ml",
"timestamp": 1649922301584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "cds",
"timestamp": 1649922299957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "policy-id",
"timestamp": 1649922303363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922302794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "aai-ml",
"timestamp": 1649922301584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "cds",
"timestamp": 1649922299957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "policy-id",
"timestamp": 1649922303363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:45:24.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "aai-ml",
"timestamp": 1649922301584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922302794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "cds",
"timestamp": 1649922299957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "policy-id",
"timestamp": 1649922303363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922302794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "aai-ml",
"timestamp": 1649922301584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "cds",
"timestamp": 1649922299957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "policy-id",
"timestamp": 1649922303363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922313428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922302794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "aai-ml",
"timestamp": 1649922301584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "cds",
"timestamp": 1649922299957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "policy-id",
"timestamp": 1649922303363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922313428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:45:24.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922302794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "cds",
"timestamp": 1649922299957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:45:24.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "aai-ml",
"timestamp": 1649922301584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:45:24.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "policy-id",
"timestamp": 1649922303363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:45:24.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922313428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:45:24.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922316129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922313428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922316129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922313428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-14T07:45:24.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "aai-ml",
"timestamp": 1649922318943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:45:24.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:45:24.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922316129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "cds",
"timestamp": 1649922318435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:45:24.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "policy-id",
"timestamp": 1649922318424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:45:24.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922313428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922316129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "cds",
"timestamp": 1649922319452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:45:24.319Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 713163d3-0bac-43c7-8b4c-cf2258ea098f
2022-04-14T07:45:24.320Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 713163d3-0bac-43c7-8b4c-cf2258ea098f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:45:24.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "policy-id",
"timestamp": 1649922319438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-14T07:45:24.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:45:24.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922313428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:45:24.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922316129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "policy-id",
"timestamp": 1649922320441,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-14T07:45:24.371Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 713163d3-0bac-43c7-8b4c-cf2258ea098f
2022-04-14T07:45:24.372Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 713163d3-0bac-43c7-8b4c-cf2258ea098f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-14T07:45:24.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1d182f8-a868-4161-8142-9b6745e61882",
"consumerID": "cds",
"timestamp": 1649922320456,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922316129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649922321787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:45:24.390Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-14T07:45:24.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1d182f8-a868-4161-8142-9b6745e61882",
"consumerID": "cds",
"timestamp": 1649922320456,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:45:24.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1d182f8-a868-4161-8142-9b6745e61882",
"consumerID": "ves-openapi-manager",
"timestamp": 1649922322794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649922316129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:45:24.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-14T07:45:24.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:24.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-14T07:45:24.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"713163d3-0bac-43c7-8b4c-cf2258ea098f","serviceName":"vFW 2022-04-14 07-41-47","serviceVersion":"1.0","serviceUUID":"f1ecac3a-f766-4eb3-b892-c94a88923e27","serviceDescription":"catalog service description","serviceInvariantUUID":"7545e52b-f669-443c-8492-22ca2c138e9a","resources":[{"resourceInstanceName":"vFW c52b0732-ad7f 0","resourceName":"vFW c52b0732-ad7f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee","resourceInvariantUUID":"e689ba5c-1b4e-4f63-ad36-e8a41a975a6c","resourceCustomizationUUID":"891470bd-8111-4dbe-b3b8-56f65645d10e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q4NDVjZmNlZjJlZTQ3NGFmYTNmOWMwOWQxZTM5NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c290c0df-fe75-4f93-9181-3bdb4b3a93b3","artifactVersion":"1"},{"artifactName":"vfwc52b0732ad7f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json","artifactChecksum":"MzdkNGIxYzNmZmU4ZWU2YzhlNjI4YTc1YmY1MTRjNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3cbbae7a-e1a4-49ee-b8e1-fb0f625b5f63","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14526201-971c-45ac-93a0-0413e4c026ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml","artifactChecksum":"OWY0NDFkNTkzNDcxZmRkOGM2Y2Q4NTY0NTE3Njg0NjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"979455a8-904e-4596-9ef0-da4cc28f276b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f23e6900-cfac-4c41-b7d6-f3dd5172991c","artifactVersion":"3","generatedFromUUID":"14526201-971c-45ac-93a0-0413e4c026ca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220414074147-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml","artifactChecksum":"NzBlYzliMTgxMzlmYWIzMjU4NzlkNjQ5M2VhZmEzMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e32441c-330b-4585-b252-fed68fb36bdb","artifactVersion":"1"},{"artifactName":"service-Vfw20220414074147-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar","artifactChecksum":"ODA3Mzk3YjE3NDg5Y2E4NjcxYWMzNWRkYjYzNmM2YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"924bdf7f-d461-457e-ab27-dd801912d86f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-14T07:45:24.751Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:45:24.751Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:45:24.754Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:45:24.754Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922324105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:24.854Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:45:24.855Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:45:24.855Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:24.870Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:24.871Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:45:25.755Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:45:25.756Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:45:25.758Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:45:25.758Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922324105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json",
"status": "NOTIFIED"
}
2022-04-14T07:45:25.858Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:45:25.859Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:45:25.859Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:25.884Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:25.884Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:45:26.759Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:45:26.760Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:45:26.764Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:45:26.764Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922324105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-14T07:45:26.863Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-14T07:45:26.864Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:45:26.864Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:26.886Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:26.887Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:45:27.765Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:45:27.766Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:45:27.768Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:45:27.769Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922324105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:27.870Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-14T07:45:27.871Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:45:27.871Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:27.886Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:27.887Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:45:28.769Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:45:28.771Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:45:28.773Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:45:28.774Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922324105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-14T07:45:28.874Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:45:28.875Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:45:28.875Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:28.914Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:28.915Z||pool-40-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:45:29.774Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:45:29.775Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:45:29.781Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:45:29.781Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922324105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-14T07:45:29.881Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:45:29.882Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:45:29.882Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:29.897Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:29.898Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:45:30.782Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-14T07:45:30.783Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:45:30.786Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:45:30.786Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922324105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "NOTIFIED"
}
2022-04-14T07:45:30.886Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:45:30.887Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:45:30.887Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:30.903Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:30.904Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:45:31.788Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"serviceName": "vFW 2022-04-14 07-41-47",
"serviceVersion": "1.0",
"serviceUUID": "f1ecac3a-f766-4eb3-b892-c94a88923e27",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7545e52b-f669-443c-8492-22ca2c138e9a",
"resources": [
{
"resourceInstanceName": "vFW c52b0732-ad7f 0",
"resourceCustomizationUUID": "891470bd-8111-4dbe-b3b8-56f65645d10e",
"resourceName": "vFW c52b0732-ad7f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee",
"resourceInvariantUUID": "e689ba5c-1b4e-4f63-ad36-e8a41a975a6c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc52b0732ad7f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json",
"artifactChecksum": "MzdkNGIxYzNmZmU4ZWU2YzhlNjI4YTc1YmY1MTRjNGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3cbbae7a-e1a4-49ee-b8e1-fb0f625b5f63",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "14526201-971c-45ac-93a0-0413e4c026ca",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "f23e6900-cfac-4c41-b7d6-f3dd5172991c",
"generatedFromUUID": "14526201-971c-45ac-93a0-0413e4c026ca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "f23e6900-cfac-4c41-b7d6-f3dd5172991c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220414074147-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"artifactChecksum": "ODA3Mzk3YjE3NDg5Y2E4NjcxYWMzNWRkYjYzNmM2YmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "924bdf7f-d461-457e-ab27-dd801912d86f"
}
],
"workloadContext": "Production"
}
2022-04-14T07:45:31.788Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-14T07:45:31.789Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1ecac3a-f766-4eb3-b892-c94a88923e27 ASDC
2022-04-14T07:45:31.790Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:713163d3-0bac-43c7-8b4c-cf2258ea098f
ServiceName:vFW 2022-04-14 07-41-47
ServiceVersion:1.0
ServiceUUID:f1ecac3a-f766-4eb3-b892-c94a88923e27
ServiceInvariantUUID:7545e52b-f669-443c-8492-22ca2c138e9a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220414074147-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar
ArtifactUUID:924bdf7f-d461-457e-ab27-dd801912d86f
ArtifactChecksum:ODA3Mzk3YjE3NDg5Y2E4NjcxYWMzNWRkYjYzNmM2YmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c52b0732-ad7f 0
ResourceCustomizationUUID:891470bd-8111-4dbe-b3b8-56f65645d10e
ResourceInvariantUUID:e689ba5c-1b4e-4f63-ad36-e8a41a975a6c
ResourceName:vFW c52b0732-ad7f
ResourceType:VF
ResourceUUID:1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc52b0732ad7f0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json
ArtifactUUID:3cbbae7a-e1a4-49ee-b8e1-fb0f625b5f63
ArtifactChecksum:MzdkNGIxYzNmZmU4ZWU2YzhlNjI4YTc1YmY1MTRjNGQ=
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/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml
ArtifactUUID:14526201-971c-45ac-93a0-0413e4c026ca
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env
ArtifactUUID:f23e6900-cfac-4c41-b7d6-f3dd5172991c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env
ArtifactUUID:f23e6900-cfac-4c41-b7d6-f3dd5172991c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-14T07:45:31.790Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1ecac3a-f766-4eb3-b892-c94a88923e27 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-14T07:45:31.835Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-14T07:45:31.836Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-14T07:45:31.836Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-14T07:45:31.836Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 924bdf7f-d461-457e-ab27-dd801912d86f from URL: /sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:31.836Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-14T07:45:31.837Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:33.007Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-14T07:45:33.014Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar 924bdf7f-d461-457e-ab27-dd801912d86f 99007
2022-04-14T07:45:33.015Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar ASDC sendASDCNotification
2022-04-14T07:45:33.015Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:33.015Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-14T07:45:33.016Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:45:33.018Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:45:33.018Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922333015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:45:33.118Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:45:33.119Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:45:33.119Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:33.136Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:33.137Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-14T07:45:34.019Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-14T07:45:34.020Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-14T07:45:34.020Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 924bdf7f-d461-457e-ab27-dd801912d86f, URL: /sdc/v1/catalog/services/Vfw20220414074147/1.0/artifacts/service-Vfw20220414074147-csar.csar to file: /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:34.021Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220414074147-csar.csar
2022-04-14T07:45:34.022Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:34.022Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:34.332Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9225809893419923488/Definitions/service-Vfw20220414074147-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-14T07:45:37.474Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-14T07:45:37.475Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-14T07:45:37.475Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.475Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-14T07:45:37.475Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||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-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||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-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||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-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.476Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.477Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c52b0732-ad7f 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-Vfw20220414074147-csar.csar
2022-04-14T07:45:37.478Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-14T07:45:37.478Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.478Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:45:37.478Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria
2022-04-14T07:45:37.479Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-14T07:45:37.479Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-14T07:45:37.479Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.479Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:45:37.480Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria
2022-04-14T07:45:37.480Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-14T07:45:37.480Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-14T07:45:37.480Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.481Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:45:37.481Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.481Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria
2022-04-14T07:45:37.481Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:45:37.482Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:45:37.482Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:45:37.482Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:37.482Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.482Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:45:37.483Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.483Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:45:37.483Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:45:37.483Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.484Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:37.484Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:45:37.484Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:37.484Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:45:37.485Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.485Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-14T07:45:37.485Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.485Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-14T07:45:37.485Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.486Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria
2022-04-14T07:45:37.486Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:45:37.486Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.486Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria
2022-04-14T07:45:37.487Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:45:37.487Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.487Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria
2022-04-14T07:45:37.487Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:45:37.487Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.488Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria
2022-04-14T07:45:37.488Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:45:37.488Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:45:37.488Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-14T07:45:37.488Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:45:37.489Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:45:37.489Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.489Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:37.489Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:45:37.490Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:37.490Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:45:37.490Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.490Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4c2ffc0b-7940-4caa-a562-4e492038246e
2022-04-14T07:45:37.490Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.491Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria
2022-04-14T07:45:37.491Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:45:37.491Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:45:37.491Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:45:37.492Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:37.492Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.492Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:45:37.492Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.492Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-14T07:45:37.493Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:45:37.493Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:37.493Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:45:37.493Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.493Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f80ecd19-24d7-4d79-8e39-dab9693b24b8
2022-04-14T07:45:37.494Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.494Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria
2022-04-14T07:45:37.494Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:45:37.494Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:45:37.495Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:45:37.495Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:37.495Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.495Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:45:37.496Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.496Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:45:37.496Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:45:37.496Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:45:37.496Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:37.497Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-14T07:45:37.497Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a6bfbdf-1618-42d5-90c0-1e017791b0fd
2022-04-14T07:45:37.497Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.497Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:45:37.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:45:37.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:45:37.498Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:37.499Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:45:37.499Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-14 07-41-47
Description:catalog service description
Model UUID:f1ecac3a-f766-4eb3-b892-c94a88923e27
Model Version:NULL
Model InvariantUuid:7545e52b-f669-443c-8492-22ca2c138e9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c52b0732-ad7f
Model UUID:f4dc0359-eebc-480e-9203-ef4924be2bfd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e689ba5c-1b4e-4f63-ad36-e8a41a975a6c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:891470bd-8111-4dbe-b3b8-56f65645d10e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6bbfe3f9-93f0-4580-a5d5-fef59b70ef77
ModelName:VfwC52b0732Ad7f..base_vfw..module-0
ModelUuid:f5c3a0f1-110b-44bd-b2ed-edf3fc8b3718
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4c2ffc0b-7940-4caa-a562-4e492038246e
ModelInvariantUuid:6b54c330-22de-44f3-9019-1b48622fd336
ModelName:vFW c52b0732-ad7f-nodes.vfwCvfc
ModelUuid:b118db56-3507-42f7-a0af-486972dd2bd7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d749380c-6f46-40d4-b66c-2242934b9d8f
ModelInvariantUuid:009847f5-d610-47ae-bbcd-9e7e4ffacd34
ModelName:VfwC52b0732Ad7f.compute.nodes.heat.vfw
ModelUuid:0a796d20-ed6a-47cb-83f1-67e69eabf5cb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f80ecd19-24d7-4d79-8e39-dab9693b24b8
ModelInvariantUuid:8e4e7486-31c6-4cd9-807b-8979b0d31de1
ModelName:vFW c52b0732-ad7f-nodes.vsnCvfc
ModelUuid:5e02067c-cb89-4d49-adbb-40b609cac40e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b0b562d8-647d-4fe2-9409-a72c31bf93e7
ModelInvariantUuid:db69168b-4157-4339-ae34-16a17a9abf25
ModelName:VfwC52b0732Ad7f.compute.nodes.heat.vsn
ModelUuid:f07770a5-6115-464f-9464-d5747974b3db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5a6bfbdf-1618-42d5-90c0-1e017791b0fd
ModelInvariantUuid:c27d8059-e230-4940-b12e-8ac4c3122dd7
ModelName:vFW c52b0732-ad7f-nodes.vpgCvfc
ModelUuid:12982581-7414-4b75-aa74-13d2d67cc0e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:df02ff77-34d1-4062-84d2-885466db1912
ModelInvariantUuid:80304c2e-37a9-464c-aac4-107adda0e970
ModelName:VfwC52b0732Ad7f.compute.nodes.heat.vpg
ModelUuid:0ddf80ba-b1df-495d-9aff-bcce8d578cc6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-14T07:45:37.511Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-14T07:45:37.515Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||vFW c52b0732-ad7f 0
2022-04-14T07:45:37.516Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee
2022-04-14T07:45:37.516Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3cbbae7a-e1a4-49ee-b8e1-fb0f625b5f63 from URL: /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json
2022-04-14T07:45:37.516Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-14T07:45:37.516Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json
2022-04-14T07:45:37.822Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-14T07:45:37.823Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json 3cbbae7a-e1a4-49ee-b8e1-fb0f625b5f63 785
2022-04-14T07:45:37.824Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json ASDC sendASDCNotification
2022-04-14T07:45:37.824Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json
2022-04-14T07:45:37.824Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-14T07:45:37.824Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:45:37.826Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:45:37.826Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922337824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/vfwc52b0732ad7f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:45:37.927Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-14T07:45:37.928Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:45:37.928Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:37.947Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:37.947Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:45:38.827Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC52b0732Ad7f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6bbfe3f9-93f0-4580-a5d5-fef59b70ef77",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f5c3a0f1-110b-44bd-b2ed-edf3fc8b3718",
"vfModuleModelCustomizationUUID": "ec63d224-99e7-43c9-861d-85604dcf71a8",
"isBase": true,
"artifacts": [
"14526201-971c-45ac-93a0-0413e4c026ca",
"f23e6900-cfac-4c41-b7d6-f3dd5172991c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-14T07:45:38.834Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC52b0732Ad7f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5c3a0f1-110b-44bd-b2ed-edf3fc8b3718
VfModuleModelInvariantUUID:6bbfe3f9-93f0-4580-a5d5-fef59b70ef77
VfModuleModelDescription:NULL
Artifacts UUID List:{
14526201-971c-45ac-93a0-0413e4c026ca
,
f23e6900-cfac-4c41-b7d6-f3dd5172991c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-14T07:45:38.838Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC52b0732Ad7f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6bbfe3f9-93f0-4580-a5d5-fef59b70ef77",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f5c3a0f1-110b-44bd-b2ed-edf3fc8b3718",
"vfModuleModelCustomizationUUID": "ec63d224-99e7-43c9-861d-85604dcf71a8",
"isBase": true,
"artifacts": [
"14526201-971c-45ac-93a0-0413e4c026ca",
"f23e6900-cfac-4c41-b7d6-f3dd5172991c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-14T07:45:38.839Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC52b0732Ad7f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5c3a0f1-110b-44bd-b2ed-edf3fc8b3718
VfModuleModelInvariantUUID:6bbfe3f9-93f0-4580-a5d5-fef59b70ef77
VfModuleModelDescription:NULL
Artifacts UUID List:{
14526201-971c-45ac-93a0-0413e4c026ca
,
f23e6900-cfac-4c41-b7d6-f3dd5172991c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-14T07:45:38.839Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 14526201-971c-45ac-93a0-0413e4c026ca from URL: /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml
2022-04-14T07:45:38.840Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-14T07:45:38.840Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml
2022-04-14T07:45:39.431Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-14T07:45:39.432Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml 14526201-971c-45ac-93a0-0413e4c026ca 20368
2022-04-14T07:45:39.432Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-14T07:45:39.433Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml
2022-04-14T07:45:39.433Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-14T07:45:39.433Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:45:39.437Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:45:39.437Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922339432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:45:39.537Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-14T07:45:39.538Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:45:39.538Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:39.558Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:39.559Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:45:40.438Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f23e6900-cfac-4c41-b7d6-f3dd5172991c from URL: /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env
2022-04-14T07:45:40.439Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-14T07:45:40.440Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env
2022-04-14T07:45:41.023Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-14T07:45:41.024Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env f23e6900-cfac-4c41-b7d6-f3dd5172991c 2098
2022-04-14T07:45:41.024Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-14T07:45:41.024Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env
2022-04-14T07:45:41.024Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-14T07:45:41.025Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-14T07:45:41.027Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-14T07:45:41.027Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "713163d3-0bac-43c7-8b4c-cf2258ea098f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649922341024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220414074147/1.0/resourceInstances/vfwc52b0732ad7f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-14T07:45:41.130Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-14T07:45:41.132Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-14T07:45:41.132Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RLFlK0ex6XFSPgDB) ...
2022-04-14T07:45:41.156Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-14T07:45:41.157Z||pool-46-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-14T07:45:42.028Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f1ecac3a-f766-4eb3-b892-c94a88923e27
2022-04-14T07:45:42.029Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c52b0732-ad7f 0 1a0d28c4-cf1e-4577-b21f-0d28ac7d58ee ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-14T07:45:42.054Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70c93753, org.onap.sdc.toscaparser.api.parameters.Input@4c430f63, org.onap.sdc.toscaparser.api.parameters.Input@196e01f6, org.onap.sdc.toscaparser.api.parameters.Input@7999845c, org.onap.sdc.toscaparser.api.parameters.Input@40d35793]
2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 891470bd-8111-4dbe-b3b8-56f65645d10e
2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 891470bd-8111-4dbe-b3b8-56f65645d10e matches Tosca VF Customization UUID: 891470bd-8111-4dbe-b3b8-56f65645d10e
2022-04-14T07:45:42.056Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 891470bd-8111-4dbe-b3b8-56f65645d10e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-14T07:45:42.060Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.061Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-14T07:45:42.062Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 891470bd-8111-4dbe-b3b8-56f65645d10e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-14T07:45:42.062Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48b972a3
2022-04-14T07:45:42.062Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.062Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-14 07-41-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-14T07:45:42.063Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec63d224-99e7-43c9-861d-85604dcf71a8
2022-04-14T07:45:42.063Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec63d224-99e7-43c9-861d-85604dcf71a8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-14T07:45:42.066Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.066Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria
2022-04-14T07:45:42.066Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:45:42.067Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.067Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria
2022-04-14T07:45:42.067Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:45:42.067Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.067Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria
2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:45:42.068Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:42.069Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:45:42.069Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:42.069Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:45:42.069Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:45:42.069Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4c2ffc0b-7940-4caa-a562-4e492038246e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-14T07:45:42.072Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.072Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria
2022-04-14T07:45:42.072Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:45:42.073Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.073Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria
2022-04-14T07:45:42.073Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:45:42.073Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:45:42.074Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:45:42.074Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:42.074Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:45:42.074Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:45:42.074Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:45:42.075Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-14T07:45:42.075Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-14T07:45:42.075Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:42.075Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-14T07:45:42.075Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:45:42.076Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f80ecd19-24d7-4d79-8e39-dab9693b24b8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-14T07:45:42.078Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.078Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria
2022-04-14T07:45:42.078Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:45:42.078Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.079Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is not matching search criteria
2022-04-14T07:45:42.079Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-14T07:45:42.079Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-14T07:45:42.079Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-14T07:45:42.079Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-14T07:45:42.080Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-14T07:45:42.081Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-14T07:45:42.081Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a6bfbdf-1618-42d5-90c0-1e017791b0fd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-14T07:45:42.083Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.083Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria
2022-04-14T07:45:42.084Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-14T07:45:42.084Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-14T07:45:42.084Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Node template vFW c52b0732-ad7f 0 is matching search criteria
2022-04-14T07:45:42.084Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c52b0732-ad7f 0] matching following query criteria: sdcType=VF, customizationUUID=891470bd-8111-4dbe-b3b8-56f65645d10e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-14T07:45:42.086Z|713163d3-0bac-43c7-8b4c-cf2258ea098f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive