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-12-21T04:45:15.757Z||main|||||INFO|500||The following profiles are active: basic
2022-12-21T04:45:27.708Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-21T04:45:27.709Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-21T04:45:27.852Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-21T04:45:32.074Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-21T04:45:32.514Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-21T04:45:33.061Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-21T04:45:33.069Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-21T04:45:33.190Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-21T04:45:33.397Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-21T04:45:33.985Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-21T04:45:35.865Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-21T04:45:38.288Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-21T04:45:38.347Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-21T04:45:38.992Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-21T04:45:39.277Z||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-12-21T04:45:40.551Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-21T04:45:41.713Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-21T04:45:41.731Z||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$$1cee29c1.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-12-21T04:45:41.732Z||main|||||WARN|500||The sdc end point is not alive
2022-12-21T04:45:45.162Z||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-12-21T04:45:48.115Z||main|||||WARN|500||---
2022-12-21T04:45:48.115Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-21T04:45:48.115Z||main|||||WARN|500||---
2022-12-21T04:45:48.566Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-21T04:45:53.740Z||main|||||INFO|500||Started Application in 41.242 seconds (JVM running for 43.365)
2022-12-21T04:45:53.761Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-21T04:45:53.763Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-21T04:45:53.776Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-21T04:45:53.803Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-21T04:45:53.847Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 051d2941-6c90-4ccb-92e9-4bddf17f5fe7 url= /sdc/v1/artifactTypes
2022-12-21T04:45:53.848Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-21T04:45:54.133Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-21T04:45:54.219Z||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-12-21T04:45:54.255Z||scheduling-1|||||DEBUG|500||create keys
2022-12-21T04:45:54.264Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-21T04:45:54.298Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:45:54.317Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 969060cb-09b8-4469-98ae-d9e7c1ee8a53 url= /sdc/v1/registerForDistribution
2022-12-21T04:45:54.409Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 969060cb-09b8-4469-98ae-d9e7c1ee8a53 url= /sdc/v1/registerForDistribution
2022-12-21T04:45:54.410Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-21T04:45:54.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:45:54.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:45:54.429Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-21T04:45:54.435Z||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-12-21T04:45:54.435Z||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-12-21T04:45:54.436Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:45:54.436Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:46:04.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:46:04.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:46:54.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:46:54.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:46:54.420Z||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-12-21T04:46:54.420Z||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-12-21T04:46:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:46:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:47:03.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:47:03.999Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:47:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:47:54.419Z||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-12-21T04:47:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:47:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:47:54.420Z||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-12-21T04:47:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:48:03.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:48:03.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:48:54.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:48:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:48:54.420Z||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-12-21T04:48:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:48:54.420Z||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-12-21T04:48:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:49:04.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:49:04.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:49:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:49:54.418Z||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-12-21T04:49:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:49:54.425Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:49:54.425Z||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-12-21T04:49:54.426Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:50:03.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:50:04.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:50:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:50:54.418Z||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-12-21T04:50:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:50:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:50:54.419Z||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-12-21T04:50:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:51:03.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:51:03.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:51:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:51:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:51:54.420Z||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-12-21T04:51:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:51:54.420Z||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-12-21T04:51:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:52:03.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:52:03.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:52:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:52:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:52:54.419Z||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-12-21T04:52:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:52:54.423Z||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-12-21T04:52:54.423Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:53:03.983Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:53:03.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:53:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:53:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:53:54.420Z||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-12-21T04:53:54.420Z||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-12-21T04:53:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:53:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:54:03.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:54:03.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:54:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:54:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:54:54.421Z||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-12-21T04:54:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:54:54.421Z||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-12-21T04:54:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:55:03.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:55:03.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:55:28.261Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-21T04:55:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:55:54.418Z||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-12-21T04:55:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:55:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:55:54.419Z||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-12-21T04:55:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:56:03.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:56:03.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:56:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:56:54.418Z||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-12-21T04:56:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:56:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:56:54.420Z||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-12-21T04:56:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:57:03.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:57:03.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:57:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:57:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:57:54.420Z||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-12-21T04:57:54.420Z||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-12-21T04:57:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:57:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:58:04.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:58:04.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:58:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:58:54.419Z||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-12-21T04:58:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:58:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:58:54.420Z||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-12-21T04:58:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:59:03.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:59:04.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T04:59:54.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:59:54.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T04:59:54.421Z||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-12-21T04:59:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T04:59:54.422Z||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-12-21T04:59:54.422Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:00:03.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:00:03.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:00:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:00:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:00:54.420Z||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-12-21T05:00:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:00:54.420Z||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-12-21T05:00:54.422Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:01:04.013Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:01:04.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:01:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:01:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:01:54.420Z||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-12-21T05:01:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:01:54.421Z||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-12-21T05:01:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:02:03.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:02:03.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:02:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:02:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:02:54.419Z||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-12-21T05:02:54.420Z||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-12-21T05:02:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:02:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:03:03.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:03:03.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:03:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:03:54.418Z||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-12-21T05:03:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:03:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:03:54.419Z||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-12-21T05:03:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:04:03.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:04:03.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:04:54.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:04:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:04:54.420Z||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-12-21T05:04:54.420Z||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-12-21T05:04:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:04:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:05:03.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:05:04.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:05:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:05:54.419Z||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-12-21T05:05:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:05:54.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:05:54.421Z||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-12-21T05:05:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:06:03.974Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:06:03.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:06:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:06:54.419Z||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-12-21T05:06:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:06:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:06:54.420Z||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-12-21T05:06:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:07:03.989Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:07:03.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:07:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:07:54.418Z||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-12-21T05:07:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:07:54.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:07:54.421Z||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-12-21T05:07:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:08:03.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:08:03.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:08:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:08:54.418Z||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-12-21T05:08:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:08:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:08:54.420Z||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-12-21T05:08:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:09:03.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:09:03.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:09:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:09:54.418Z||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-12-21T05:09:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:09:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:09:54.423Z||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-12-21T05:09:54.423Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:10:03.996Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:10:04.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:10:54.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:10:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:10:54.420Z||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-12-21T05:10:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:10:54.425Z||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-12-21T05:10:54.425Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:11:03.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:11:04.005Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:11:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:11:54.418Z||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-12-21T05:11:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:11:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:11:54.420Z||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-12-21T05:11:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:12:03.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:12:03.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:12:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:12:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:12:54.419Z||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-12-21T05:12:54.420Z||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-12-21T05:12:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:12:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:13:04.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:13:04.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:13:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:13:54.418Z||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-12-21T05:13:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:13:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:13:54.420Z||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-12-21T05:13:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:14:03.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:14:03.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:14:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:14:54.418Z||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-12-21T05:14:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:14:54.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:14:54.419Z||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-12-21T05:14:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:15:03.966Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:15:04.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:15:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:15:54.418Z||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-12-21T05:15:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:15:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:15:54.420Z||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-12-21T05:15:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:16:03.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:16:03.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:16:54.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:16:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:16:54.421Z||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-12-21T05:16:54.422Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:16:54.428Z||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-12-21T05:16:54.430Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:17:03.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:17:03.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:17:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:17:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:17:54.420Z||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-12-21T05:17:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:17:54.423Z||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-12-21T05:17:54.424Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:18:04.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:18:04.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:18:54.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:18:54.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:18:54.422Z||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-12-21T05:18:54.423Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:18:54.422Z||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-12-21T05:18:54.424Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:19:03.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:19:03.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:19:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:19:54.419Z||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-12-21T05:19:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:19:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:19:54.420Z||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-12-21T05:19:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:20:04.001Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:20:04.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:20:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:20:54.419Z||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-12-21T05:20:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:20:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:20:54.419Z||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-12-21T05:20:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:21:03.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:21:03.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:21:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:21:54.418Z||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-12-21T05:21:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:21:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:21:54.420Z||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-12-21T05:21:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:22:03.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:22:03.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:22:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:22:54.418Z||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-12-21T05:22:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:22:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:22:54.420Z||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-12-21T05:22:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:23:03.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:23:03.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:23:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:23:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:23:54.420Z||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-12-21T05:23:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:23:54.420Z||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-12-21T05:23:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:24:03.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:24:03.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:24:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:24:54.418Z||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-12-21T05:24:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:24:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:24:54.420Z||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-12-21T05:24:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:25:03.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:25:03.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:25:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:25:54.418Z||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-12-21T05:25:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:25:54.420Z||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-12-21T05:25:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:25:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:26:03.975Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:26:03.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:26:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:26:54.418Z||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-12-21T05:26:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:26:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:26:54.420Z||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-12-21T05:26:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:27:03.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:27:03.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:27:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:27:54.418Z||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-12-21T05:27:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:27:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:27:54.419Z||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-12-21T05:27:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:28:03.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:28:03.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:28:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:28:54.418Z||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-12-21T05:28:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:28:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:28:54.420Z||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-12-21T05:28:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:29:03.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:29:03.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:29:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:29:54.418Z||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-12-21T05:29:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:29:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:29:54.419Z||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-12-21T05:29:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:30:03.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:30:03.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:30:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:30:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:30:54.419Z||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-12-21T05:30:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:30:54.419Z||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-12-21T05:30:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:31:03.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:31:03.975Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:31:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:31:54.418Z||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-12-21T05:31:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:31:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:31:54.419Z||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-12-21T05:31:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:32:03.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:32:04.065Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:32:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:32:54.418Z||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-12-21T05:32:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:32:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:32:54.420Z||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-12-21T05:32:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:33:03.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:33:03.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:33:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:33:54.419Z||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-12-21T05:33:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:33:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:33:54.420Z||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-12-21T05:33:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:34:03.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:34:03.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:34:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:34:54.418Z||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-12-21T05:34:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:34:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:34:54.419Z||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-12-21T05:34:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:35:03.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:35:03.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:35:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:35:54.418Z||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-12-21T05:35:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:35:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:35:54.420Z||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-12-21T05:35:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:35:54.855Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:35:54.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1671600918230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "cds",
"timestamp": 1671600917790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "aai-ml",
"timestamp": 1671600912717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1671600918230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "cds",
"timestamp": 1671600917790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "aai-ml",
"timestamp": 1671600912717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1671600918230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "cds",
"timestamp": 1671600917790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "aai-ml",
"timestamp": 1671600912717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1671600918230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "cds",
"timestamp": 1671600917790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "aai-ml",
"timestamp": 1671600912717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1671600918230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "cds",
"timestamp": 1671600917790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "aai-ml",
"timestamp": 1671600912717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600923169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1671600918230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "cds",
"timestamp": 1671600917790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "aai-ml",
"timestamp": 1671600912717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600923169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "NOTIFIED"
}
2022-12-21T05:35:54.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1671600918230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "cds",
"timestamp": 1671600917790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:35:54.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "aai-ml",
"timestamp": 1671600912717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:35:54.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600923169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-21T05:35:54.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "cds",
"timestamp": 1671600927304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:35:54.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:54.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "aai-ml",
"timestamp": 1671600927115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:35:54.914Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:54.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600923169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:54.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:54.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:54.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "cds",
"timestamp": 1671600928327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-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=?
2022-12-21T05:35:55.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:35:55.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"98dc228d-c59a-47d2-9c3c-a4d8417bec1c","serviceName":"vFW 2022-12-21 05-34-24","serviceVersion":"1.0","serviceUUID":"9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135","serviceDescription":"catalog service description","serviceInvariantUUID":"70395256-166f-4075-a0a0-62c4d2bdf14b","resources":[{"resourceInstanceName":"vFW e72e0ce5-45ab 0","resourceName":"vFW e72e0ce5-45ab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7830556e-7211-4d04-a77b-4f9674f2e0b9","resourceInvariantUUID":"1600c6f1-7c15-4f1f-9916-42e45eb9dddb","resourceCustomizationUUID":"4d8ab5aa-4eb8-4719-8fc7-67da44764e47","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml","artifactChecksum":"NTE2ZjRjYTk0ODY0MWZlOWQ3Nzg3ZDMwZDIzMTliNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55195d7b-e153-4206-8fbe-0f6c61c981ce","artifactVersion":"1"},{"artifactName":"vfwe72e0ce545ab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json","artifactChecksum":"Mzg1NjdjZTJkZmM3YWIwN2QxNzE3NWY2MGM3NDM3OTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef342322-1c98-4783-85d9-774090e17d0c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2416769d-8b0f-4346-b16b-d320015754d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml","artifactChecksum":"MzNjM2JlOGM3YTllZmMzODMyMjhjYmU4N2FhNGIxZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a4ae2bc-44db-42de-9e6f-a1e08fa5594a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"921acb3a-f336-4ddf-b2a6-e15375c00fb5","artifactVersion":"2","generatedFromUUID":"2416769d-8b0f-4346-b16b-d320015754d6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221221053424-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml","artifactChecksum":"ZGZhOTIyZDc5ODQ2YjUwYzgxODQxNDljOTk3MzM0Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d068245a-d87b-488b-951d-a4a2b0f68382","artifactVersion":"1"},{"artifactName":"service-Vfw20221221053424-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar","artifactChecksum":"ZmYxYTdjNTg0N2E2MTNkODc0YTU5NmVjNTBkYTlhZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69d23486-d284-4eb4-b33f-0005a07e16ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-21T05:35:55.064Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:35:55.071Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:35:55.084Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:35:55.084Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-21T05:35:55.126Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98dc228d-c59a-47d2-9c3c-a4d8417bec1c
2022-12-21T05:35:55.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 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-12-21T05:35:55.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600923169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-21T05:35:55.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600923169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600923169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:35:55.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600931008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:35:55.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:55.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600932123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:35:55.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:55.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "cds",
"timestamp": 1671600932790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600933229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:35:55.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:55.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "cds",
"timestamp": 1671600932790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:35:55.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600934313,
"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-12-21T05:35:55.184Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-21T05:35:55.188Z||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-12-21T05:35:55.188Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:35:55.199Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98dc228d-c59a-47d2-9c3c-a4d8417bec1c
2022-12-21T05:35:55.200Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 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-12-21T05:35:55.208Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:35:55.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.209Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:35:55.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600933726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "cds",
"timestamp": 1671600935539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:35:55.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:55.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600935317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-21T05:35:55.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:55.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600933726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "cds",
"timestamp": 1671600936546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-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-12-21T05:35:55.224Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8be89792-ee74-4ea5-a507-2e6cd664a86e
2022-12-21T05:35:55.225Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8be89792-ee74-4ea5-a507-2e6cd664a86e 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-12-21T05:35:55.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600933726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600933726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600933726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "ves-openapi-manager",
"timestamp": 1671600938230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600933726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "ves-openapi-manager",
"timestamp": 1671600938230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600933726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:35:55.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600941628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:35:55.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:55.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600943169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671600943169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:35:55.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "aai-ml",
"timestamp": 1671600946305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-12-21T05:35:55.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:55.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "aai-ml",
"timestamp": 1671600947316,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-21T05:35:55.246Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 98dc228d-c59a-47d2-9c3c-a4d8417bec1c
2022-12-21T05:35:55.246Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 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-12-21T05:35:55.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600948171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-21T05:35:55.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:55.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "aai-ml",
"timestamp": 1671600948321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600949179,
"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-12-21T05:35:55.260Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98dc228d-c59a-47d2-9c3c-a4d8417bec1c
2022-12-21T05:35:55.260Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 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-12-21T05:35:55.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "aai-ml",
"timestamp": 1671600948321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:35:55.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600933726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:55.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "aai-ml",
"timestamp": 1671600951026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:35:55.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:55.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600933726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:35:55.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:35:55.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600952296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:35:55.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:55.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:35:55.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600954022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-21T05:35:55.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:35:56.092Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:35:56.093Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:35:56.095Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:35:56.095Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "NOTIFIED"
}
2022-12-21T05:35:56.195Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:35:56.196Z||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-12-21T05:35:56.196Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:35:56.210Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:35:56.211Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:35:57.096Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:35:57.097Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:35:57.100Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:35:57.101Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-21T05:35:57.200Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-21T05:35:57.203Z||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-12-21T05:35:57.203Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:35:57.212Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:35:57.213Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:35:58.102Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:35:58.103Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:35:58.105Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:35:58.105Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:35:58.205Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-21T05:35:58.207Z||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-12-21T05:35:58.207Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:35:58.219Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:35:58.220Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:35:59.106Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:35:59.107Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:35:59.109Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:35:59.110Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-21T05:35:59.211Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-21T05:35:59.212Z||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-12-21T05:35:59.212Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:35:59.225Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:35:59.226Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:36:00.110Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:36:00.111Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:36:00.114Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:36:00.115Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:36:00.215Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:36:00.216Z||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-12-21T05:36:00.216Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:36:00.226Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:36:00.226Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:36:01.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:36:01.116Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:36:01.118Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:36:01.119Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:36:01.219Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:36:01.220Z||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-12-21T05:36:01.220Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:36:01.230Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:36:01.231Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:36:02.121Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"serviceName": "vFW 2022-12-21 05-34-24",
"serviceVersion": "1.0",
"serviceUUID": "9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "70395256-166f-4075-a0a0-62c4d2bdf14b",
"resources": [
{
"resourceInstanceName": "vFW e72e0ce5-45ab 0",
"resourceCustomizationUUID": "4d8ab5aa-4eb8-4719-8fc7-67da44764e47",
"resourceName": "vFW e72e0ce5-45ab",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7830556e-7211-4d04-a77b-4f9674f2e0b9",
"resourceInvariantUUID": "1600c6f1-7c15-4f1f-9916-42e45eb9dddb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe72e0ce545ab0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"artifactChecksum": "Mzg1NjdjZTJkZmM3YWIwN2QxNzE3NWY2MGM3NDM3OTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef342322-1c98-4783-85d9-774090e17d0c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2416769d-8b0f-4346-b16b-d320015754d6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "921acb3a-f336-4ddf-b2a6-e15375c00fb5",
"generatedFromUUID": "2416769d-8b0f-4346-b16b-d320015754d6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "921acb3a-f336-4ddf-b2a6-e15375c00fb5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221221053424-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"artifactChecksum": "ZmYxYTdjNTg0N2E2MTNkODc0YTU5NmVjNTBkYTlhZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "69d23486-d284-4eb4-b33f-0005a07e16ef"
}
],
"workloadContext": "Production"
}
2022-12-21T05:36:02.122Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-21T05:36:02.123Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 ASDC
2022-12-21T05:36:02.277Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:98dc228d-c59a-47d2-9c3c-a4d8417bec1c
ServiceName:vFW 2022-12-21 05-34-24
ServiceVersion:1.0
ServiceUUID:9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135
ServiceInvariantUUID:70395256-166f-4075-a0a0-62c4d2bdf14b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221221053424-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar
ArtifactUUID:69d23486-d284-4eb4-b33f-0005a07e16ef
ArtifactChecksum:ZmYxYTdjNTg0N2E2MTNkODc0YTU5NmVjNTBkYTlhZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e72e0ce5-45ab 0
ResourceCustomizationUUID:4d8ab5aa-4eb8-4719-8fc7-67da44764e47
ResourceInvariantUUID:1600c6f1-7c15-4f1f-9916-42e45eb9dddb
ResourceName:vFW e72e0ce5-45ab
ResourceType:VF
ResourceUUID:7830556e-7211-4d04-a77b-4f9674f2e0b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe72e0ce545ab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json
ArtifactUUID:ef342322-1c98-4783-85d9-774090e17d0c
ArtifactChecksum:Mzg1NjdjZTJkZmM3YWIwN2QxNzE3NWY2MGM3NDM3OTA=
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/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml
ArtifactUUID:2416769d-8b0f-4346-b16b-d320015754d6
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/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env
ArtifactUUID:921acb3a-f336-4ddf-b2a6-e15375c00fb5
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/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env
ArtifactUUID:921acb3a-f336-4ddf-b2a6-e15375c00fb5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-21T05:36:02.278Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 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-12-21T05:36:02.334Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-21T05:36:02.335Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-21T05:36:02.337Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-21T05:36:02.337Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 69d23486-d284-4eb4-b33f-0005a07e16ef from URL: /sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:02.337Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-21T05:36:02.339Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:02.480Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-21T05:36:02.499Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar 69d23486-d284-4eb4-b33f-0005a07e16ef 100681
2022-12-21T05:36:02.500Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar ASDC sendASDCNotification
2022-12-21T05:36:02.500Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:02.501Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-21T05:36:02.502Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:36:02.504Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:36:02.504Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600962499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:36:02.604Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:36:02.606Z||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-12-21T05:36:02.606Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:36:02.616Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:36:02.617Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:36:03.505Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-21T05:36:03.506Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-21T05:36:03.506Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 69d23486-d284-4eb4-b33f-0005a07e16ef, URL: /sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar to file: /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:03.506Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221221053424-csar.csar
2022-12-21T05:36:03.594Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:03.595Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:04.419Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13770888391938601319/Definitions/service-Vfw20221221053424-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-12-21T05:36:07.347Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e72e0ce5-45ab 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-21T05:36:07.360Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.362Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:07.366Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria
2022-12-21T05:36:07.367Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-21T05:36:07.368Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-21T05:36:07.370Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.370Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:07.370Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria
2022-12-21T05:36:07.370Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-21T05:36:07.371Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-21T05:36:07.371Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.371Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:07.374Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria
2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:07.377Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:36:07.377Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:07.377Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:36:07.377Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.377Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-21T05:36:07.378Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.378Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-21T05:36:07.379Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.379Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria
2022-12-21T05:36:07.379Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria
2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria
2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:36:07.381Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.381Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria
2022-12-21T05:36:07.381Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:36:07.381Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0c882658-de30-48b8-9c84-6b49d296a8d7
2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria
2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:36:07.385Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-21T05:36:07.385Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:36:07.385Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:07.385Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=209ac7b3-de05-4777-ac0e-84538156c26e
2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria
2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=562431cd-656e-4317-a8dd-76682b19304c
2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:07.389Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.389Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:07.389Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.389Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:07.389Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:07.390Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:07.390Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-21 05-34-24
Description:catalog service description
Model UUID:9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135
Model Version:NULL
Model InvariantUuid:70395256-166f-4075-a0a0-62c4d2bdf14b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e72e0ce5-45ab
Model UUID:bfe0744f-1a8b-442f-9590-b841c9dfdd0c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1600c6f1-7c15-4f1f-9916-42e45eb9dddb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4d8ab5aa-4eb8-4719-8fc7-67da44764e47
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a3d6850e-6827-407d-8128-ec8fa0bbef2f
ModelName:VfwE72e0ce545ab..base_vfw..module-0
ModelUuid:bb283d14-7213-47d7-a22b-d8ca361055b7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0c882658-de30-48b8-9c84-6b49d296a8d7
ModelInvariantUuid:524cf90a-c6dc-4028-b2bd-91c4b4603191
ModelName:vFW e72e0ce5-45ab-nodes.vfwCvfc
ModelUuid:76c9c199-4a6b-41ef-8c31-d30e62d04e4a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0d79dba9-fc27-4ae6-b4e1-34c1dd5db751
ModelInvariantUuid:9dc6cabf-1a02-405d-95b5-dd8b19fcc22a
ModelName:VfwE72e0ce545ab.compute.nodes.heat.vfw
ModelUuid:6e13869b-3ed4-467f-b5ef-37fb6866d241
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:209ac7b3-de05-4777-ac0e-84538156c26e
ModelInvariantUuid:dfcb4b21-d517-40ad-a43b-a8efb040ace2
ModelName:vFW e72e0ce5-45ab-nodes.vsnCvfc
ModelUuid:038d8a41-bd8e-4cc7-88c2-7eb74165efa7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c996c497-3a87-4e24-9d14-cc7c8102cb90
ModelInvariantUuid:6b100246-2340-4dd9-8e49-eb5e3a5dac0c
ModelName:VfwE72e0ce545ab.compute.nodes.heat.vsn
ModelUuid:232f0698-c9ee-40c6-9712-e3c842872402
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:562431cd-656e-4317-a8dd-76682b19304c
ModelInvariantUuid:63cc79ba-faed-482d-a65d-535243f8b5a0
ModelName:vFW e72e0ce5-45ab-nodes.vpgCvfc
ModelUuid:13f4783f-53c8-4fb2-a9b6-4efe6af0ebe5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9789e01d-683c-4335-a44a-7fa3548371f0
ModelInvariantUuid:dd76b2a6-a018-48be-884a-ad64e9043627
ModelName:VfwE72e0ce545ab.compute.nodes.heat.vpg
ModelUuid:d11749e9-a473-4122-bb74-78aeb49b4fb4
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-12-21T05:36:07.402Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7830556e-7211-4d04-a77b-4f9674f2e0b9
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-12-21T05:36:07.490Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||vFW e72e0ce5-45ab 0
2022-12-21T05:36:07.497Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7830556e-7211-4d04-a77b-4f9674f2e0b9
2022-12-21T05:36:07.498Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef342322-1c98-4783-85d9-774090e17d0c from URL: /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json
2022-12-21T05:36:07.498Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-21T05:36:07.498Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json
2022-12-21T05:36:07.558Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-21T05:36:07.558Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json ef342322-1c98-4783-85d9-774090e17d0c 785
2022-12-21T05:36:07.559Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json ASDC sendASDCNotification
2022-12-21T05:36:07.559Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json
2022-12-21T05:36:07.559Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-21T05:36:07.560Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:36:07.562Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:36:07.562Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600967559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:36:07.662Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-21T05:36:07.663Z||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-12-21T05:36:07.663Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:36:07.672Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:36:07.673Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:36:08.564Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE72e0ce545ab..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a3d6850e-6827-407d-8128-ec8fa0bbef2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb283d14-7213-47d7-a22b-d8ca361055b7",
"vfModuleModelCustomizationUUID": "85f5fe87-119c-4070-a89b-2c08f97eacf3",
"isBase": true,
"artifacts": [
"2416769d-8b0f-4346-b16b-d320015754d6",
"921acb3a-f336-4ddf-b2a6-e15375c00fb5"
],
"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-12-21T05:36:08.582Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE72e0ce545ab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb283d14-7213-47d7-a22b-d8ca361055b7
VfModuleModelInvariantUUID:a3d6850e-6827-407d-8128-ec8fa0bbef2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2416769d-8b0f-4346-b16b-d320015754d6
,
921acb3a-f336-4ddf-b2a6-e15375c00fb5
}
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-12-21T05:36:08.586Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE72e0ce545ab..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a3d6850e-6827-407d-8128-ec8fa0bbef2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb283d14-7213-47d7-a22b-d8ca361055b7",
"vfModuleModelCustomizationUUID": "85f5fe87-119c-4070-a89b-2c08f97eacf3",
"isBase": true,
"artifacts": [
"2416769d-8b0f-4346-b16b-d320015754d6",
"921acb3a-f336-4ddf-b2a6-e15375c00fb5"
],
"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-12-21T05:36:08.586Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE72e0ce545ab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb283d14-7213-47d7-a22b-d8ca361055b7
VfModuleModelInvariantUUID:a3d6850e-6827-407d-8128-ec8fa0bbef2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2416769d-8b0f-4346-b16b-d320015754d6
,
921acb3a-f336-4ddf-b2a6-e15375c00fb5
}
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-12-21T05:36:08.586Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2416769d-8b0f-4346-b16b-d320015754d6 from URL: /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml
2022-12-21T05:36:08.586Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-21T05:36:08.587Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml
2022-12-21T05:36:08.644Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-21T05:36:08.645Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml 2416769d-8b0f-4346-b16b-d320015754d6 20368
2022-12-21T05:36:08.645Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-21T05:36:08.646Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml
2022-12-21T05:36:08.646Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-21T05:36:08.646Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:36:08.648Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:36:08.648Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600968645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:36:08.748Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:36:08.749Z||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-12-21T05:36:08.750Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:36:08.763Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:36:08.764Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:36:09.649Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 921acb3a-f336-4ddf-b2a6-e15375c00fb5 from URL: /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env
2022-12-21T05:36:09.649Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-21T05:36:09.650Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env
2022-12-21T05:36:09.713Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-21T05:36:09.714Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env 921acb3a-f336-4ddf-b2a6-e15375c00fb5 2098
2022-12-21T05:36:09.714Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-21T05:36:09.714Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env
2022-12-21T05:36:09.714Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-21T05:36:09.714Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:36:09.717Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:36:09.717Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600969714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:36:09.817Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-21T05:36:09.818Z||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-12-21T05:36:09.818Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:36:09.832Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:36:09.832Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:36:10.718Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135
2022-12-21T05:36:10.719Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e72e0ce5-45ab 0 7830556e-7211-4d04-a77b-4f9674f2e0b9 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-12-21T05:36:10.754Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bc65454, org.onap.sdc.toscaparser.api.parameters.Input@7a9d7b01, org.onap.sdc.toscaparser.api.parameters.Input@51fd3501, org.onap.sdc.toscaparser.api.parameters.Input@7cfa5f32, org.onap.sdc.toscaparser.api.parameters.Input@6587d00d]
2022-12-21T05:36:10.758Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.758Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:10.758Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-12-21T05:36:10.758Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4d8ab5aa-4eb8-4719-8fc7-67da44764e47
2022-12-21T05:36:10.758Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d8ab5aa-4eb8-4719-8fc7-67da44764e47 matches Tosca VF Customization UUID: 4d8ab5aa-4eb8-4719-8fc7-67da44764e47
2022-12-21T05:36:10.759Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4d8ab5aa-4eb8-4719-8fc7-67da44764e47 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-12-21T05:36:10.767Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.768Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:10.769Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4d8ab5aa-4eb8-4719-8fc7-67da44764e47: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-21T05:36:10.769Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36ff432b
2022-12-21T05:36:10.769Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.769Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-21T05:36:10.770Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85f5fe87-119c-4070-a89b-2c08f97eacf3
2022-12-21T05:36:10.771Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85f5fe87-119c-4070-a89b-2c08f97eacf3
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-12-21T05:36:10.777Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.778Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria
2022-12-21T05:36:10.778Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:36:10.779Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.779Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria
2022-12-21T05:36:10.779Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:36:10.779Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.779Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria
2022-12-21T05:36:10.780Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:36:10.780Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-21T05:36:10.780Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:36:10.780Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:36:10.782Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:36:10.782Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0c882658-de30-48b8-9c84-6b49d296a8d7
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-12-21T05:36:10.789Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.789Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria
2022-12-21T05:36:10.789Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:36:10.789Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.790Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria
2022-12-21T05:36:10.790Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:36:10.790Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-21T05:36:10.790Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:10.790Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:36:10.791Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-21T05:36:10.791Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:36:10.791Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:36:10.791Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-21T05:36:10.791Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:36:10.792Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:10.792Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:36:10.792Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:36:10.792Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=209ac7b3-de05-4777-ac0e-84538156c26e
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-12-21T05:36:10.794Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.794Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria
2022-12-21T05:36:10.794Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:36:10.797Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.797Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria
2022-12-21T05:36:10.797Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:36:10.797Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-21T05:36:10.797Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:36:10.799Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:36:10.799Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:36:10.799Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-21T05:36:10.799Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=562431cd-656e-4317-a8dd-76682b19304c
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-12-21T05:36:10.801Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.801Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria
2022-12-21T05:36:10.802Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:36:10.802Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.802Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria
2022-12-21T05:36:10.802Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=4d8ab5aa-4eb8-4719-8fc7-67da44764e47
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-12-21T05:36:10.804Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.804Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:10.805Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135: vFW e72e0ce5-45ab
2022-12-21T05:36:10.805Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.805Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:10.805Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.805Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:36:10.807Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-12-21 05-34-24
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-12-21T05:36:11.045Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e72e0ce5-45ab 7830556e-7211-4d04-a77b-4f9674f2e0b9 1 ASDC deployResourceStructure
2022-12-21T05:36:11.046Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json ASDC sendASDCNotification
2022-12-21T05:36:11.046Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json
2022-12-21T05:36:11.046Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-21T05:36:11.047Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:36:11.048Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:36:11.048Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600971046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-21T05:36:11.148Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:36:11.149Z||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-12-21T05:36:11.150Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:36:11.160Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:36:11.161Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:36:12.053Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-21T05:36:12.053Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml
2022-12-21T05:36:12.053Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-21T05:36:12.054Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:36:12.055Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:36:12.056Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600972053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-21T05:36:12.156Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:36:12.157Z||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-12-21T05:36:12.157Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:36:12.171Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:36:12.172Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:36:13.057Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-21T05:36:13.057Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env
2022-12-21T05:36:13.057Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-21T05:36:13.057Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:36:13.059Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:36:13.059Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600973056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-21T05:36:13.159Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:36:13.160Z||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-12-21T05:36:13.160Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:36:13.188Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:36:13.189Z||pool-16-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-12-21T05:36:14.060Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar ASDC sendASDCNotification
2022-12-21T05:36:14.061Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar
2022-12-21T05:36:14.061Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-21T05:36:14.061Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:36:14.063Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:36:14.063Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600974060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-21T05:36:14.164Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:36:14.165Z||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-12-21T05:36:14.165Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:36:14.175Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:36:14.176Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:36:15.065Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98dc228d-c59a-47d2-9c3c-a4d8417bec1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:36:15.084Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98dc228d-c59a-47d2-9c3c-a4d8417bec1c
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-12-21T05:36:15.088Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-21T05:36:15.088Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-21T05:36:15.088Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-21T05:36:15.088Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-21T05:36:15.089Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-12-21T05:36:15.089Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-21T05:36:15.094Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-21T05:36:45.095Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 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-12-21T05:36:45.104Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98dc228d-c59a-47d2-9c3c-a4d8417bec1c and serviceModelVersionId: 9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135
2022-12-21T05:36:45.105Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70395256-166f-4075-a0a0-62c4d2bdf14b
2022-12-21T05:36:54.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:36:54.422Z||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-12-21T05:36:54.422Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:36:54.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:36:54.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:36:54.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "aai-ml",
"timestamp": 1671600955317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-12-21T05:36:54.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:37:00.606Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?depth=0
2022-12-21T05:37:00.722Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-21T05:37:01.244Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-21T05:37:01.249Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?depth=0|INFO|500||Invoke
2022-12-21T05:37:01.369Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-12-21T05:37:01.429Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?depth=0|INFO|404|Not Found|InvokeReturn
2022-12-21T05:37:01.429Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 05:37:02 GMT], content-length=[495], x-aai-txid=[2-aai-resources-221221-05:37:02:932-72042], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-21T05:37:01.432Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135","ERR.5.4.6114"]}}}
2022-12-21T05:37:01.453Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec=ERR.5.4.6114)
2022-12-21T05:37:01.454Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-21T05:37:01.454Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec=ERR.5.4.6114)
2022-12-21T05:37:01.455Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec=ERR.5.4.6114)
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-12-21T05:37:01.461Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||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-12-21T05:37:01.462Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98dc228d-c59a-47d2-9c3c-a4d8417bec1c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec=ERR.5.4.6114)
2022-12-21T05:37:01.462Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-12-21T05:37:01.463Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:37:01.465Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:37:01.465Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601021462,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec\u003dERR.5.4.6114)"
}
2022-12-21T05:37:01.565Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:37:01.566Z||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-12-21T05:37:01.567Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:37:01.577Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:37:01.577Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-21T05:37:02.476Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-21T05:37:02.476Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8be89792-ee74-4ea5-a507-2e6cd664a86e","serviceName":"basic_onboard_NGhMzn","serviceVersion":"1.0","serviceUUID":"251c028b-35b9-4433-8231-5965e7468a3e","serviceDescription":"service","serviceInvariantUUID":"fd307e87-82bd-402c-ada1-612a56d004dc","resources":[],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNghmzn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml","artifactChecksum":"YTc2N2JlNmUzMGYwMzQyOTI1YTZiOWYzNmQyNDZkMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee688d07-7a1f-4c33-b9bb-0a001bfa21da","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNghmzn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar","artifactChecksum":"ZjFjMTE5NGNhMzZlZWQ3MmIxNWQwYzJiNTZmNDkxOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd8109ca-7fb7-48fe-920d-e1eb4101f2bd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-21T05:37:02.477Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:37:02.477Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:37:02.479Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:37:02.479Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:37:02.579Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:37:02.580Z||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-12-21T05:37:02.580Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:37:02.589Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:37:02.590Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:37:03.479Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:37:03.480Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:37:03.482Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:37:03.482Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:37:03.584Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-21T05:37:03.585Z||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-12-21T05:37:03.586Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:37:03.596Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:37:03.597Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:37:04.483Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"serviceName": "basic_onboard_NGhMzn",
"serviceVersion": "1.0",
"serviceUUID": "251c028b-35b9-4433-8231-5965e7468a3e",
"serviceDescription": "service",
"serviceInvariantUUID": "fd307e87-82bd-402c-ada1-612a56d004dc",
"resources": [],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNghmzn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"artifactChecksum": "ZjFjMTE5NGNhMzZlZWQ3MmIxNWQwYzJiNTZmNDkxOGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fd8109ca-7fb7-48fe-920d-e1eb4101f2bd"
}
],
"workloadContext": "Production"
}
2022-12-21T05:37:04.483Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0
2022-12-21T05:37:04.483Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 251c028b-35b9-4433-8231-5965e7468a3e ASDC
2022-12-21T05:37:04.484Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8be89792-ee74-4ea5-a507-2e6cd664a86e
ServiceName:basic_onboard_NGhMzn
ServiceVersion:1.0
ServiceUUID:251c028b-35b9-4433-8231-5965e7468a3e
ServiceInvariantUUID:fd307e87-82bd-402c-ada1-612a56d004dc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNghmzn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar
ArtifactUUID:fd8109ca-7fb7-48fe-920d-e1eb4101f2bd
ArtifactChecksum:ZjFjMTE5NGNhMzZlZWQ3MmIxNWQwYzJiNTZmNDkxOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
}
2022-12-21T05:37:04.484Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 251c028b-35b9-4433-8231-5965e7468a3e 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-12-21T05:37:04.515Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-21T05:37:04.516Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-21T05:37:04.516Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-21T05:37:04.516Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fd8109ca-7fb7-48fe-920d-e1eb4101f2bd from URL: /sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar
2022-12-21T05:37:04.516Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-21T05:37:04.517Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar
2022-12-21T05:37:04.584Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-21T05:37:04.586Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar fd8109ca-7fb7-48fe-920d-e1eb4101f2bd 55723
2022-12-21T05:37:04.587Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar ASDC sendASDCNotification
2022-12-21T05:37:04.587Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar
2022-12-21T05:37:04.587Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-21T05:37:04.587Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:37:04.589Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:37:04.589Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601024586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:37:04.689Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:37:04.690Z||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-12-21T05:37:04.690Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:37:04.698Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:37:04.699Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:37:05.590Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-21T05:37:05.591Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-21T05:37:05.591Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fd8109ca-7fb7-48fe-920d-e1eb4101f2bd, URL: /sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar to file: /app/ASDC/1/service-BasicOnboardNghmzn-csar.csar
2022-12-21T05:37:05.592Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNghmzn-csar.csar
2022-12-21T05:37:05.592Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNghmzn-csar.csar
2022-12-21T05:37:05.592Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNghmzn-csar.csar
2022-12-21T05:37:05.706Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5164248511205488731/Definitions/service-BasicOnboardNghmzn-template.yml
2022-12-21T05:37:06.207Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-21T05:37:06.208Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:37:06.208Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:37:06.208Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-21T05:37:06.209Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-21T05:37:06.209Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:37:06.209Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:37:06.209Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-21T05:37:06.209Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-21T05:37:06.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:37:06.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:37:06.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:37:06.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:37:06.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:37:06.211Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:37:06.211Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:37:06.211Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:37:06.211Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:37:06.212Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:37:06.212Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NGhMzn
Description:service
Model UUID:251c028b-35b9-4433-8231-5965e7468a3e
Model Version:NULL
Model InvariantUuid:fd307e87-82bd-402c-ada1-612a56d004dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-21T05:37:06.219Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||ERROR|500||Service Model contains no resources.
2022-12-21T05:37:06.220Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:37:06.229Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
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-12-21T05:37:06.231Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:37:06.231Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:37:36.232Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:37:36.242Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
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-12-21T05:37:36.246Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:37:36.247Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:37:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:37:54.420Z||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-12-21T05:37:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:37:54.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:37:54.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:37:54.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671600955028,
"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-12-21T05:37:54.452Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8be89792-ee74-4ea5-a507-2e6cd664a86e
2022-12-21T05:37:54.453Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8be89792-ee74-4ea5-a507-2e6cd664a86e 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-12-21T05:38:06.247Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:38:06.258Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
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-12-21T05:38:06.260Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:38:06.260Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:38:36.260Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:38:36.285Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
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-12-21T05:38:36.288Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:38:36.288Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:38:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:38:54.422Z||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-12-21T05:38:54.422Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:38:54.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:38:54.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:38:54.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:38:54.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "aai-ml",
"timestamp": 1671600956334,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-21T05:38:54.478Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8be89792-ee74-4ea5-a507-2e6cd664a86e
2022-12-21T05:38:54.478Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8be89792-ee74-4ea5-a507-2e6cd664a86e 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-12-21T05:38:54.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "NOTIFIED"
}
2022-12-21T05:38:54.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:38:54.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-21T05:38:54.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:38:54.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:38:54.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:38:54.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-21T05:38:54.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:38:54.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:38:54.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:38:54.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:38:54.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600962499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:38:54.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600967559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:38:54.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600968645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:38:54.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:38:54.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600969714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:38:54.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:38:54.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600971046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-21T05:38:54.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:38:54.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600972053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-21T05:38:54.495Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:38:54.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600973056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-21T05:38:54.495Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:38:54.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:38:54.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600974060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-21T05:38:54.496Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:39:06.288Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:39:06.306Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
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-12-21T05:39:06.310Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:39:06.310Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:39:36.310Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:39:36.329Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
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-12-21T05:39:36.333Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:39:36.333Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:39:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:39:54.420Z||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-12-21T05:39:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:39:54.946Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:39:54.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:39:54.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601021462,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec\u003dERR.5.4.6114)"
}
2022-12-21T05:39:54.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:39:54.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:39:54.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:39:54.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:39:54.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:39:54.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671600954417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:39:54.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:39:54.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:39:54.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601024586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:39:54.953Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:40:06.333Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:40:06.342Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
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-12-21T05:40:06.347Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:40:06.347Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:40:36.348Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:40:36.360Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
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-12-21T05:40:36.363Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:40:36.364Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:40:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:40:54.420Z||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-12-21T05:40:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:41:03.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:41:06.364Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:41:06.376Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
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-12-21T05:41:06.378Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:41:06.379Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:41:36.383Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:41:36.396Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e
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-12-21T05:41:36.403Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:41:36.403Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:41:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:41:54.420Z||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-12-21T05:41:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:42:03.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:42:06.403Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-12-21T05:42:06.404Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e 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-12-21T05:42:06.411Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e and serviceModelVersionId: 251c028b-35b9-4433-8231-5965e7468a3e
2022-12-21T05:42:06.411Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd307e87-82bd-402c-ada1-612a56d004dc
2022-12-21T05:42:06.425Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0
2022-12-21T05:42:06.432Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-21T05:42:06.534Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0|INFO|500||Invoke
2022-12-21T05:42:06.535Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8be89792-ee74-4ea5-a507-2e6cd664a86e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[42c05d73-7f50-48f6-94d1-f0b89ac46eac], X-ECOMP-RequestID=[8be89792-ee74-4ea5-a507-2e6cd664a86e], X-TransactionId=[], X-ONAP-RequestID=[8be89792-ee74-4ea5-a507-2e6cd664a86e], Content-Type=[application/merge-patch+json]}
2022-12-21T05:42:06.568Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-12-21T05:42:06.609Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?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/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 05:42:08 GMT], content-length=[495], x-aai-txid=[1-aai-resources-221221-05:42:08:159-90554], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-21T05:42:06.611Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e","ERR.5.4.6114"]}}}
2022-12-21T05:42:06.611Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0|INFO|404|Not Found|InvokeReturn
2022-12-21T05:42:06.617Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec=ERR.5.4.6114)
2022-12-21T05:42:06.618Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-21T05:42:06.618Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec=ERR.5.4.6114)
2022-12-21T05:42:06.618Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec=ERR.5.4.6114)
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-12-21T05:42:06.624Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||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-12-21T05:42:06.625Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8be89792-ee74-4ea5-a507-2e6cd664a86e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec=ERR.5.4.6114)
2022-12-21T05:42:06.625Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-12-21T05:42:06.625Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:42:06.628Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:42:06.628Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601326625,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec\u003dERR.5.4.6114)"
}
2022-12-21T05:42:06.730Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-21T05:42:06.731Z||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-12-21T05:42:06.731Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:42:06.746Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:42:06.747Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-21T05:42:07.648Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:42:07.649Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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-12-21T05:42:07.649Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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 9D8MjfKuHnjszald) ...
2022-12-21T05:42:17.960Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:42:17.961Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:42:17.962Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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-12-21T05:42:17.962Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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 9D8MjfKuHnjszald) ...
2022-12-21T05:42:27.506Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:42:27.507Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:42:27.508Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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-12-21T05:42:27.508Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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 9D8MjfKuHnjszald) ...
2022-12-21T05:42:37.072Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:42:37.074Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:42:37.075Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-21T05:42:37.075Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ...
2022-12-21T05:42:46.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:42:46.621Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:42:46.622Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-21T05:42:46.622Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ...
2022-12-21T05:42:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:42:54.420Z||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-12-21T05:42:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:42:55.053Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:42:55.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:42:55.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601326625,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec\u003dERR.5.4.6114)"
}
2022-12-21T05:42:55.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:42:56.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:42:56.162Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:42:56.162Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-21T05:42:56.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:01.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:01.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-21T05:43:01.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d0d94ab-0336-42cc-a5c7-8cf4a1be6797","serviceName":"vFW 2022-12-21 05-42-09","serviceVersion":"1.0","serviceUUID":"3b19575c-4bf3-44ca-8cbe-b13323d51f10","serviceDescription":"catalog service description","serviceInvariantUUID":"c53aaec1-c539-449f-8109-50e2a90bd43d","resources":[{"resourceInstanceName":"vFW e7d903ff-32ac 0","resourceName":"vFW e7d903ff-32ac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17bc73fc-630d-4e9d-b13c-f62625389637","resourceInvariantUUID":"68397782-e562-4180-8387-ef431f2e197e","resourceCustomizationUUID":"02b4dce8-974e-4e13-85f7-54c8fc0e0b80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml","artifactChecksum":"NTc2NGQ0MzQ0N2FkNzlhZWExZmE3OWE0ZjZiOTgwYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f955b251-0e34-4170-bce2-9d7daf053141","artifactVersion":"1"},{"artifactName":"vfwe7d903ff32ac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json","artifactChecksum":"ZWIyNTY4OGQ2ZjcxY2FhYTNlZTQ3NzE1NWQ2ODUzNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3a3f753-feef-4fad-ae68-1852a13cce03","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"870289b8-2a22-4e70-806b-610df02c7414","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml","artifactChecksum":"YjRiMDJiNTdkNzI3ZmEwNzI4Yjg1MzYxNDA1MzA5YTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1161dc7-b26b-46f6-9858-d0fa14b55afe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f974a5ee-4520-443c-951f-da68ad2a0760","artifactVersion":"2","generatedFromUUID":"870289b8-2a22-4e70-806b-610df02c7414"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221221054209-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml","artifactChecksum":"ODBkMGFkMDIwYWY4Yzc1YmZlMDM0MTEyMjI4MjgzMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0814ad97-0e61-4080-afdc-cb17eeac1566","artifactVersion":"1"},{"artifactName":"service-Vfw20221221054209-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar","artifactChecksum":"NWRkZmZmMzgyNjFiMjRjNjZlMTVjMzYxZjk0NDk4YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01a5cb31-2e32-43d3-9bf8-9989792d08fe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-21T05:43:01.240Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:43:01.241Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:01.246Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:01.257Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:01.344Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-12-21T05:43:01.344Z||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-12-21T05:43:01.345Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:01.353Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:01.354Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:43:02.257Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:43:02.258Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:02.264Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:02.264Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "NOTIFIED"
}
2022-12-21T05:43:02.365Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-21T05:43:02.366Z||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-12-21T05:43:02.366Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:02.378Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:02.378Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:43:03.265Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:43:03.267Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:03.269Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:03.270Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-21T05:43:03.370Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-21T05:43:03.371Z||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-12-21T05:43:03.371Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:03.383Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:03.383Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:43:04.270Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:43:04.271Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:04.273Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:04.273Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:04.373Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:43:04.374Z||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-12-21T05:43:04.374Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:04.386Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:04.386Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-21T05:43:05.274Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:43:05.275Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:05.278Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:05.278Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-21T05:43:05.377Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-21T05:43:05.378Z||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-12-21T05:43:05.378Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:05.387Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:05.387Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:43:06.278Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:43:06.280Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:06.282Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:06.282Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:06.382Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:43:06.383Z||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-12-21T05:43:06.383Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:06.393Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:06.393Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-12-21T05:43:07.283Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:43:07.284Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:07.289Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:07.289Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:43:07.389Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:43:07.390Z||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-12-21T05:43:07.390Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:07.401Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:07.402Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-21T05:43:08.291Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"serviceName": "vFW 2022-12-21 05-42-09",
"serviceVersion": "1.0",
"serviceUUID": "3b19575c-4bf3-44ca-8cbe-b13323d51f10",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c53aaec1-c539-449f-8109-50e2a90bd43d",
"resources": [
{
"resourceInstanceName": "vFW e7d903ff-32ac 0",
"resourceCustomizationUUID": "02b4dce8-974e-4e13-85f7-54c8fc0e0b80",
"resourceName": "vFW e7d903ff-32ac",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "17bc73fc-630d-4e9d-b13c-f62625389637",
"resourceInvariantUUID": "68397782-e562-4180-8387-ef431f2e197e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe7d903ff32ac0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"artifactChecksum": "ZWIyNTY4OGQ2ZjcxY2FhYTNlZTQ3NzE1NWQ2ODUzNjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b3a3f753-feef-4fad-ae68-1852a13cce03",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "870289b8-2a22-4e70-806b-610df02c7414",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f974a5ee-4520-443c-951f-da68ad2a0760",
"generatedFromUUID": "870289b8-2a22-4e70-806b-610df02c7414"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f974a5ee-4520-443c-951f-da68ad2a0760",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221221054209-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"artifactChecksum": "NWRkZmZmMzgyNjFiMjRjNjZlMTVjMzYxZjk0NDk4YjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "01a5cb31-2e32-43d3-9bf8-9989792d08fe"
}
],
"workloadContext": "Production"
}
2022-12-21T05:43:08.291Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-21T05:43:08.291Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3b19575c-4bf3-44ca-8cbe-b13323d51f10 ASDC
2022-12-21T05:43:08.292Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6d0d94ab-0336-42cc-a5c7-8cf4a1be6797
ServiceName:vFW 2022-12-21 05-42-09
ServiceVersion:1.0
ServiceUUID:3b19575c-4bf3-44ca-8cbe-b13323d51f10
ServiceInvariantUUID:c53aaec1-c539-449f-8109-50e2a90bd43d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221221054209-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar
ArtifactUUID:01a5cb31-2e32-43d3-9bf8-9989792d08fe
ArtifactChecksum:NWRkZmZmMzgyNjFiMjRjNjZlMTVjMzYxZjk0NDk4YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e7d903ff-32ac 0
ResourceCustomizationUUID:02b4dce8-974e-4e13-85f7-54c8fc0e0b80
ResourceInvariantUUID:68397782-e562-4180-8387-ef431f2e197e
ResourceName:vFW e7d903ff-32ac
ResourceType:VF
ResourceUUID:17bc73fc-630d-4e9d-b13c-f62625389637
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe7d903ff32ac0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json
ArtifactUUID:b3a3f753-feef-4fad-ae68-1852a13cce03
ArtifactChecksum:ZWIyNTY4OGQ2ZjcxY2FhYTNlZTQ3NzE1NWQ2ODUzNjQ=
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/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml
ArtifactUUID:870289b8-2a22-4e70-806b-610df02c7414
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/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env
ArtifactUUID:f974a5ee-4520-443c-951f-da68ad2a0760
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/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env
ArtifactUUID:f974a5ee-4520-443c-951f-da68ad2a0760
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-21T05:43:08.292Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b19575c-4bf3-44ca-8cbe-b13323d51f10 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-12-21T05:43:08.327Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-21T05:43:08.328Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-21T05:43:08.329Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-21T05:43:08.329Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 01a5cb31-2e32-43d3-9bf8-9989792d08fe from URL: /sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:08.329Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-21T05:43:08.329Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:08.422Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-21T05:43:08.426Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar 01a5cb31-2e32-43d3-9bf8-9989792d08fe 100674
2022-12-21T05:43:08.427Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar ASDC sendASDCNotification
2022-12-21T05:43:08.427Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:08.427Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-21T05:43:08.427Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:08.429Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:08.430Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601388427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:08.530Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:43:08.531Z||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-12-21T05:43:08.531Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:08.541Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:08.542Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-21T05:43:09.430Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-21T05:43:09.431Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-21T05:43:09.431Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 01a5cb31-2e32-43d3-9bf8-9989792d08fe, URL: /sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar to file: /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:09.431Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221221054209-csar.csar
2022-12-21T05:43:09.432Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:09.432Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:09.677Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5655371363085236700/Definitions/service-Vfw20221221054209-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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-12-21T05:43:11.957Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-21T05:43:11.958Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-21T05:43:11.958Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.958Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-21T05:43:11.958Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.958Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e7d903ff-32ac 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.960Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:11.960Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-21T05:43:11.960Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.960Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:11.960Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria
2022-12-21T05:43:11.961Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-21T05:43:11.961Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-21T05:43:11.961Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.962Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:11.962Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria
2022-12-21T05:43:11.962Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-21T05:43:11.962Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-21T05:43:11.962Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.963Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:11.963Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.963Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria
2022-12-21T05:43:11.963Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:43:11.963Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:43:11.964Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-21T05:43:11.964Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.964Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:11.964Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.964Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.967Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria
2022-12-21T05:43:11.967Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:43:11.967Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.967Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria
2022-12-21T05:43:11.967Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria
2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria
2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a209a829-11f2-4de9-ad24-e8b77a1d7e45
2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.971Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria
2022-12-21T05:43:11.971Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:43:11.971Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:43:11.971Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-21T05:43:11.971Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4850f15c-90c8-4537-8057-f7ad7a21efae
2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria
2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e6e449b-21fb-4003-9b05-76e5b0f6aa13
2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:11.977Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:11.977Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-21 05-42-09
Description:catalog service description
Model UUID:3b19575c-4bf3-44ca-8cbe-b13323d51f10
Model Version:NULL
Model InvariantUuid:c53aaec1-c539-449f-8109-50e2a90bd43d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e7d903ff-32ac
Model UUID:450278e7-a270-401b-9801-0992a00a8bb2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:68397782-e562-4180-8387-ef431f2e197e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:02b4dce8-974e-4e13-85f7-54c8fc0e0b80
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:79c2b10f-f5bf-4848-a77e-16300dc87202
ModelName:VfwE7d903ff32ac..base_vfw..module-0
ModelUuid:1f411b71-cde8-4bf4-8fc7-cc4e9801a5cb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a209a829-11f2-4de9-ad24-e8b77a1d7e45
ModelInvariantUuid:1439bb54-0a57-4b44-bd89-da075b8d6050
ModelName:vFW e7d903ff-32ac-nodes.vfwCvfc
ModelUuid:be984384-0318-4f14-87c3-f45204a50523
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3131d0e4-387d-4436-a632-40706a1d8e59
ModelInvariantUuid:7f3dc075-234b-4dff-ba22-e1affddddaea
ModelName:VfwE7d903ff32ac.compute.nodes.heat.vfw
ModelUuid:31fc47f2-5076-4bb6-b0fa-b4a7c0632030
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4850f15c-90c8-4537-8057-f7ad7a21efae
ModelInvariantUuid:e0a9c079-3e23-42d0-bd85-f39ec7b7bf97
ModelName:vFW e7d903ff-32ac-nodes.vsnCvfc
ModelUuid:e43a3eff-b0a9-4c86-9f50-ff56b90367c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:22a69eb1-6514-42b5-93ac-47c1004debb9
ModelInvariantUuid:7c7b9761-c734-4079-9fa0-81991b24cf9b
ModelName:VfwE7d903ff32ac.compute.nodes.heat.vsn
ModelUuid:59bd4974-35b4-4301-b959-81a6b82a148c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1e6e449b-21fb-4003-9b05-76e5b0f6aa13
ModelInvariantUuid:216299c3-b185-4e03-a1dc-86374400f913
ModelName:vFW e7d903ff-32ac-nodes.vpgCvfc
ModelUuid:1d3050ec-7fec-4a36-8092-8fdd2d9cea25
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d3e8c320-c64a-4b50-934c-1da9738fb649
ModelInvariantUuid:85ebd758-806d-4738-98ed-0c783f939c4a
ModelName:VfwE7d903ff32ac.compute.nodes.heat.vpg
ModelUuid:a37264bf-f8b7-4d84-b546-61d8307f9a7d
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-12-21T05:43:11.984Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 17bc73fc-630d-4e9d-b13c-f62625389637
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-12-21T05:43:11.987Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||vFW e7d903ff-32ac 0
2022-12-21T05:43:11.987Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17bc73fc-630d-4e9d-b13c-f62625389637
2022-12-21T05:43:11.987Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b3a3f753-feef-4fad-ae68-1852a13cce03 from URL: /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json
2022-12-21T05:43:11.988Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-21T05:43:11.988Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json
2022-12-21T05:43:12.042Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-21T05:43:12.042Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json b3a3f753-feef-4fad-ae68-1852a13cce03 785
2022-12-21T05:43:12.042Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json ASDC sendASDCNotification
2022-12-21T05:43:12.042Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json
2022-12-21T05:43:12.043Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-21T05:43:12.043Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:12.045Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:12.045Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601392042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:12.145Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:43:12.146Z||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-12-21T05:43:12.146Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:12.155Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:12.155Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:43:13.046Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE7d903ff32ac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "79c2b10f-f5bf-4848-a77e-16300dc87202",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1f411b71-cde8-4bf4-8fc7-cc4e9801a5cb",
"vfModuleModelCustomizationUUID": "5ef87eaa-9876-4b20-acd1-838e7c9cce4f",
"isBase": true,
"artifacts": [
"870289b8-2a22-4e70-806b-610df02c7414",
"f974a5ee-4520-443c-951f-da68ad2a0760"
],
"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-12-21T05:43:13.050Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE7d903ff32ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f411b71-cde8-4bf4-8fc7-cc4e9801a5cb
VfModuleModelInvariantUUID:79c2b10f-f5bf-4848-a77e-16300dc87202
VfModuleModelDescription:NULL
Artifacts UUID List:{
870289b8-2a22-4e70-806b-610df02c7414
,
f974a5ee-4520-443c-951f-da68ad2a0760
}
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-12-21T05:43:13.052Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE7d903ff32ac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "79c2b10f-f5bf-4848-a77e-16300dc87202",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1f411b71-cde8-4bf4-8fc7-cc4e9801a5cb",
"vfModuleModelCustomizationUUID": "5ef87eaa-9876-4b20-acd1-838e7c9cce4f",
"isBase": true,
"artifacts": [
"870289b8-2a22-4e70-806b-610df02c7414",
"f974a5ee-4520-443c-951f-da68ad2a0760"
],
"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-12-21T05:43:13.052Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE7d903ff32ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f411b71-cde8-4bf4-8fc7-cc4e9801a5cb
VfModuleModelInvariantUUID:79c2b10f-f5bf-4848-a77e-16300dc87202
VfModuleModelDescription:NULL
Artifacts UUID List:{
870289b8-2a22-4e70-806b-610df02c7414
,
f974a5ee-4520-443c-951f-da68ad2a0760
}
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-12-21T05:43:13.052Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 870289b8-2a22-4e70-806b-610df02c7414 from URL: /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml
2022-12-21T05:43:13.052Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-21T05:43:13.053Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml
2022-12-21T05:43:13.104Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-21T05:43:13.105Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml 870289b8-2a22-4e70-806b-610df02c7414 20368
2022-12-21T05:43:13.105Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-21T05:43:13.106Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml
2022-12-21T05:43:13.106Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-21T05:43:13.106Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:13.108Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:13.108Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601393105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:13.208Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:43:13.209Z||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-12-21T05:43:13.209Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:13.236Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:13.236Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:43:14.109Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f974a5ee-4520-443c-951f-da68ad2a0760 from URL: /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env
2022-12-21T05:43:14.110Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-21T05:43:14.110Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env
2022-12-21T05:43:14.159Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-21T05:43:14.159Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env f974a5ee-4520-443c-951f-da68ad2a0760 2098
2022-12-21T05:43:14.160Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-21T05:43:14.160Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env
2022-12-21T05:43:14.160Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-21T05:43:14.160Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:14.162Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:14.162Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601394159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:14.263Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-21T05:43:14.264Z||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-12-21T05:43:14.264Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:14.275Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:14.276Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:43:15.163Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3b19575c-4bf3-44ca-8cbe-b13323d51f10
2022-12-21T05:43:15.164Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e7d903ff-32ac 0 17bc73fc-630d-4e9d-b13c-f62625389637 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-21T05:43:15.182Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@175f74a7, org.onap.sdc.toscaparser.api.parameters.Input@4c37e5c0, org.onap.sdc.toscaparser.api.parameters.Input@4d10677e, org.onap.sdc.toscaparser.api.parameters.Input@33f84eec, org.onap.sdc.toscaparser.api.parameters.Input@5f6efe78]
2022-12-21T05:43:15.184Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.184Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:15.185Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-12-21T05:43:15.185Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 02b4dce8-974e-4e13-85f7-54c8fc0e0b80
2022-12-21T05:43:15.185Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 02b4dce8-974e-4e13-85f7-54c8fc0e0b80 matches Tosca VF Customization UUID: 02b4dce8-974e-4e13-85f7-54c8fc0e0b80
2022-12-21T05:43:15.185Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 02b4dce8-974e-4e13-85f7-54c8fc0e0b80 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-12-21T05:43:15.188Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.188Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:15.189Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 02b4dce8-974e-4e13-85f7-54c8fc0e0b80: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-21T05:43:15.189Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@131f0d47
2022-12-21T05:43:15.189Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.189Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-21T05:43:15.190Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ef87eaa-9876-4b20-acd1-838e7c9cce4f
2022-12-21T05:43:15.190Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ef87eaa-9876-4b20-acd1-838e7c9cce4f
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-12-21T05:43:15.192Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.193Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria
2022-12-21T05:43:15.193Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:43:15.193Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.193Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria
2022-12-21T05:43:15.194Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:43:15.194Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.194Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria
2022-12-21T05:43:15.194Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:43:15.194Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:43:15.195Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-21T05:43:15.195Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:43:15.195Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:43:15.195Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:43:15.195Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:15.196Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:43:15.196Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:15.196Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:43:15.196Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:43:15.196Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a209a829-11f2-4de9-ad24-e8b77a1d7e45
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-12-21T05:43:15.199Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.199Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria
2022-12-21T05:43:15.199Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:43:15.200Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.200Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria
2022-12-21T05:43:15.200Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:43:15.200Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:43:15.200Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-21T05:43:15.201Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:43:15.201Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:15.201Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:43:15.201Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4850f15c-90c8-4537-8057-f7ad7a21efae
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-12-21T05:43:15.204Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.205Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria
2022-12-21T05:43:15.205Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:43:15.205Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.205Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria
2022-12-21T05:43:15.205Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:43:15.206Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:43:15.206Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-21T05:43:15.206Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:43:15.206Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:15.206Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-21T05:43:15.208Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e6e449b-21fb-4003-9b05-76e5b0f6aa13
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-12-21T05:43:15.209Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.209Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria
2022-12-21T05:43:15.210Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:43:15.210Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.210Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria
2022-12-21T05:43:15.210Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=02b4dce8-974e-4e13-85f7-54c8fc0e0b80
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-12-21T05:43:15.212Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.212Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:15.212Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3b19575c-4bf3-44ca-8cbe-b13323d51f10: vFW e7d903ff-32ac
2022-12-21T05:43:15.213Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.213Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:15.213Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.213Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:15.213Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.214Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:15.214Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.214Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:15.214Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:43:15.214Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:43:15.215Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-21 05-42-09
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-12-21T05:43:15.380Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e7d903ff-32ac 17bc73fc-630d-4e9d-b13c-f62625389637 1 ASDC deployResourceStructure
2022-12-21T05:43:15.381Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json ASDC sendASDCNotification
2022-12-21T05:43:15.381Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json
2022-12-21T05:43:15.381Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-21T05:43:15.381Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:15.383Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:15.383Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601395381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-21T05:43:15.483Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:43:15.484Z||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-12-21T05:43:15.484Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:15.502Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:15.502Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:43:16.384Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-21T05:43:16.384Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml
2022-12-21T05:43:16.385Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-21T05:43:16.385Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:16.386Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:16.387Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601396384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-21T05:43:16.487Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:43:16.488Z||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-12-21T05:43:16.488Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:16.500Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:16.500Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-21T05:43:17.387Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-21T05:43:17.388Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env
2022-12-21T05:43:17.388Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-21T05:43:17.388Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:17.391Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:17.392Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601397387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-21T05:43:17.492Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:43:17.493Z||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-12-21T05:43:17.493Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:17.502Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:17.502Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:43:18.393Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar ASDC sendASDCNotification
2022-12-21T05:43:18.393Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar
2022-12-21T05:43:18.393Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-21T05:43:18.393Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:43:18.395Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:43:18.395Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601398392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-21T05:43:18.495Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:43:18.496Z||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-12-21T05:43:18.496Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:43:18.504Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:18.505Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:43:19.396Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:43:19.406Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797
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-12-21T05:43:19.408Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-21T05:43:19.408Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:43:19.408Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:43:49.409Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:43:49.418Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797
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-12-21T05:43:49.421Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-21T05:43:49.421Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-21T05:43:49.421Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-21T05:43:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:43:54.420Z||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-12-21T05:43:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:43:55.046Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:43:55.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "ves-openapi-manager",
"timestamp": 1671601378230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "NOTIFIED"
}
2022-12-21T05:43:55.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "ves-openapi-manager",
"timestamp": 1671601378230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "cds",
"timestamp": 1671601382790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-21T05:43:55.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "ves-openapi-manager",
"timestamp": 1671601378230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601383170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "cds",
"timestamp": 1671601382790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671601383723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "ves-openapi-manager",
"timestamp": 1671601378230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601383170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "NOTIFIED"
}
2022-12-21T05:43:55.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "cds",
"timestamp": 1671601382790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671601383723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-21T05:43:55.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "ves-openapi-manager",
"timestamp": 1671601378230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601383170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-21T05:43:55.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "cds",
"timestamp": 1671601382790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671601383723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "ves-openapi-manager",
"timestamp": 1671601378230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601383170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "cds",
"timestamp": 1671601382790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671601383723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601376162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:43:55.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "ves-openapi-manager",
"timestamp": 1671601378230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601383170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-21T05:43:55.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "cds",
"timestamp": 1671601382790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671601383723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601388427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:55.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601383170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "cds",
"timestamp": 1671601382790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:43:55.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671601383723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601383170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:43:55.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "cds",
"timestamp": 1671601390679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:55.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671601383723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:43:55.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601390943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:55.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "cds",
"timestamp": 1671601391687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-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-12-21T05:43:55.109Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797
2022-12-21T05:43:55.109Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 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-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671601391538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:55.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601392012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:55.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601392042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:55.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601393080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:55.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "aai-ml",
"timestamp": 1671601392714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601393105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:55.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "aai-ml",
"timestamp": 1671601392714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601394106,
"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-12-21T05:43:55.123Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797
2022-12-21T05:43:55.123Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 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-12-21T05:43:55.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601394159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:55.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "aai-ml",
"timestamp": 1671601392714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671601395113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-21T05:43:55.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671601395165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-21T05:43:55.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601395381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-21T05:43:55.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "aai-ml",
"timestamp": 1671601392714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671601396171,
"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-12-21T05:43:55.141Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797
2022-12-21T05:43:55.141Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 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-12-21T05:43:55.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601396384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-21T05:43:55.149Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "aai-ml",
"timestamp": 1671601392714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601397387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-21T05:43:55.149Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "aai-ml",
"timestamp": 1671601392714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:43:55.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601398392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-21T05:43:55.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "aai-ml",
"timestamp": 1671601392714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:43:55.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "aai-ml",
"timestamp": 1671601400553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:43:55.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "aai-ml",
"timestamp": 1671601412448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-12-21T05:43:55.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:43:55.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:43:55.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "aai-ml",
"timestamp": 1671601413456,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-21T05:43:55.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797
2022-12-21T05:43:55.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 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-12-21T05:44:19.421Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-21T05:44:19.434Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797
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-12-21T05:44:19.438Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-21T05:44:19.438Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-21T05:44:19.438Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-21T05:44:19.438Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-21T05:44:19.439Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-12-21T05:44:19.439Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-21T05:44:19.445Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-21T05:44:49.445Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 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-12-21T05:44:49.453Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 and serviceModelVersionId: 3b19575c-4bf3-44ca-8cbe-b13323d51f10
2022-12-21T05:44:49.453Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c53aaec1-c539-449f-8109-50e2a90bd43d
2022-12-21T05:44:49.454Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0
2022-12-21T05:44:49.458Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-21T05:44:49.506Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0|INFO|500||Invoke
2022-12-21T05:44:49.506Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d0d94ab-0336-42cc-a5c7-8cf4a1be6797], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6d71aeea-39b7-4a1c-be2e-7bb6ac4b8b86], X-ECOMP-RequestID=[6d0d94ab-0336-42cc-a5c7-8cf4a1be6797], X-TransactionId=[], X-ONAP-RequestID=[6d0d94ab-0336-42cc-a5c7-8cf4a1be6797], Content-Type=[application/merge-patch+json]}
2022-12-21T05:44:49.527Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-12-21T05:44:49.562Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?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/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 05:44:51 GMT], content-length=[495], x-aai-txid=[0-aai-resources-221221-05:44:51:133-82530], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-21T05:44:49.563Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10","ERR.5.4.6114"]}}}
2022-12-21T05:44:49.564Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0|INFO|404|Not Found|InvokeReturn
2022-12-21T05:44:49.567Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec=ERR.5.4.6114)
2022-12-21T05:44:49.567Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-21T05:44:49.568Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec=ERR.5.4.6114)
2022-12-21T05:44:49.568Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec=ERR.5.4.6114)
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-12-21T05:44:49.575Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-21T05:44:49.576Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec=ERR.5.4.6114)
2022-12-21T05:44:49.576Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-12-21T05:44:49.576Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:44:49.578Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:44:49.578Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601489576,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec\u003dERR.5.4.6114)"
}
2022-12-21T05:44:49.678Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:44:49.679Z||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-12-21T05:44:49.679Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:44:49.695Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:44:49.696Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-21T05:44:50.593Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:44:50.593Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-21T05:44:50.594Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ...
2022-12-21T05:44:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:44:54.420Z||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-12-21T05:44:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:44:55.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:44:55.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-21T05:44:55.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671601489576,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec\u003dERR.5.4.6114)"
}
2022-12-21T05:44:55.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:45:00.142Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:45:00.143Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:45:00.144Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-21T05:45:00.144Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ...
2022-12-21T05:45:09.750Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:45:09.751Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:45:09.751Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-21T05:45:09.752Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ...
2022-12-21T05:45:19.298Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:45:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:45:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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-12-21T05:45:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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 9D8MjfKuHnjszald) ...
2022-12-21T05:45:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:45:54.420Z||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-12-21T05:45:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:46:03.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:46:03.973Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:46:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:46:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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-12-21T05:46:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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 9D8MjfKuHnjszald) ...
2022-12-21T05:46:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:46:54.420Z||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-12-21T05:46:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:47:03.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:47:03.961Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:47:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:47:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:47:54.419Z||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-12-21T05:47:54.419Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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-12-21T05:47:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:47:54.420Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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 9D8MjfKuHnjszald) ...
2022-12-21T05:48:03.963Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:48:03.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:48:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:48:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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-12-21T05:48:54.419Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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 9D8MjfKuHnjszald) ...
2022-12-21T05:48:54.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:48:54.419Z||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-12-21T05:48:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:49:03.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:49:03.958Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:49:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:49:54.418Z||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-12-21T05:49:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:49:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:49:54.421Z||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-12-21T05:49:54.421Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:50:03.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:50:04.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:50:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:50:54.418Z||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-12-21T05:50:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:50:54.420Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:50:54.420Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-12-21T05:50:54.420Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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 9D8MjfKuHnjszald) ...
2022-12-21T05:51:03.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:51:03.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:51:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:51:54.418Z||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-12-21T05:51:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:51:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:51:54.419Z||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-12-21T05:51:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:52:03.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:52:03.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:52:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:52:54.418Z||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-12-21T05:52:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:52:54.419Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:52:54.420Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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-12-21T05:52:54.420Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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 9D8MjfKuHnjszald) ...
2022-12-21T05:53:03.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:53:03.968Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:53:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:53:54.418Z||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-12-21T05:53:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:53:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:53:54.420Z||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-12-21T05:53:54.420Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:54:03.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:54:03.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:54:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:54:54.418Z||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-12-21T05:54:54.418Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:54:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-21T05:54:54.419Z||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-12-21T05:54:54.419Z||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 9D8MjfKuHnjszald) ...
2022-12-21T05:54:54.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:54:54.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671602083169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.813Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1671602078230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.813Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "aai-ml",
"timestamp": 1671602082714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1671602078230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671602083169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json",
"status": "NOTIFIED"
}
2022-12-21T05:54:54.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "aai-ml",
"timestamp": 1671602082714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "cds",
"timestamp": 1671602087790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1671602078230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671602083169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-21T05:54:54.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "aai-ml",
"timestamp": 1671602082714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "cds",
"timestamp": 1671602087790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1671602078230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671602083169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "aai-ml",
"timestamp": 1671602082714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "cds",
"timestamp": 1671602087790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1671602078230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671602083169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-21T05:54:54.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "aai-ml",
"timestamp": 1671602082714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "cds",
"timestamp": 1671602087790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1671602078230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671602083169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "aai-ml",
"timestamp": 1671602082714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "cds",
"timestamp": 1671602087790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1671602078230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671602083169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:54:54.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "aai-ml",
"timestamp": 1671602082714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:54:54.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "cds",
"timestamp": 1671602087790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:54.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671602093180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:54:54.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:54:54.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "aai-ml",
"timestamp": 1671602093614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:54:54.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:54:54.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "cds",
"timestamp": 1671602087790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:54:54.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-21T05:54:54.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-21T05:54:54.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671602094245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:54:54.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-21T05:54:55.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:54:55.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-21T05:54:55.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9854a8da-0cc6-4136-9ee7-f0a7d22536c6","serviceName":"vFW 2022-12-21 05-53-53","serviceVersion":"1.0","serviceUUID":"f6a5e0cf-5d52-42af-8246-2761db6609c3","serviceDescription":"catalog service description","serviceInvariantUUID":"41c92a07-006e-4e6c-816e-407c7238bbe5","resources":[{"resourceInstanceName":"vFW f3ac016e-b2c9 0","resourceName":"vFW f3ac016e-b2c9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91b92946-77bd-4a61-86e8-b586127a142a","resourceInvariantUUID":"bf5afa48-aa86-418f-94c8-3257e831faed","resourceCustomizationUUID":"d5cdfadc-5033-43b6-a3e5-a608b2c865d6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml","artifactChecksum":"Yjk0NTc5NjEwOWNjNjQ0Y2Q3ZDI5OGQyZGY0ZDEwYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"012f9484-2689-4dcc-b2a9-8a356794b05f","artifactVersion":"1"},{"artifactName":"vfwf3ac016eb2c90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json","artifactChecksum":"YTQ0OWMzYzM4OWQ3ZjBjYjQzYWFjZDdlYmUyNzVhYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0de3757e-c35a-4139-aa90-d612cd050304","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"71683f4e-2d07-429f-8015-80b5044ac77b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml","artifactChecksum":"NmQ3MTNlYmYyMDE1NWI4OWIxZDgwNmQwMWMxYzU1OTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8bd4c40f-9038-495f-abfb-4b4ff86a0bf9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a1656212-e5ee-4e28-8e86-5f96a490659d","artifactVersion":"2","generatedFromUUID":"71683f4e-2d07-429f-8015-80b5044ac77b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221221055353-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml","artifactChecksum":"ZTZmMDc3YzljMmY5YjE4NGEzYjNkNmFmZDg2NWMwYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53c6b465-99e2-4e9c-b517-b0af8e472ce2","artifactVersion":"1"},{"artifactName":"service-Vfw20221221055353-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar","artifactChecksum":"ZDgxODY3NDVmNTg4ZjkzMWQ5M2U4M2Q3YmJlMmVjZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08bfc21f-eb43-440f-97ec-0f3a23583aa0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-21T05:54:55.057Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:54:55.058Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:54:55.062Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:54:55.062Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671602094417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:55.162Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:54:55.163Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-21T05:54:55.163Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:54:55.174Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:54:55.174Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:54:56.063Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:54:56.063Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:54:56.066Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:54:56.066Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671602094417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json",
"status": "NOTIFIED"
}
2022-12-21T05:54:56.166Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:54:56.166Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-21T05:54:56.167Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:54:56.175Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:54:56.175Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:54:57.067Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:54:57.068Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:54:57.070Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:54:57.071Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671602094417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-21T05:54:57.171Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:54:57.174Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-21T05:54:57.174Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:54:57.184Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:54:57.184Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:54:58.071Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:54:58.072Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:54:58.075Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:54:58.075Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671602094417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:54:58.175Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:54:58.177Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-21T05:54:58.177Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:54:58.187Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:54:58.187Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:54:59.076Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:54:59.078Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:54:59.081Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:54:59.082Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671602094417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-21T05:54:59.181Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-21T05:54:59.182Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-21T05:54:59.182Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:54:59.195Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:54:59.195Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:55:00.083Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:55:00.084Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:55:00.086Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:55:00.087Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671602094417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-21T05:55:00.187Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-21T05:55:00.187Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-21T05:55:00.188Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:55:00.200Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:55:00.200Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-21T05:55:01.087Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-21T05:55:01.088Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:55:01.090Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:55:01.090Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671602094417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar",
"status": "NOTIFIED"
}
2022-12-21T05:55:01.191Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:55:01.192Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-21T05:55:01.192Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:55:01.205Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:55:01.205Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:55:02.092Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"serviceName": "vFW 2022-12-21 05-53-53",
"serviceVersion": "1.0",
"serviceUUID": "f6a5e0cf-5d52-42af-8246-2761db6609c3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "41c92a07-006e-4e6c-816e-407c7238bbe5",
"resources": [
{
"resourceInstanceName": "vFW f3ac016e-b2c9 0",
"resourceCustomizationUUID": "d5cdfadc-5033-43b6-a3e5-a608b2c865d6",
"resourceName": "vFW f3ac016e-b2c9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "91b92946-77bd-4a61-86e8-b586127a142a",
"resourceInvariantUUID": "bf5afa48-aa86-418f-94c8-3257e831faed",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf3ac016eb2c90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json",
"artifactChecksum": "YTQ0OWMzYzM4OWQ3ZjBjYjQzYWFjZDdlYmUyNzVhYjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0de3757e-c35a-4139-aa90-d612cd050304",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "71683f4e-2d07-429f-8015-80b5044ac77b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a1656212-e5ee-4e28-8e86-5f96a490659d",
"generatedFromUUID": "71683f4e-2d07-429f-8015-80b5044ac77b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a1656212-e5ee-4e28-8e86-5f96a490659d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221221055353-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar",
"artifactChecksum": "ZDgxODY3NDVmNTg4ZjkzMWQ5M2U4M2Q3YmJlMmVjZTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "08bfc21f-eb43-440f-97ec-0f3a23583aa0"
}
],
"workloadContext": "Production"
}
2022-12-21T05:55:02.092Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-21T05:55:02.092Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6a5e0cf-5d52-42af-8246-2761db6609c3 ASDC
2022-12-21T05:55:02.095Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9854a8da-0cc6-4136-9ee7-f0a7d22536c6
ServiceName:vFW 2022-12-21 05-53-53
ServiceVersion:1.0
ServiceUUID:f6a5e0cf-5d52-42af-8246-2761db6609c3
ServiceInvariantUUID:41c92a07-006e-4e6c-816e-407c7238bbe5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221221055353-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar
ArtifactUUID:08bfc21f-eb43-440f-97ec-0f3a23583aa0
ArtifactChecksum:ZDgxODY3NDVmNTg4ZjkzMWQ5M2U4M2Q3YmJlMmVjZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f3ac016e-b2c9 0
ResourceCustomizationUUID:d5cdfadc-5033-43b6-a3e5-a608b2c865d6
ResourceInvariantUUID:bf5afa48-aa86-418f-94c8-3257e831faed
ResourceName:vFW f3ac016e-b2c9
ResourceType:VF
ResourceUUID:91b92946-77bd-4a61-86e8-b586127a142a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf3ac016eb2c90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json
ArtifactUUID:0de3757e-c35a-4139-aa90-d612cd050304
ArtifactChecksum:YTQ0OWMzYzM4OWQ3ZjBjYjQzYWFjZDdlYmUyNzVhYjY=
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/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml
ArtifactUUID:71683f4e-2d07-429f-8015-80b5044ac77b
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/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env
ArtifactUUID:a1656212-e5ee-4e28-8e86-5f96a490659d
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/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env
ArtifactUUID:a1656212-e5ee-4e28-8e86-5f96a490659d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-21T05:55:02.095Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6a5e0cf-5d52-42af-8246-2761db6609c3 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-12-21T05:55:02.153Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-21T05:55:02.154Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-21T05:55:02.155Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-21T05:55:02.155Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 08bfc21f-eb43-440f-97ec-0f3a23583aa0 from URL: /sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar
2022-12-21T05:55:02.155Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-21T05:55:02.156Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar
2022-12-21T05:55:02.255Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-21T05:55:02.260Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar 08bfc21f-eb43-440f-97ec-0f3a23583aa0 100722
2022-12-21T05:55:02.260Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar ASDC sendASDCNotification
2022-12-21T05:55:02.261Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar
2022-12-21T05:55:02.261Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-21T05:55:02.261Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-21T05:55:02.263Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-21T05:55:02.263Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671602102260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-21T05:55:02.363Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-21T05:55:02.364Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-21T05:55:02.364Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ...
2022-12-21T05:55:02.374Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-21T05:55:02.375Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-21T05:55:03.264Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-21T05:55:03.265Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-21T05:55:03.265Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 08bfc21f-eb43-440f-97ec-0f3a23583aa0, URL: /sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar to file: /app/ASDC/1/service-Vfw20221221055353-csar.csar
2022-12-21T05:55:03.265Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221221055353-csar.csar
2022-12-21T05:55:03.266Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221221055353-csar.csar
2022-12-21T05:55:03.266Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221221055353-csar.csar
2022-12-21T05:55:03.574Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP237844902481218979/Definitions/service-Vfw20221221055353-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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-12-21T05:55:05.713Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-21T05:55:05.714Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-21T05:55:05.714Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.714Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-21T05:55:05.714Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.715Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f3ac016e-b2c9 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.715Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.715Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.715Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.716Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.716Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.716Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.716Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.716Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.717Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-Vfw20221221055353-csar.csar
2022-12-21T05:55:05.717Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-21T05:55:05.717Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:55:05.718Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:55:05.718Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria
2022-12-21T05:55:05.718Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-21T05:55:05.719Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-21T05:55:05.719Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:55:05.720Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:55:05.720Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria
2022-12-21T05:55:05.720Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-21T05:55:05.720Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-21T05:55:05.721Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:55:05.721Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-21T05:55:05.721Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:55:05.722Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is not matching search criteria
2022-12-21T05:55:05.722Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:55:05.722Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-21T05:55:05.722Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:55:05.723Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-21T05:55:05.723Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-21T05:55:05.723Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:55:05.723Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:55:05.724Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:55:05.724Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:55:05.724Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:55:05.725Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:55:05.725Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:55:05.725Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:55:05.725Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:55:05.726Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:55:05.726Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-21T05:55:05.726Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:55:05.726Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-21T05:55:05.727Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:55:05.727Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria
2022-12-21T05:55:05.727Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:55:05.728Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:55:05.728Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria
2022-12-21T05:55:05.728Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:55:05.729Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:55:05.729Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria
2022-12-21T05:55:05.729Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-21T05:55:05.729Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-21T05:55:05.730Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is not matching search criteria
2022-12-21T05:55:05.730Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-21T05:55:05.730Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-21T05:55:05.730Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-21T05:55:05.731Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-21T05:55:05.731Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-21T05:55:05.731Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-21T05:55:05.731Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-21T05:55:05.732Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-21T05:55:05.732Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-21T05:55:05.732Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-21T05:55:05.732Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-21T05:55:05.733Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7a7fc778-5788-4ccf-9dce-7240c9229412
2022-12-21T05:55:05.733Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery