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-03-21T00:24:37.221Z||main|||||INFO|500||The following profiles are active: basic
2022-03-21T00:24:45.340Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-21T00:24:45.341Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-21T00:24:45.416Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-21T00:24:47.323Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-21T00:24:47.496Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-21T00:24:47.799Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-21T00:24:47.804Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-21T00:24:47.885Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-21T00:24:48.017Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-21T00:24:48.395Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-21T00:24:49.246Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-21T00:24:51.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-21T00:24:51.052Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-21T00:24:51.488Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-21T00:24:51.683Z||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-03-21T00:24:52.754Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-21T00:24:53.627Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-21T00:24:53.642Z||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$$b169728.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-03-21T00:24:53.642Z||main|||||WARN|500||The sdc end point is not alive
2022-03-21T00:24:56.125Z||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-03-21T00:24:58.515Z||main|||||WARN|500||---
2022-03-21T00:24:58.516Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-21T00:24:58.516Z||main|||||WARN|500||---
2022-03-21T00:24:58.899Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-21T00:25:02.962Z||main|||||INFO|500||Started Application in 29.598 seconds (JVM running for 30.758)
2022-03-21T00:25:02.973Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-21T00:25:02.975Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-21T00:25:02.983Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-21T00:25:03.004Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-21T00:25:03.085Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b26ab5f4-7c71-4054-a1aa-fca539a71eab url= /sdc/v1/artifactTypes
2022-03-21T00:25:03.085Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-21T00:25:03.309Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-21T00:25:03.328Z||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-03-21T00:25:03.346Z||scheduling-1|||||DEBUG|500||create keys
2022-03-21T00:25:03.353Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-21T00:25:03.713Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:25:03.730Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2c8bd9cf-626b-4315-a73e-05abd1ffaba5 url= /sdc/v1/registerForDistribution
2022-03-21T00:25:04.186Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2c8bd9cf-626b-4315-a73e-05abd1ffaba5 url= /sdc/v1/registerForDistribution
2022-03-21T00:25:04.186Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-21T00:25:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:25:04.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:25:04.198Z||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-03-21T00:25:04.199Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:25:04.199Z||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-03-21T00:25:04.199Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:25:04.200Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-21T00:25:14.934Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:25:14.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:26:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:26:04.193Z||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-03-21T00:26:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:26:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:26:04.195Z||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-03-21T00:26:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:26:13.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:26:13.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:27:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:27:04.194Z||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-03-21T00:27:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:27:04.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:27:04.195Z||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-03-21T00:27:04.196Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:27:13.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:27:13.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:28:04.193Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:28:04.194Z||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-03-21T00:28:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:28:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:28:04.195Z||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-03-21T00:28:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:28:13.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:28:13.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:29:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:29:04.194Z||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-03-21T00:29:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:29:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:29:04.195Z||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-03-21T00:29:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:29:13.746Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:29:13.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:30:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:30:04.194Z||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-03-21T00:30:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:30:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:30:04.195Z||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-03-21T00:30:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:30:13.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:30:13.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:31:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:31:04.193Z||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-03-21T00:31:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:31:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:31:04.195Z||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-03-21T00:31:04.196Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:31:13.743Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:31:13.744Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:32:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:32:04.193Z||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-03-21T00:32:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:32:04.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:32:04.195Z||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-03-21T00:32:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:32:13.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:32:13.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:33:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:33:04.194Z||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-03-21T00:33:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:33:04.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:33:04.195Z||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-03-21T00:33:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:33:13.746Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:33:13.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:34:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:34:04.194Z||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-03-21T00:34:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:34:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:34:04.195Z||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-03-21T00:34:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:34:13.742Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:34:13.743Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:34:34.959Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-21T00:34:35.119Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@628c4ee ((conn=760) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-03-21T00:35:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:35:04.194Z||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-03-21T00:35:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:35:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:35:04.195Z||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-03-21T00:35:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:35:13.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:35:13.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:36:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:36:04.193Z||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-03-21T00:36:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:36:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:36:04.195Z||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-03-21T00:36:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:36:13.741Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:36:13.743Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:37:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:37:04.194Z||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-03-21T00:37:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:37:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:37:04.195Z||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-03-21T00:37:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:37:13.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:37:13.747Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:38:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:38:04.193Z||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-03-21T00:38:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:38:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:38:04.195Z||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-03-21T00:38:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:38:13.740Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:38:13.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:39:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:39:04.193Z||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-03-21T00:39:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:39:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:39:04.195Z||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-03-21T00:39:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:39:13.744Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:39:13.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:40:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:40:04.194Z||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-03-21T00:40:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:40:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:40:04.195Z||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-03-21T00:40:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:40:13.743Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:40:13.746Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:41:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:41:04.194Z||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-03-21T00:41:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:41:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:41:04.195Z||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-03-21T00:41:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:41:13.743Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:41:13.744Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:42:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:42:04.194Z||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-03-21T00:42:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:42:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:42:04.195Z||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-03-21T00:42:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:42:13.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:42:13.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:43:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:43:04.193Z||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-03-21T00:43:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:43:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:43:04.195Z||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-03-21T00:43:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:43:13.743Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:43:13.745Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:44:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:44:04.193Z||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-03-21T00:44:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:44:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:44:04.195Z||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-03-21T00:44:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:44:13.739Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:44:13.741Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:45:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:45:04.193Z||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-03-21T00:45:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:45:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:45:04.195Z||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-03-21T00:45:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:45:13.737Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:45:13.740Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:46:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:46:04.194Z||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-03-21T00:46:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:46:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:46:04.195Z||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-03-21T00:46:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:46:13.753Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:46:13.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:47:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:47:04.193Z||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-03-21T00:47:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:47:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:47:04.195Z||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-03-21T00:47:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:47:13.744Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:47:13.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:48:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:48:04.193Z||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-03-21T00:48:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:48:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:48:04.195Z||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-03-21T00:48:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:48:13.738Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:48:13.740Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:49:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:49:04.193Z||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-03-21T00:49:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:49:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:49:04.195Z||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-03-21T00:49:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:49:13.741Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:49:13.743Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:50:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:50:04.194Z||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-03-21T00:50:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:50:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:50:04.195Z||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-03-21T00:50:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:50:13.742Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:50:13.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:51:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:51:04.194Z||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-03-21T00:51:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:51:04.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:51:04.195Z||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-03-21T00:51:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:51:13.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:51:13.738Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:52:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:52:04.193Z||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-03-21T00:52:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:52:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:52:04.195Z||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-03-21T00:52:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:52:13.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:52:13.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:53:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:53:04.193Z||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-03-21T00:53:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:53:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:53:04.195Z||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-03-21T00:53:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:53:13.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:53:13.744Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:54:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:54:04.193Z||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-03-21T00:54:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:54:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:54:04.195Z||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-03-21T00:54:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:54:13.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:54:13.740Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:54:34.861Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@7a84c27 ((conn=763) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-03-21T00:55:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:55:04.193Z||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-03-21T00:55:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:55:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:55:04.195Z||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-03-21T00:55:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:55:13.741Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:55:13.744Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:56:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:56:04.193Z||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-03-21T00:56:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:56:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:56:04.195Z||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-03-21T00:56:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:56:13.741Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:56:13.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:57:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:57:04.193Z||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-03-21T00:57:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:57:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:57:04.195Z||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-03-21T00:57:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:57:13.739Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:57:13.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:58:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:58:04.193Z||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-03-21T00:58:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:58:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:58:04.195Z||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-03-21T00:58:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:58:13.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:58:13.742Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:59:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:59:04.193Z||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-03-21T00:59:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:59:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:59:04.195Z||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-03-21T00:59:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:59:13.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T00:59:13.747Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:00:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:00:04.193Z||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-03-21T01:00:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:00:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:00:04.195Z||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-03-21T01:00:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:00:13.734Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:00:13.740Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:01:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:01:04.193Z||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-03-21T01:01:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:01:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:01:04.195Z||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-03-21T01:01:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:01:13.735Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:01:13.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:02:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:02:04.193Z||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-03-21T01:02:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:02:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:02:04.195Z||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-03-21T01:02:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:02:13.737Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:02:13.740Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:03:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:03:04.193Z||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-03-21T01:03:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:03:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:03:04.195Z||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-03-21T01:03:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:03:13.737Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:03:13.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:04:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:04:04.194Z||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-03-21T01:04:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:04:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:04:04.195Z||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-03-21T01:04:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:04:13.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:04:13.742Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:05:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:05:04.193Z||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-03-21T01:05:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:05:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:05:04.195Z||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-03-21T01:05:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:05:13.741Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:05:13.742Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:06:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:06:04.193Z||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-03-21T01:06:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:06:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:06:04.195Z||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-03-21T01:06:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:06:13.737Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:06:13.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:07:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:07:04.193Z||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-03-21T01:07:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:07:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:07:04.195Z||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-03-21T01:07:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:07:13.744Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:07:13.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:08:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:08:04.193Z||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-03-21T01:08:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:08:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:08:04.195Z||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-03-21T01:08:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:08:13.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:08:13.738Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:09:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:09:04.193Z||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-03-21T01:09:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:09:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:09:04.195Z||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-03-21T01:09:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:09:13.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:09:13.744Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:10:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:10:04.193Z||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-03-21T01:10:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:10:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:10:04.195Z||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-03-21T01:10:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:10:13.742Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:10:13.744Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:11:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:11:04.194Z||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-03-21T01:11:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:11:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:11:04.195Z||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-03-21T01:11:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:11:13.742Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:11:13.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:12:04.193Z||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-03-21T01:12:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:12:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:12:04.195Z||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-03-21T01:12:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:12:04.822Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:04.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"622d1b0a-3bd1-4099-a469-f797f9e95b7d","serviceName":"vFW 2022-03-21 01-09-02","serviceVersion":"1.0","serviceUUID":"32cf6107-0cf8-42f0-8dec-51670fd864f8","serviceDescription":"catalog service description","serviceInvariantUUID":"e8ff393b-feb3-49cc-bae6-c055f157a74e","resources":[{"resourceInstanceName":"vFW be5e5706-d1e4 0","resourceName":"vFW be5e5706-d1e4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70b31301-fcb7-44c9-9f60-a1fae24f1cee","resourceInvariantUUID":"4a3c66f7-6b90-4233-846e-15022a13928a","resourceCustomizationUUID":"0fd771c2-f496-4f51-b823-ea4416eb5317","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml","artifactChecksum":"YTdjMTYzNzBiYjQ4MDVhMDJkNzJlZDgxYTg2MjU2ZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28d90f9e-c6b1-4f68-81c2-5bf98cd006e9","artifactVersion":"1"},{"artifactName":"vfwbe5e5706d1e40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json","artifactChecksum":"MWM0ZWMwYjkzMzBjOGY5Mjk0YTE5MTljNjcwNTgyY2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76450652-565e-4a4e-85d5-eae4780e25db","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dda6dc85-2060-4d97-91d3-a19692e533c1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml","artifactChecksum":"OTJiZjcyY2EzYmViNjdkMzQ1ZWVlNmI0N2I1ODhmY2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"33c259f8-7e41-45a6-b229-8bb5ce302284","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"30be203c-8306-4465-ab07-91f8e45145f3","artifactVersion":"2","generatedFromUUID":"dda6dc85-2060-4d97-91d3-a19692e533c1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220321010902-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml","artifactChecksum":"MDk5NzE2NzYxNmQ1MDlhN2UyOTI1NWQ3MGJlZjA1YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0ce597da-f665-4fa9-a6ae-cd21065e7439","artifactVersion":"1"},{"artifactName":"service-Vfw20220321010902-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar","artifactChecksum":"YzNiZGFlMWQ1ZTA4NmY2Y2U0NjIzOTQwNWQ3ZWUzMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28c247a6-dfa5-4bcf-9e81-65ee9357e06a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T01:12:04.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:04.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825071675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.836Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:04.842Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:04.852Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:04.852Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "aai-ml",
"timestamp": 1647825065930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "cds",
"timestamp": 1647825065558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825071675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "aai-ml",
"timestamp": 1647825065930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "cds",
"timestamp": 1647825065558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825075427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825071675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "aai-ml",
"timestamp": 1647825065930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "cds",
"timestamp": 1647825065558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825075427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
"status": "NOTIFIED"
}
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825071675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "aai-ml",
"timestamp": 1647825065930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "cds",
"timestamp": 1647825065558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825075427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T01:12:04.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "aai-ml",
"timestamp": 1647825065930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825071675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "cds",
"timestamp": 1647825065558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825075427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825071675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "aai-ml",
"timestamp": 1647825065930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "cds",
"timestamp": 1647825065558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "policy-id",
"timestamp": 1647825079009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825075427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825071675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "aai-ml",
"timestamp": 1647825065930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "cds",
"timestamp": 1647825065558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "policy-id",
"timestamp": 1647825079009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825075427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "policy-id",
"timestamp": 1647825079009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825075427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "policy-id",
"timestamp": 1647825079009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "cds",
"timestamp": 1647825082996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "aai-ml",
"timestamp": 1647825083186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "policy-id",
"timestamp": 1647825079009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825083805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "cds",
"timestamp": 1647825084010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-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-03-21T01:12:04.929Z||pool-2-thread-2|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@3f996cbf marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1522) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-21T01:12:04.931Z||pool-2-thread-2|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-21T01:12:04.931Z||pool-2-thread-2|||||ERROR|500||(conn=1522) WSREP has not yet prepared node for application use
2022-03-21T01:12:04.933Z||pool-2-thread-2|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1522) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-21T01:12:04.934Z||pool-2-thread-2|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1522) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-21T01:12:04.939Z||pool-2-thread-2|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-21T01:12:04.940Z||pool-2-thread-2|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy144.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 25 common frames omitted
2022-03-21T01:12:04.954Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-21T01:12:04.957Z||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-03-21T01:12:04.957Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:04.971Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:04.971Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:05.858Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:05.859Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:05.860Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:05.860Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
"status": "NOTIFIED"
}
2022-03-21T01:12:05.960Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:05.961Z||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-03-21T01:12:05.961Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:05.974Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:05.974Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:06.861Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:06.861Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:06.863Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:06.863Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T01:12:06.963Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:06.964Z||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-03-21T01:12:06.964Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:06.978Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:06.978Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:12:07.863Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:07.864Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:07.865Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:07.866Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:07.966Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:07.966Z||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-03-21T01:12:07.967Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:07.979Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:07.980Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:08.866Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:08.867Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:08.868Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:08.868Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-21T01:12:08.968Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:08.969Z||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-03-21T01:12:08.969Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:08.982Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:08.982Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:09.869Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:09.870Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:09.871Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:09.872Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:12:09.971Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T01:12:09.972Z||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-03-21T01:12:09.972Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:09.984Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:09.984Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:10.872Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:10.873Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:10.874Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:10.875Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:12:10.975Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:10.976Z||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-03-21T01:12:10.976Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:10.988Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:10.989Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:12:11.876Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"serviceName": "vFW 2022-03-21 01-09-02",
"serviceVersion": "1.0",
"serviceUUID": "32cf6107-0cf8-42f0-8dec-51670fd864f8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e8ff393b-feb3-49cc-bae6-c055f157a74e",
"resources": [
{
"resourceInstanceName": "vFW be5e5706-d1e4 0",
"resourceCustomizationUUID": "0fd771c2-f496-4f51-b823-ea4416eb5317",
"resourceName": "vFW be5e5706-d1e4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "70b31301-fcb7-44c9-9f60-a1fae24f1cee",
"resourceInvariantUUID": "4a3c66f7-6b90-4233-846e-15022a13928a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbe5e5706d1e40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
"artifactChecksum": "MWM0ZWMwYjkzMzBjOGY5Mjk0YTE5MTljNjcwNTgyY2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76450652-565e-4a4e-85d5-eae4780e25db",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dda6dc85-2060-4d97-91d3-a19692e533c1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "30be203c-8306-4465-ab07-91f8e45145f3",
"generatedFromUUID": "dda6dc85-2060-4d97-91d3-a19692e533c1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "30be203c-8306-4465-ab07-91f8e45145f3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220321010902-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
"artifactChecksum": "YzNiZGFlMWQ1ZTA4NmY2Y2U0NjIzOTQwNWQ3ZWUzMDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "28c247a6-dfa5-4bcf-9e81-65ee9357e06a"
}
],
"workloadContext": "Production"
}
2022-03-21T01:12:11.878Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T01:12:11.878Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32cf6107-0cf8-42f0-8dec-51670fd864f8 ASDC
2022-03-21T01:12:11.972Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:622d1b0a-3bd1-4099-a469-f797f9e95b7d
ServiceName:vFW 2022-03-21 01-09-02
ServiceVersion:1.0
ServiceUUID:32cf6107-0cf8-42f0-8dec-51670fd864f8
ServiceInvariantUUID:e8ff393b-feb3-49cc-bae6-c055f157a74e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220321010902-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar
ArtifactUUID:28c247a6-dfa5-4bcf-9e81-65ee9357e06a
ArtifactChecksum:YzNiZGFlMWQ1ZTA4NmY2Y2U0NjIzOTQwNWQ3ZWUzMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW be5e5706-d1e4 0
ResourceCustomizationUUID:0fd771c2-f496-4f51-b823-ea4416eb5317
ResourceInvariantUUID:4a3c66f7-6b90-4233-846e-15022a13928a
ResourceName:vFW be5e5706-d1e4
ResourceType:VF
ResourceUUID:70b31301-fcb7-44c9-9f60-a1fae24f1cee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbe5e5706d1e40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json
ArtifactUUID:76450652-565e-4a4e-85d5-eae4780e25db
ArtifactChecksum:MWM0ZWMwYjkzMzBjOGY5Mjk0YTE5MTljNjcwNTgyY2I=
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/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml
ArtifactUUID:dda6dc85-2060-4d97-91d3-a19692e533c1
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/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env
ArtifactUUID:30be203c-8306-4465-ab07-91f8e45145f3
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/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env
ArtifactUUID:30be203c-8306-4465-ab07-91f8e45145f3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-21T01:12:11.972Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32cf6107-0cf8-42f0-8dec-51670fd864f8 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-03-21T01:12:12.105Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:12:12.105Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-21T01:12:12.106Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-21T01:12:12.106Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 28c247a6-dfa5-4bcf-9e81-65ee9357e06a from URL: /sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:12.106Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-21T01:12:12.107Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:12.377Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-21T01:12:12.393Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar 28c247a6-dfa5-4bcf-9e81-65ee9357e06a 98992
2022-03-21T01:12:12.394Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar ASDC sendASDCNotification
2022-03-21T01:12:12.394Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:12.394Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:12:12.395Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:12.396Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:12.397Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825132393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:12:12.497Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:12.499Z||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-03-21T01:12:12.499Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:12.511Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:12.512Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:13.397Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:12:13.398Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-21T01:12:13.398Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 28c247a6-dfa5-4bcf-9e81-65ee9357e06a, URL: /sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar to file: /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:13.399Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220321010902-csar.csar
2022-03-21T01:12:13.457Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:13.458Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:14.301Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6115034307350778944/Definitions/service-Vfw20220321010902-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-21T01:12:16.713Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T01:12:16.717Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-21T01:12:16.717Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.717Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||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-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||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-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||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-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.719Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.719Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.719Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.719Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW be5e5706-d1e4 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-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.719Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-21T01:12:16.725Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.726Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.729Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is matching search criteria
2022-03-21T01:12:16.730Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-21T01:12:16.731Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW be5e5706-d1e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:12:16.733Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.733Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.733Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is matching search criteria
2022-03-21T01:12:16.733Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-21T01:12:16.733Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW be5e5706-d1e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:12:16.734Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.734Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.737Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is not matching search criteria
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:12:16.739Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.739Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:12:16.739Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:12:16.739Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:12:16.739Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.741Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:12:16.742Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.742Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is matching search criteria
2022-03-21T01:12:16.742Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW be5e5706-d1e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:12:16.742Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.742Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is matching search criteria
2022-03-21T01:12:16.743Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW be5e5706-d1e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:12:16.743Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.743Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is matching search criteria
2022-03-21T01:12:16.743Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW be5e5706-d1e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:12:16.743Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is not matching search criteria
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7c3c4511-b61b-4bfa-97a2-51b42b0cf367
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is not matching search criteria
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=613b0552-13e4-4c51-aeca-2f8986f06949
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is not matching search criteria
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.750Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T01:12:16.750Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94802699-6ab4-439d-98d5-61cc648733a0
2022-03-21T01:12:16.750Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.757Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.757Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-21 01-09-02
Description:catalog service description
Model UUID:32cf6107-0cf8-42f0-8dec-51670fd864f8
Model Version:NULL
Model InvariantUuid:e8ff393b-feb3-49cc-bae6-c055f157a74e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW be5e5706-d1e4
Model UUID:21a34113-1891-479a-92f6-c9a1086aa992
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4a3c66f7-6b90-4233-846e-15022a13928a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0fd771c2-f496-4f51-b823-ea4416eb5317
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5b8cf75e-00f2-4165-8b0d-c3d5bd7d5fb8
ModelName:VfwBe5e5706D1e4..base_vfw..module-0
ModelUuid:6e0addbe-762f-4efc-9189-dbd295aec37a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7c3c4511-b61b-4bfa-97a2-51b42b0cf367
ModelInvariantUuid:66046ca2-30f7-4d7b-9b72-4e325437f673
ModelName:vFW be5e5706-d1e4-nodes.vfwCvfc
ModelUuid:6106c695-0c5c-4592-b846-d8d18681ea34
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2254b893-57fa-45fb-8448-f2b910d2172b
ModelInvariantUuid:e3c129dd-66ab-42c2-b2e6-661b3377166b
ModelName:VfwBe5e5706D1e4.compute.nodes.heat.vfw
ModelUuid:f3339ee3-9b3e-4b92-b849-db44443d862a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:613b0552-13e4-4c51-aeca-2f8986f06949
ModelInvariantUuid:a848954e-7d23-40ca-b650-3eec37c66ee8
ModelName:vFW be5e5706-d1e4-nodes.vsnCvfc
ModelUuid:9378f945-56b3-4e78-822a-a54ac7dfd00a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d774c472-70ae-4949-8fcf-f8ec8550e734
ModelInvariantUuid:5e1d5ecb-457d-4944-84bd-247a937a4754
ModelName:VfwBe5e5706D1e4.compute.nodes.heat.vsn
ModelUuid:d49bdba8-5bf2-46ae-b012-a92d18c508b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:94802699-6ab4-439d-98d5-61cc648733a0
ModelInvariantUuid:d8d8f28c-6f04-4195-bda5-3c2ae4eb57ee
ModelName:vFW be5e5706-d1e4-nodes.vpgCvfc
ModelUuid:ab1f061d-7eed-4de9-9cd2-75a08d141a6b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b7f9d0b4-fa97-46e0-9f38-cb399a3c30c6
ModelInvariantUuid:aaa899fb-51b1-45d4-b9e5-7181d7c26b65
ModelName:VfwBe5e5706D1e4.compute.nodes.heat.vpg
ModelUuid:8d10fe18-925b-4837-855b-2f9552c5eac5
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-03-21T01:12:16.765Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@43622633 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1528) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.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-03-21T01:12:16.766Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-21T01:12:16.766Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||ERROR|500||(conn=1528) WSREP has not yet prepared node for application use
2022-03-21T01:12:16.767Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.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=1528) 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-03-21T01:12:16.768Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.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=1528) 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-03-21T01:12:16.772Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy144.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-03-21T01:12:16.772Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 622d1b0a-3bd1-4099-a469-f797f9e95b7d 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-03-21T01:12:16.847Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 622d1b0a-3bd1-4099-a469-f797f9e95b7d and serviceModelVersionId: 32cf6107-0cf8-42f0-8dec-51670fd864f8
2022-03-21T01:12:16.847Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8ff393b-feb3-49cc-bae6-c055f157a74e
2022-03-21T01:12:28.146Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0
2022-03-21T01:12:28.245Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T01:12:28.663Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0|INFO|500||Invoke
2022-03-21T01:12:28.670Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[622d1b0a-3bd1-4099-a469-f797f9e95b7d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1280a9f2-837d-46e6-9c7f-dd43365cd5d1], X-ECOMP-RequestID=[622d1b0a-3bd1-4099-a469-f797f9e95b7d], X-TransactionId=[], X-ONAP-RequestID=[622d1b0a-3bd1-4099-a469-f797f9e95b7d], Content-Type=[application/merge-patch+json]}
2022-03-21T01:12:28.812Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-21T01:12:28.950Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220321-01:12:28:821-49796], vertex-id=[184496], Content-Length=[0], Date=[Mon, 21 Mar 2022 01:12:28 GMT], Content-Type=[application/json]}
2022-03-21T01:12:28.951Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-21T01:12:28.952Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0|INFO|500||InvokeReturn
2022-03-21T01:12:28.955Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T01:12:28.955Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-21T01:12:28.961Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 622d1b0a-3bd1-4099-a469-f797f9e95b7d 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-03-21T01:12:28.962Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-21T01:12:28.962Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:28.964Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:28.964Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825148961,
"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-03-21T01:12:29.064Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:29.066Z||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-03-21T01:12:29.066Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:29.078Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:12:29.079Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-21T01:13:04.193Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:13:04.194Z||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-03-21T01:13:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:13:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:13:04.195Z||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-03-21T01:13:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:13:04.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:13:04.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:13:04.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:13:04.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-21T01:13:13.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:14:04.193Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:14:04.193Z||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-03-21T01:14:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:14:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:14:04.195Z||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-03-21T01:14:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:14:04.720Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:14:04.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
"status": "NOTIFIED"
}
2022-03-21T01:14:04.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825124193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825132393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:14:04.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825148961,
"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-03-21T01:14:04.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:14:13.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:15:04.193Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:15:04.193Z||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-03-21T01:15:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:15:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:15:04.195Z||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-03-21T01:15:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:15:13.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:15:13.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:04.193Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:16:04.193Z||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-03-21T01:16:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:16:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:16:04.195Z||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-03-21T01:16:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:16:04.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:04.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e479adc5-773d-45f5-b597-b583945f17ea","serviceName":"vFW 2022-03-21 01-13-56","serviceVersion":"1.0","serviceUUID":"2edc6791-6e77-4500-aa1c-7215c35a4ad7","serviceDescription":"catalog service description","serviceInvariantUUID":"ad8e146c-a3f1-4840-a547-89c9b2bea65e","resources":[{"resourceInstanceName":"vFW 424c8d12-b3e4 0","resourceName":"vFW 424c8d12-b3e4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2b59adab-48fa-467c-ae7f-8e4dc4e02016","resourceInvariantUUID":"d6547045-cc3e-4321-bc47-213a384dd638","resourceCustomizationUUID":"bc0679e8-483f-4be1-8a3f-a893c0d9da71","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml","artifactChecksum":"MWNjY2ZiMTgzYTRhNjE0MzA2ZWFlMTE4ZTVmMzRjMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8056ad0e-c6ca-462e-a34c-32264e2209a7","artifactVersion":"1"},{"artifactName":"vfw424c8d12b3e40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json","artifactChecksum":"ZTYzNTNiMmI3YWRlMjRmNjZjNDUyYzAyODIyOTcwODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93719d27-63cd-4a30-bdc3-063f0f4c2aef","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a490aa10-d1d9-47ce-9e3d-14d0272d16e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml","artifactChecksum":"NzU4OWY0NzE1YTI5ZWYxM2MwYWVmNDFiYTUxMmZkYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"308d9cb7-dabc-4cef-994c-573afcf5f3b7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b214617-2c14-46b3-9e60-5d2fb83420b4","artifactVersion":"2","generatedFromUUID":"a490aa10-d1d9-47ce-9e3d-14d0272d16e9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220321011356-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml","artifactChecksum":"NzkzMDE3ZjU4ZjQ5ODFmNTg0OWFiZjEzMWJlOTEwNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbf2a513-55f4-4034-92ab-6361bd431cc3","artifactVersion":"1"},{"artifactName":"service-Vfw20220321011356-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar","artifactChecksum":"YmUzYTMxNDJmYWU1NjA5YjMzOGFhYWY1MzNjZDBjNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93f35df4-8ec0-4287-a8aa-35c3ef5ed3da","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T01:16:04.826Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:04.826Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:04.829Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:04.829Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825364193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:04.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "clamp",
"timestamp": 1647825324572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "cds",
"timestamp": 1647825320558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647825328366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "cds",
"timestamp": 1647825320558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "clamp",
"timestamp": 1647825324572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "NOTIFIED"
}
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647825328366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "clamp",
"timestamp": 1647825324572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "cds",
"timestamp": 1647825320558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647825328366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825331675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "cds",
"timestamp": 1647825320558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "clamp",
"timestamp": 1647825324572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647825328366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825331675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "clamp",
"timestamp": 1647825324572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "cds",
"timestamp": 1647825320558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647825328366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825331675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "clamp",
"timestamp": 1647825324572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "cds",
"timestamp": 1647825320558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647825328366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825331675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "clamp",
"timestamp": 1647825324572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "cds",
"timestamp": 1647825320558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647825328366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:16:04.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825335427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825331675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "aai-ml",
"timestamp": 1647825335930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "cds",
"timestamp": 1647825336923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647825336995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825335427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "NOTIFIED"
}
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825331675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "aai-ml",
"timestamp": 1647825335930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "cds",
"timestamp": 1647825337927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-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-03-21T01:16:04.860Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.860Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:04.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825335427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1647825331675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "aai-ml",
"timestamp": 1647825335930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825335427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "aai-ml",
"timestamp": 1647825335930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "policy-id",
"timestamp": 1647825339009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647825339736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825335427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "aai-ml",
"timestamp": 1647825335930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "policy-id",
"timestamp": 1647825339009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647825340740,
"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-03-21T01:16:04.884Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.884Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:04.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825335427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "aai-ml",
"timestamp": 1647825335930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "policy-id",
"timestamp": 1647825339009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825335427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "aai-ml",
"timestamp": 1647825335930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "policy-id",
"timestamp": 1647825339009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825343187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "policy-id",
"timestamp": 1647825339009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "aai-ml",
"timestamp": 1647825343903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825344390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "policy-id",
"timestamp": 1647825339009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "policy-id",
"timestamp": 1647825339009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825345796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.895Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825346816,
"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-03-21T01:16:04.898Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.898Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:04.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "policy-id",
"timestamp": 1647825347184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647825347819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "DEPLOY_OK"
}
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "policy-id",
"timestamp": 1647825348191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "policy-id",
"timestamp": 1647825349196,
"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-03-21T01:16:04.907Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:04.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "clamp",
"timestamp": 1647825350906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "clamp",
"timestamp": 1647825352914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T01:16:04.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "clamp",
"timestamp": 1647825353918,
"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-03-21T01:16:04.916Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.917Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:04.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "aai-ml",
"timestamp": 1647825355892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T01:16:04.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "aai-ml",
"timestamp": 1647825356895,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:16:04.925Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.925Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:04.929Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:04.930Z||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-03-21T01:16:04.930Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:04.944Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:04.944Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:05.829Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:05.830Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:05.832Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:05.832Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825364193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "NOTIFIED"
}
2022-03-21T01:16:05.932Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:05.933Z||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-03-21T01:16:05.933Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:05.945Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:05.946Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:06.832Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:06.833Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:06.834Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:06.834Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825364193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T01:16:06.935Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:06.935Z||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-03-21T01:16:06.935Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:06.947Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:06.947Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:16:07.835Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:07.836Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:07.838Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:07.838Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825364193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:07.938Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:07.939Z||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-03-21T01:16:07.939Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:07.952Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:07.952Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:08.838Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:08.840Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:08.841Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:08.841Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825364193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-21T01:16:08.943Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-21T01:16:08.944Z||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-03-21T01:16:08.944Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:08.958Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:08.958Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:09.841Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:09.842Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:09.844Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:09.844Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825364193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:16:09.944Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:09.945Z||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-03-21T01:16:09.945Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:09.957Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:09.957Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:10.844Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:10.845Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:10.847Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:10.847Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825364193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:16:10.947Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:10.949Z||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-03-21T01:16:10.949Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:10.962Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:10.962Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:11.848Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"serviceName": "vFW 2022-03-21 01-13-56",
"serviceVersion": "1.0",
"serviceUUID": "2edc6791-6e77-4500-aa1c-7215c35a4ad7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ad8e146c-a3f1-4840-a547-89c9b2bea65e",
"resources": [
{
"resourceInstanceName": "vFW 424c8d12-b3e4 0",
"resourceCustomizationUUID": "bc0679e8-483f-4be1-8a3f-a893c0d9da71",
"resourceName": "vFW 424c8d12-b3e4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2b59adab-48fa-467c-ae7f-8e4dc4e02016",
"resourceInvariantUUID": "d6547045-cc3e-4321-bc47-213a384dd638",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw424c8d12b3e40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"artifactChecksum": "ZTYzNTNiMmI3YWRlMjRmNjZjNDUyYzAyODIyOTcwODQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "93719d27-63cd-4a30-bdc3-063f0f4c2aef",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a490aa10-d1d9-47ce-9e3d-14d0272d16e9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b214617-2c14-46b3-9e60-5d2fb83420b4",
"generatedFromUUID": "a490aa10-d1d9-47ce-9e3d-14d0272d16e9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b214617-2c14-46b3-9e60-5d2fb83420b4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220321011356-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"artifactChecksum": "YmUzYTMxNDJmYWU1NjA5YjMzOGFhYWY1MzNjZDBjNzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "93f35df4-8ec0-4287-a8aa-35c3ef5ed3da"
}
],
"workloadContext": "Production"
}
2022-03-21T01:16:11.849Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T01:16:11.849Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2edc6791-6e77-4500-aa1c-7215c35a4ad7 ASDC
2022-03-21T01:16:11.849Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e479adc5-773d-45f5-b597-b583945f17ea
ServiceName:vFW 2022-03-21 01-13-56
ServiceVersion:1.0
ServiceUUID:2edc6791-6e77-4500-aa1c-7215c35a4ad7
ServiceInvariantUUID:ad8e146c-a3f1-4840-a547-89c9b2bea65e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220321011356-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar
ArtifactUUID:93f35df4-8ec0-4287-a8aa-35c3ef5ed3da
ArtifactChecksum:YmUzYTMxNDJmYWU1NjA5YjMzOGFhYWY1MzNjZDBjNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 424c8d12-b3e4 0
ResourceCustomizationUUID:bc0679e8-483f-4be1-8a3f-a893c0d9da71
ResourceInvariantUUID:d6547045-cc3e-4321-bc47-213a384dd638
ResourceName:vFW 424c8d12-b3e4
ResourceType:VF
ResourceUUID:2b59adab-48fa-467c-ae7f-8e4dc4e02016
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw424c8d12b3e40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json
ArtifactUUID:93719d27-63cd-4a30-bdc3-063f0f4c2aef
ArtifactChecksum:ZTYzNTNiMmI3YWRlMjRmNjZjNDUyYzAyODIyOTcwODQ=
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/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml
ArtifactUUID:a490aa10-d1d9-47ce-9e3d-14d0272d16e9
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/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
ArtifactUUID:1b214617-2c14-46b3-9e60-5d2fb83420b4
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/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
ArtifactUUID:1b214617-2c14-46b3-9e60-5d2fb83420b4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-21T01:16:11.849Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2edc6791-6e77-4500-aa1c-7215c35a4ad7 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-03-21T01:16:11.875Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:16:11.876Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:16:11.876Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:16:11.876Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 93f35df4-8ec0-4287-a8aa-35c3ef5ed3da from URL: /sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:11.876Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:16:11.876Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:12.082Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:16:12.088Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar 93f35df4-8ec0-4287-a8aa-35c3ef5ed3da 99015
2022-03-21T01:16:12.088Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar ASDC sendASDCNotification
2022-03-21T01:16:12.088Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:12.088Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:16:12.089Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:12.090Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:12.090Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825372088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:12.191Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T01:16:12.191Z||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-03-21T01:16:12.191Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:12.203Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:12.204Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:13.091Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:16:13.092Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:16:13.092Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 93f35df4-8ec0-4287-a8aa-35c3ef5ed3da, URL: /sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar to file: /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:13.093Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220321011356-csar.csar
2022-03-21T01:16:13.093Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:13.093Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:13.220Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2979387953318924283/Definitions/service-Vfw20220321011356-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-03-21T01:16:14.905Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T01:16:14.905Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-21T01:16:14.905Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||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-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||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-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||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-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||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-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 424c8d12-b3e4 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-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||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-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||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-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||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-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||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-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-21T01:16:14.908Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.908Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.908Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:14.909Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-21T01:16:14.909Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:16:14.909Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.909Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.909Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:14.910Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-21T01:16:14.910Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:16:14.910Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.910Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.911Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.911Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:14.911Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:14.911Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:14.911Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:16:14.912Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.912Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.912Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:16:14.912Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.912Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:16:14.913Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:16:14.913Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.913Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.913Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:16:14.914Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.914Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:16:14.914Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.914Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T01:16:14.914Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.915Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:16:14.915Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.915Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:14.915Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:14.916Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.916Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:14.916Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:14.916Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.916Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:14.917Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:14.917Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.917Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:14.917Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:14.918Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:14.918Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T01:16:14.918Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:16:14.918Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:16:14.918Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.919Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.919Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:16:14.919Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.919Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:16:14.919Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.920Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dfb13516-4179-463f-bdb8-515ab7cc109a
2022-03-21T01:16:14.920Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.920Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:14.920Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:14.921Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:14.921Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:16:14.921Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.921Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.921Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:16:14.922Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.922Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T01:16:14.922Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:16:14.922Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.923Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:16:14.923Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.923Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57ca28df-8ec0-4aa1-8877-07700ae486cd
2022-03-21T01:16:14.923Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.924Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:14.924Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:14.924Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:14.924Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:16:14.924Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.925Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.925Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:16:14.925Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.925Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:16:14.925Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:16:14.926Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.926Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.926Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T01:16:14.926Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ec842da3-bc58-49fe-a756-a182a546ca54
2022-03-21T01:16:14.927Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.927Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.927Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.927Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.927Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.928Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.928Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:14.928Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.928Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-21 01-13-56
Description:catalog service description
Model UUID:2edc6791-6e77-4500-aa1c-7215c35a4ad7
Model Version:NULL
Model InvariantUuid:ad8e146c-a3f1-4840-a547-89c9b2bea65e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 424c8d12-b3e4
Model UUID:41518753-1fdc-4719-a5c0-e9ed03c2af82
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d6547045-cc3e-4321-bc47-213a384dd638
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bc0679e8-483f-4be1-8a3f-a893c0d9da71
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:62e14a43-8f54-4200-b96c-dc112c474a4c
ModelName:Vfw424c8d12B3e4..base_vfw..module-0
ModelUuid:616b514c-8efa-4d8f-8e21-75703453eb0d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dfb13516-4179-463f-bdb8-515ab7cc109a
ModelInvariantUuid:cf4765f9-20a7-46a2-8b9b-57c41d22d0b0
ModelName:vFW 424c8d12-b3e4-nodes.vfwCvfc
ModelUuid:11e2ebaf-0887-4d53-acbc-7258e2a69e04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a6ec4cd5-8a3f-4929-9ec4-384d6c525698
ModelInvariantUuid:38345a8a-dd18-466a-ba11-dfede36416b2
ModelName:Vfw424c8d12B3e4.compute.nodes.heat.vfw
ModelUuid:88df5917-e348-4fe8-bc51-71de03a7b56b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:57ca28df-8ec0-4aa1-8877-07700ae486cd
ModelInvariantUuid:bcbb39ab-0709-4568-b169-eab2279b25bb
ModelName:vFW 424c8d12-b3e4-nodes.vsnCvfc
ModelUuid:15d34fa4-ed88-4862-9588-1d71fa290aac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b0c27040-f875-47c7-9d09-ef1406095ba6
ModelInvariantUuid:b099e5a5-e996-443e-8322-e4740e8215a1
ModelName:Vfw424c8d12B3e4.compute.nodes.heat.vsn
ModelUuid:5ecd99f2-62e4-437c-95fe-5b1fc2c288bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ec842da3-bc58-49fe-a756-a182a546ca54
ModelInvariantUuid:71a7b99e-f802-4548-8eba-cdc8bdc0dff1
ModelName:vFW 424c8d12-b3e4-nodes.vpgCvfc
ModelUuid:4fca7e55-afc5-4b07-9e3b-5c520262f858
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9c25c17e-3e24-4054-a74f-95a0fb4892a0
ModelInvariantUuid:318a2c47-7e07-4b6f-a6a2-05246ff48100
ModelName:Vfw424c8d12B3e4.compute.nodes.heat.vpg
ModelUuid:e00cfa89-5a71-4e10-ba4a-2379da79b3aa
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-03-21T01:16:14.936Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2b59adab-48fa-467c-ae7f-8e4dc4e02016
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-03-21T01:16:14.966Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||vFW 424c8d12-b3e4 0
2022-03-21T01:16:14.972Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2b59adab-48fa-467c-ae7f-8e4dc4e02016
2022-03-21T01:16:14.972Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 93719d27-63cd-4a30-bdc3-063f0f4c2aef from URL: /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json
2022-03-21T01:16:14.972Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:16:14.972Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json
2022-03-21T01:16:15.777Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:16:15.778Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json 93719d27-63cd-4a30-bdc3-063f0f4c2aef 785
2022-03-21T01:16:15.778Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json ASDC sendASDCNotification
2022-03-21T01:16:15.778Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json
2022-03-21T01:16:15.778Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:16:15.778Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:15.780Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:15.780Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825375778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:15.880Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:15.881Z||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-03-21T01:16:15.881Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:15.893Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:15.894Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:16.781Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw424c8d12B3e4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "62e14a43-8f54-4200-b96c-dc112c474a4c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "616b514c-8efa-4d8f-8e21-75703453eb0d",
"vfModuleModelCustomizationUUID": "c89c775c-83a4-44f8-975e-9316ff99cd36",
"isBase": true,
"artifacts": [
"a490aa10-d1d9-47ce-9e3d-14d0272d16e9",
"1b214617-2c14-46b3-9e60-5d2fb83420b4"
],
"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-03-21T01:16:16.795Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw424c8d12B3e4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:616b514c-8efa-4d8f-8e21-75703453eb0d
VfModuleModelInvariantUUID:62e14a43-8f54-4200-b96c-dc112c474a4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a490aa10-d1d9-47ce-9e3d-14d0272d16e9
,
1b214617-2c14-46b3-9e60-5d2fb83420b4
}
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-03-21T01:16:16.798Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw424c8d12B3e4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "62e14a43-8f54-4200-b96c-dc112c474a4c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "616b514c-8efa-4d8f-8e21-75703453eb0d",
"vfModuleModelCustomizationUUID": "c89c775c-83a4-44f8-975e-9316ff99cd36",
"isBase": true,
"artifacts": [
"a490aa10-d1d9-47ce-9e3d-14d0272d16e9",
"1b214617-2c14-46b3-9e60-5d2fb83420b4"
],
"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-03-21T01:16:16.798Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw424c8d12B3e4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:616b514c-8efa-4d8f-8e21-75703453eb0d
VfModuleModelInvariantUUID:62e14a43-8f54-4200-b96c-dc112c474a4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a490aa10-d1d9-47ce-9e3d-14d0272d16e9
,
1b214617-2c14-46b3-9e60-5d2fb83420b4
}
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-03-21T01:16:16.798Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a490aa10-d1d9-47ce-9e3d-14d0272d16e9 from URL: /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml
2022-03-21T01:16:16.798Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:16:16.798Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml
2022-03-21T01:16:17.187Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:16:17.188Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml a490aa10-d1d9-47ce-9e3d-14d0272d16e9 20368
2022-03-21T01:16:17.188Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-21T01:16:17.188Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml
2022-03-21T01:16:17.188Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:16:17.189Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:17.191Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:17.191Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825377188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:17.291Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:17.292Z||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-03-21T01:16:17.292Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:17.307Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:17.307Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:18.192Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1b214617-2c14-46b3-9e60-5d2fb83420b4 from URL: /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
2022-03-21T01:16:18.192Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:16:18.193Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
2022-03-21T01:16:18.497Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:16:18.498Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env 1b214617-2c14-46b3-9e60-5d2fb83420b4 2098
2022-03-21T01:16:18.498Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-21T01:16:18.498Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
2022-03-21T01:16:18.498Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:16:18.499Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:18.501Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:18.501Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825378498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:16:18.601Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:18.602Z||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-03-21T01:16:18.602Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:18.617Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:18.617Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:19.502Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2edc6791-6e77-4500-aa1c-7215c35a4ad7
2022-03-21T01:16:19.502Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 424c8d12-b3e4 0 2b59adab-48fa-467c-ae7f-8e4dc4e02016 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-03-21T01:16:19.533Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@644a07b7, org.onap.sdc.toscaparser.api.parameters.Input@20c133c2, org.onap.sdc.toscaparser.api.parameters.Input@3ba92ffe, org.onap.sdc.toscaparser.api.parameters.Input@7d86bcc0, org.onap.sdc.toscaparser.api.parameters.Input@49456b78]
2022-03-21T01:16:19.537Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.537Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.537Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-21T01:16:19.538Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bc0679e8-483f-4be1-8a3f-a893c0d9da71
2022-03-21T01:16:19.538Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc0679e8-483f-4be1-8a3f-a893c0d9da71 matches Tosca VF Customization UUID: bc0679e8-483f-4be1-8a3f-a893c0d9da71
2022-03-21T01:16:19.538Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bc0679e8-483f-4be1-8a3f-a893c0d9da71 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-03-21T01:16:19.543Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.544Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.545Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bc0679e8-483f-4be1-8a3f-a893c0d9da71: {\"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-03-21T01:16:19.545Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47fbcedd
2022-03-21T01:16:19.545Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.545Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:16:19.545Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c89c775c-83a4-44f8-975e-9316ff99cd36
2022-03-21T01:16:19.546Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c89c775c-83a4-44f8-975e-9316ff99cd36
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-03-21T01:16:19.551Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.551Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.551Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:19.552Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.552Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.552Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:19.553Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.553Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:19.553Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:19.553Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:19.554Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T01:16:19.554Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:16:19.554Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:16:19.554Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.554Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.555Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:16:19.555Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.555Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:16:19.555Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.556Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dfb13516-4179-463f-bdb8-515ab7cc109a
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-03-21T01:16:19.561Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.561Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.561Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:19.561Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.562Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:19.562Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:19.562Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:19.562Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:16:19.562Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.563Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.563Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:16:19.563Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.563Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T01:16:19.563Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:16:19.564Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.564Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:16:19.564Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.564Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57ca28df-8ec0-4aa1-8877-07700ae486cd
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-03-21T01:16:19.566Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.566Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.566Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:19.569Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.569Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:19.569Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:19.569Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:19.569Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:16:19.570Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.570Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.570Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:16:19.570Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.571Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:16:19.571Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:16:19.571Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.571Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.571Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T01:16:19.572Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ec842da3-bc58-49fe-a756-a182a546ca54
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-03-21T01:16:19.573Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.573Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.574Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:19.574Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.574Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.574Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=bc0679e8-483f-4be1-8a3f-a893c0d9da71
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-03-21T01:16:19.576Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.576Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.576Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2edc6791-6e77-4500-aa1c-7215c35a4ad7: vFW 424c8d12-b3e4
2022-03-21T01:16:19.576Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.576Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.577Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.577Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.577Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.577Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.577Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.578Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.578Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:16:19.578Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.578Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-21 01-13-56
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:16:19.799Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 424c8d12-b3e4 2b59adab-48fa-467c-ae7f-8e4dc4e02016 1 ASDC deployResourceStructure
2022-03-21T01:16:19.799Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json ASDC sendASDCNotification
2022-03-21T01:16:19.800Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json
2022-03-21T01:16:19.800Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:16:19.800Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:19.802Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:19.802Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825379799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
"status": "DEPLOY_OK"
}
2022-03-21T01:16:19.902Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:19.903Z||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-03-21T01:16:19.903Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:19.915Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:19.916Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:20.803Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-21T01:16:20.804Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml
2022-03-21T01:16:20.804Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:16:20.804Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:20.806Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:20.806Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825380803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-21T01:16:20.906Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:20.907Z||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-03-21T01:16:20.907Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:20.921Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:20.922Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:21.807Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-21T01:16:21.808Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
2022-03-21T01:16:21.808Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:16:21.808Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:21.810Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:21.810Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825381807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-21T01:16:21.910Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:21.910Z||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-03-21T01:16:21.911Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:21.924Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:21.924Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:16:22.811Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar ASDC sendASDCNotification
2022-03-21T01:16:22.811Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:22.811Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:16:22.812Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:22.815Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:22.815Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825382811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T01:16:22.915Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:22.916Z||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-03-21T01:16:22.916Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:22.929Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:22.929Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:23.816Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e479adc5-773d-45f5-b597-b583945f17ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-21T01:16:23.829Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e479adc5-773d-45f5-b597-b583945f17ea
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-03-21T01:16:23.832Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:16:23.832Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T01:16:23.832Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-21T01:16:23.832Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:16:23.837Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-21T01:16:53.837Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:53.843Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e479adc5-773d-45f5-b597-b583945f17ea and serviceModelVersionId: 2edc6791-6e77-4500-aa1c-7215c35a4ad7
2022-03-21T01:16:53.843Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad8e146c-a3f1-4840-a547-89c9b2bea65e
2022-03-21T01:16:53.844Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0
2022-03-21T01:16:53.849Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T01:16:53.896Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0|INFO|500||Invoke
2022-03-21T01:16:53.896Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e479adc5-773d-45f5-b597-b583945f17ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a9dfba3e-1e99-4b04-808d-4e5257cc4921], X-ECOMP-RequestID=[e479adc5-773d-45f5-b597-b583945f17ea], X-TransactionId=[], X-ONAP-RequestID=[e479adc5-773d-45f5-b597-b583945f17ea], Content-Type=[application/merge-patch+json]}
2022-03-21T01:16:53.920Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-21T01:16:54.588Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220321-01:16:53:926-11133], vertex-id=[200784], Content-Length=[0], Date=[Mon, 21 Mar 2022 01:16:53 GMT], Content-Type=[application/json]}
2022-03-21T01:16:54.589Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-21T01:16:54.589Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0|INFO|500||InvokeReturn
2022-03-21T01:16:54.590Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T01:16:54.590Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-21T01:16:54.594Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||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-03-21T01:16:54.595Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e479adc5-773d-45f5-b597-b583945f17ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-21T01:16:54.595Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-21T01:16:54.595Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:54.597Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:54.597Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825414595,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:16:54.697Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:54.698Z||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-03-21T01:16:54.698Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:54.713Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:16:54.714Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-21T01:17:04.193Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:17:04.193Z|e479adc5-773d-45f5-b597-b583945f17ea|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-03-21T01:17:04.194Z|e479adc5-773d-45f5-b597-b583945f17ea|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:17:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:17:04.195Z||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-03-21T01:17:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:17:04.318Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:04.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:17:04.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825364193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:17:04.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-21T01:17:04.819Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:04.820Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T01:17:04.820Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6c1c26b-d577-4d73-8b7b-d7271e4697a3","serviceName":"vFW 2022-03-21 01-15-45","serviceVersion":"1.0","serviceUUID":"13ad7caa-b05e-4210-a6c0-89c1a77f167f","serviceDescription":"catalog service description","serviceInvariantUUID":"3af05090-c876-4093-b67f-910cf3254ea1","resources":[{"resourceInstanceName":"vFW 99c832af-4021 0","resourceName":"vFW 99c832af-4021","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18ca6c3b-405e-49bd-b8e1-e09526f24a65","resourceInvariantUUID":"3423e85d-9da0-427e-a871-1a6d6b66a9e2","resourceCustomizationUUID":"23840bb2-c673-4f9c-b8c1-835fbf841198","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml","artifactChecksum":"MGQyNjk5Y2RlZTU5NGYzNWI4YzQyY2JkZGRmMDQ0NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d9a047a-0587-40f8-baad-d42bc05fb739","artifactVersion":"1"},{"artifactName":"vfw99c832af40210_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json","artifactChecksum":"NmMyNzdiNjQxNjRiYjRkOGFmYmUyMTYwNTAzMWMyODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d845a407-d2e6-4b74-ac8e-46f030a64a16","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"137c5a24-e07a-4cff-82b5-46fd12586b55","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml","artifactChecksum":"MWNhZGUxMDcyZTAxYTdkMWI4NjY3NDU4NmY4ZDQ0OTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ec9ba38-7473-49cd-ae48-7a0e99a2a8c4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b929539c-9c57-4e03-9147-df05a2b90f0e","artifactVersion":"2","generatedFromUUID":"137c5a24-e07a-4cff-82b5-46fd12586b55"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220321011545-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml","artifactChecksum":"ZWEyN2M2ZWQzNGFiOGUwZWIzYzEzMjI0MjI5ZmJiYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3c07245-ae73-4aa8-b804-c76bbbd7cfb8","artifactVersion":"1"},{"artifactName":"service-Vfw20220321011545-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar","artifactChecksum":"NzVmMTU5MGZlM2QyNjYzODNjZmI1YWUwYTE4MTc5YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eabc4ce8-42a0-44e7-8bed-9da2734f9871","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T01:17:04.822Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:04.822Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:04.824Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:04.824Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825424193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:17:04.924Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:04.925Z||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-03-21T01:17:04.925Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:04.939Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:04.939Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:05.824Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:05.825Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:05.828Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:05.828Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825424193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
"status": "NOTIFIED"
}
2022-03-21T01:17:05.927Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T01:17:05.928Z||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-03-21T01:17:05.928Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:05.942Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:05.942Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:06.829Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:06.829Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:06.831Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:06.831Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825424193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T01:17:06.931Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:06.932Z||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-03-21T01:17:06.932Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:06.943Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:06.944Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:07.832Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:07.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:07.834Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:07.834Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825424193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:17:07.934Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:07.935Z||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-03-21T01:17:07.935Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:07.949Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:07.949Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:08.835Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:08.836Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:08.837Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:08.837Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825424193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-21T01:17:08.937Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:08.938Z||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-03-21T01:17:08.938Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:08.952Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:08.952Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:09.838Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:09.838Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:09.840Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:09.840Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825424193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T01:17:09.940Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:09.941Z||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-03-21T01:17:09.941Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:09.954Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:09.954Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:10.840Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:10.841Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:10.843Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:10.843Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825424193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T01:17:10.943Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:10.944Z||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-03-21T01:17:10.944Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:10.954Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:10.954Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:17:11.844Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"serviceName": "vFW 2022-03-21 01-15-45",
"serviceVersion": "1.0",
"serviceUUID": "13ad7caa-b05e-4210-a6c0-89c1a77f167f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3af05090-c876-4093-b67f-910cf3254ea1",
"resources": [
{
"resourceInstanceName": "vFW 99c832af-4021 0",
"resourceCustomizationUUID": "23840bb2-c673-4f9c-b8c1-835fbf841198",
"resourceName": "vFW 99c832af-4021",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "18ca6c3b-405e-49bd-b8e1-e09526f24a65",
"resourceInvariantUUID": "3423e85d-9da0-427e-a871-1a6d6b66a9e2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw99c832af40210_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
"artifactChecksum": "NmMyNzdiNjQxNjRiYjRkOGFmYmUyMTYwNTAzMWMyODU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d845a407-d2e6-4b74-ac8e-46f030a64a16",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "137c5a24-e07a-4cff-82b5-46fd12586b55",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b929539c-9c57-4e03-9147-df05a2b90f0e",
"generatedFromUUID": "137c5a24-e07a-4cff-82b5-46fd12586b55"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b929539c-9c57-4e03-9147-df05a2b90f0e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220321011545-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
"artifactChecksum": "NzVmMTU5MGZlM2QyNjYzODNjZmI1YWUwYTE4MTc5YjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eabc4ce8-42a0-44e7-8bed-9da2734f9871"
}
],
"workloadContext": "Production"
}
2022-03-21T01:17:11.844Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T01:17:11.845Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13ad7caa-b05e-4210-a6c0-89c1a77f167f ASDC
2022-03-21T01:17:11.845Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c6c1c26b-d577-4d73-8b7b-d7271e4697a3
ServiceName:vFW 2022-03-21 01-15-45
ServiceVersion:1.0
ServiceUUID:13ad7caa-b05e-4210-a6c0-89c1a77f167f
ServiceInvariantUUID:3af05090-c876-4093-b67f-910cf3254ea1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220321011545-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar
ArtifactUUID:eabc4ce8-42a0-44e7-8bed-9da2734f9871
ArtifactChecksum:NzVmMTU5MGZlM2QyNjYzODNjZmI1YWUwYTE4MTc5YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 99c832af-4021 0
ResourceCustomizationUUID:23840bb2-c673-4f9c-b8c1-835fbf841198
ResourceInvariantUUID:3423e85d-9da0-427e-a871-1a6d6b66a9e2
ResourceName:vFW 99c832af-4021
ResourceType:VF
ResourceUUID:18ca6c3b-405e-49bd-b8e1-e09526f24a65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw99c832af40210_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json
ArtifactUUID:d845a407-d2e6-4b74-ac8e-46f030a64a16
ArtifactChecksum:NmMyNzdiNjQxNjRiYjRkOGFmYmUyMTYwNTAzMWMyODU=
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/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml
ArtifactUUID:137c5a24-e07a-4cff-82b5-46fd12586b55
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/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env
ArtifactUUID:b929539c-9c57-4e03-9147-df05a2b90f0e
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/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env
ArtifactUUID:b929539c-9c57-4e03-9147-df05a2b90f0e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-21T01:17:11.845Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13ad7caa-b05e-4210-a6c0-89c1a77f167f 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-03-21T01:17:11.863Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:17:11.863Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:17:11.864Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:17:11.864Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eabc4ce8-42a0-44e7-8bed-9da2734f9871 from URL: /sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:11.864Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:17:11.864Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:12.078Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:17:12.083Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar eabc4ce8-42a0-44e7-8bed-9da2734f9871 98971
2022-03-21T01:17:12.083Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar ASDC sendASDCNotification
2022-03-21T01:17:12.083Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:12.083Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:17:12.083Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:12.085Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:12.085Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825432083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:17:12.185Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:12.186Z||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-03-21T01:17:12.186Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:12.194Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:12.194Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:13.085Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:17:13.086Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:17:13.087Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: eabc4ce8-42a0-44e7-8bed-9da2734f9871, URL: /sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar to file: /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:13.087Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220321011545-csar.csar
2022-03-21T01:17:13.087Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:13.087Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:13.212Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5582945850352060692/Definitions/service-Vfw20220321011545-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-21T01:17:14.779Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||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-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||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-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 99c832af-4021 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-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||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-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||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-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||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-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||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-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||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-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||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-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96127b9f-1ed7-4b0b-b261-d6823f7795cd
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd802391-1d2f-455c-bd70-e34571c5fe3c
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5be0279b-313c-4d8d-aca2-1e0ca341f915
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:14.791Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.791Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-21 01-15-45
Description:catalog service description
Model UUID:13ad7caa-b05e-4210-a6c0-89c1a77f167f
Model Version:NULL
Model InvariantUuid:3af05090-c876-4093-b67f-910cf3254ea1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 99c832af-4021
Model UUID:ff15d26f-4f56-4561-8d54-4054f028f3ea
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3423e85d-9da0-427e-a871-1a6d6b66a9e2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:23840bb2-c673-4f9c-b8c1-835fbf841198
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0073d8b5-e261-4dd9-b2e8-faa1d04c0e4e
ModelName:Vfw99c832af4021..base_vfw..module-0
ModelUuid:b053ff28-6cea-4180-8a2b-3f3cd6566e8b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:96127b9f-1ed7-4b0b-b261-d6823f7795cd
ModelInvariantUuid:f440ae07-df5a-40e4-ba31-852406482921
ModelName:vFW 99c832af-4021-nodes.vfwCvfc
ModelUuid:4c28609b-48c6-4e21-be31-fee616eb1444
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:beb013bc-901a-4bf1-8445-77c405b0b921
ModelInvariantUuid:a9de8539-73bd-4f8e-81e6-42a2e170340b
ModelName:Vfw99c832af4021.compute.nodes.heat.vfw
ModelUuid:d400d154-9308-4a40-ba8d-79181356d7dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dd802391-1d2f-455c-bd70-e34571c5fe3c
ModelInvariantUuid:8089eafa-3a5e-42f8-acfa-e900507987d3
ModelName:vFW 99c832af-4021-nodes.vsnCvfc
ModelUuid:3f58a08a-c4c6-4424-8482-e5463a1f9069
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:137935fc-3bf7-4d06-a775-5ba7aa6b963f
ModelInvariantUuid:1489dbf3-eba6-4cf7-bf59-58695fd0d8b0
ModelName:Vfw99c832af4021.compute.nodes.heat.vsn
ModelUuid:6f4db1d7-6421-4e0a-a9d4-2efed91ce589
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5be0279b-313c-4d8d-aca2-1e0ca341f915
ModelInvariantUuid:416b377f-8e83-4e11-a81a-557ea02a30c0
ModelName:vFW 99c832af-4021-nodes.vpgCvfc
ModelUuid:2676f03b-cbf7-449b-855a-beb1ea4e9641
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d87a6855-0cb2-4f7d-92c4-eaec5052fdf7
ModelInvariantUuid:76b03688-a9fe-4478-9a41-a66d4ba80358
ModelName:Vfw99c832af4021.compute.nodes.heat.vpg
ModelUuid:b0812b64-b615-4a5d-8a6a-2358c656d516
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-03-21T01:17:14.795Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 18ca6c3b-405e-49bd-b8e1-e09526f24a65
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-03-21T01:17:14.796Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||vFW 99c832af-4021 0
2022-03-21T01:17:14.797Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18ca6c3b-405e-49bd-b8e1-e09526f24a65
2022-03-21T01:17:14.797Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d845a407-d2e6-4b74-ac8e-46f030a64a16 from URL: /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json
2022-03-21T01:17:14.797Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:17:14.797Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json
2022-03-21T01:17:14.999Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:17:15.000Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json d845a407-d2e6-4b74-ac8e-46f030a64a16 785
2022-03-21T01:17:15.000Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json ASDC sendASDCNotification
2022-03-21T01:17:15.000Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json
2022-03-21T01:17:15.000Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:17:15.000Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:15.001Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:15.002Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825435000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:17:15.102Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:15.102Z||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-03-21T01:17:15.102Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:15.114Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:15.114Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:17:16.002Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw99c832af4021..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0073d8b5-e261-4dd9-b2e8-faa1d04c0e4e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b053ff28-6cea-4180-8a2b-3f3cd6566e8b",
"vfModuleModelCustomizationUUID": "8bdad268-7e7e-4819-8204-b94f88b147a1",
"isBase": true,
"artifacts": [
"137c5a24-e07a-4cff-82b5-46fd12586b55",
"b929539c-9c57-4e03-9147-df05a2b90f0e"
],
"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-03-21T01:17:16.005Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw99c832af4021..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b053ff28-6cea-4180-8a2b-3f3cd6566e8b
VfModuleModelInvariantUUID:0073d8b5-e261-4dd9-b2e8-faa1d04c0e4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
137c5a24-e07a-4cff-82b5-46fd12586b55
,
b929539c-9c57-4e03-9147-df05a2b90f0e
}
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-03-21T01:17:16.006Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw99c832af4021..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0073d8b5-e261-4dd9-b2e8-faa1d04c0e4e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b053ff28-6cea-4180-8a2b-3f3cd6566e8b",
"vfModuleModelCustomizationUUID": "8bdad268-7e7e-4819-8204-b94f88b147a1",
"isBase": true,
"artifacts": [
"137c5a24-e07a-4cff-82b5-46fd12586b55",
"b929539c-9c57-4e03-9147-df05a2b90f0e"
],
"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-03-21T01:17:16.007Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw99c832af4021..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b053ff28-6cea-4180-8a2b-3f3cd6566e8b
VfModuleModelInvariantUUID:0073d8b5-e261-4dd9-b2e8-faa1d04c0e4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
137c5a24-e07a-4cff-82b5-46fd12586b55
,
b929539c-9c57-4e03-9147-df05a2b90f0e
}
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-03-21T01:17:16.007Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 137c5a24-e07a-4cff-82b5-46fd12586b55 from URL: /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml
2022-03-21T01:17:16.007Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:17:16.007Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml
2022-03-21T01:17:16.473Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:17:16.473Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml 137c5a24-e07a-4cff-82b5-46fd12586b55 20368
2022-03-21T01:17:16.474Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-21T01:17:16.474Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml
2022-03-21T01:17:16.474Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:17:16.474Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:16.476Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:16.476Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825436474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:17:16.576Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:16.577Z||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-03-21T01:17:16.577Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:16.589Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:16.589Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:17.476Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b929539c-9c57-4e03-9147-df05a2b90f0e from URL: /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env
2022-03-21T01:17:17.477Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:17:17.477Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env
2022-03-21T01:17:17.879Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:17:17.880Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env b929539c-9c57-4e03-9147-df05a2b90f0e 2098
2022-03-21T01:17:17.880Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-21T01:17:17.880Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env
2022-03-21T01:17:17.880Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:17:17.880Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:17.882Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:17.882Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647825437880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-21T01:17:17.982Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:17.982Z||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-03-21T01:17:17.982Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:17.994Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T01:17:17.995Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:18.882Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 13ad7caa-b05e-4210-a6c0-89c1a77f167f
2022-03-21T01:17:18.883Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 99c832af-4021 0 18ca6c3b-405e-49bd-b8e1-e09526f24a65 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-03-21T01:17:18.896Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49210f4, org.onap.sdc.toscaparser.api.parameters.Input@29d6cc9f, org.onap.sdc.toscaparser.api.parameters.Input@42656358, org.onap.sdc.toscaparser.api.parameters.Input@7665cb06, org.onap.sdc.toscaparser.api.parameters.Input@62e4708e]
2022-03-21T01:17:18.897Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.898Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.898Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-21T01:17:18.898Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 23840bb2-c673-4f9c-b8c1-835fbf841198
2022-03-21T01:17:18.898Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 23840bb2-c673-4f9c-b8c1-835fbf841198 matches Tosca VF Customization UUID: 23840bb2-c673-4f9c-b8c1-835fbf841198
2022-03-21T01:17:18.898Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 23840bb2-c673-4f9c-b8c1-835fbf841198 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-03-21T01:17:18.900Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.900Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.901Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 23840bb2-c673-4f9c-b8c1-835fbf841198: {\"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-03-21T01:17:18.901Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4cbafd4d
2022-03-21T01:17:18.902Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.902Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:17:18.902Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8bdad268-7e7e-4819-8204-b94f88b147a1
2022-03-21T01:17:18.902Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8bdad268-7e7e-4819-8204-b94f88b147a1
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-03-21T01:17:18.904Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.904Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.905Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:18.905Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.905Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.905Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:18.906Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.906Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:18.906Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:18.906Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:17:18.908Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.908Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96127b9f-1ed7-4b0b-b261-d6823f7795cd
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-03-21T01:17:18.910Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.910Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.910Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:18.910Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.911Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:18.911Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:18.911Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:17:18.911Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.912Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.912Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:17:18.912Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.912Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:18.912Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T01:17:18.913Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:17:18.913Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.913Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:17:18.913Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.913Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd802391-1d2f-455c-bd70-e34571c5fe3c
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-03-21T01:17:18.915Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.916Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.916Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:18.916Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.916Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:18.916Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:18.918Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:17:18.918Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:17:18.918Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.918Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.919Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T01:17:18.919Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5be0279b-313c-4d8d-aca2-1e0ca341f915
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-03-21T01:17:18.920Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.920Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.921Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:18.921Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.921Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.921Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=23840bb2-c673-4f9c-b8c1-835fbf841198
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-03-21T01:17:18.922Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 13ad7caa-b05e-4210-a6c0-89c1a77f167f: vFW 99c832af-4021
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.924Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T01:17:18.924Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.924Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery