By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-04-17T03:28:30.737Z||main|||||INFO|500||The following profiles are active: basic
2022-04-17T03:28:48.445Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-17T03:28:48.445Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-17T03:28:48.581Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-17T03:28:54.360Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-17T03:28:55.038Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-17T03:28:55.675Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-17T03:28:55.687Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-17T03:28:55.828Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-17T03:28:56.071Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-17T03:28:56.945Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-17T03:28:59.308Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-17T03:29:02.530Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-17T03:29:02.603Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-17T03:29:03.308Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-17T03:29:03.506Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-17T03:29:05.704Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-17T03:29:07.351Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-17T03:29:07.380Z||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$$36dd570f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-17T03:29:07.381Z||main|||||WARN|500||The sdc end point is not alive
2022-04-17T03:29:12.754Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-17T03:29:17.598Z||main|||||WARN|500||---
2022-04-17T03:29:17.599Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-17T03:29:17.599Z||main|||||WARN|500||---
2022-04-17T03:29:18.399Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-17T03:29:26.813Z||main|||||INFO|500||Started Application in 60.523 seconds (JVM running for 63.749)
2022-04-17T03:29:26.840Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-17T03:29:26.860Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-17T03:29:26.876Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-17T03:29:26.918Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-17T03:29:26.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60fc448d-782a-410d-ad60-049606735347 url= /sdc/v1/artifactTypes
2022-04-17T03:29:26.992Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-17T03:29:27.513Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-17T03:29:27.552Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-17T03:29:27.586Z||scheduling-1|||||DEBUG|500||create keys
2022-04-17T03:29:27.607Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-17T03:29:27.755Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:29:27.798Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 984ef6e8-bd34-44fc-b795-c480f31e638f url= /sdc/v1/registerForDistribution
2022-04-17T03:29:28.132Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 984ef6e8-bd34-44fc-b795-c480f31e638f url= /sdc/v1/registerForDistribution
2022-04-17T03:29:28.133Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-17T03:29:28.162Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-17T03:29:28.168Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:29:28.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:29:28.211Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:29:28.211Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:29:28.213Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:29:28.213Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:29:39.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:29:39.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:30:28.147Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:30:28.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:30:28.150Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:30:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:30:28.151Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:30:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:30:37.907Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:30:38.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:31:28.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:31:28.149Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:31:28.149Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:31:28.151Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:31:28.153Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:31:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:31:38.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:31:38.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:32:28.147Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:32:28.149Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:32:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:32:28.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:32:28.151Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:32:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:32:38.259Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:32:38.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:33:28.147Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:33:28.149Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:33:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:33:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:33:28.151Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:33:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:33:38.159Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:33:38.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:34:28.152Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:34:28.153Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:34:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:34:28.162Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:34:28.169Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:34:28.169Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:34:38.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:34:38.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:35:28.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:35:28.148Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:35:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:35:28.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:35:28.151Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:35:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:35:37.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:35:37.789Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:36:28.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:36:28.148Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:36:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:36:28.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:36:28.153Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:36:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:36:37.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:36:37.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:37:28.148Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:37:28.149Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:37:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:37:28.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:37:28.153Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:37:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:37:38.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:37:38.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:38:28.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:38:28.147Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:38:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:38:28.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:38:28.152Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:38:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:38:35.293Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-17T03:38:37.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:38:37.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:39:28.147Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:39:28.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:39:28.151Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:39:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:39:28.151Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:39:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:39:37.842Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:39:37.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:40:28.148Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:40:28.149Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:40:28.150Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:40:28.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:40:28.151Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:40:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:40:37.824Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:40:37.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:41:28.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:41:28.148Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:41:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:41:28.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:41:28.151Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:41:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:41:37.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:41:37.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:42:28.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:42:28.150Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:42:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:42:28.151Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:42:28.151Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:42:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:42:38.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:42:38.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:43:28.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:43:28.148Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:43:28.148Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:43:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:43:28.151Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:43:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:43:37.826Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:43:37.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:44:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:44:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:44:28.151Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:44:28.151Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:44:28.151Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:44:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:44:37.801Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:44:37.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:45:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:45:28.152Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:45:28.153Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:45:28.153Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:45:28.153Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:45:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:45:37.791Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:45:37.792Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:46:28.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:46:28.149Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:46:28.149Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:46:28.152Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:46:28.153Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:46:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:46:37.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:46:37.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:47:28.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:47:28.148Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:47:28.148Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:47:28.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:47:28.152Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:47:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:47:37.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:47:37.837Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:48:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:48:28.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:48:28.154Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:48:28.155Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:48:28.155Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:48:28.155Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:48:37.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:48:37.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:49:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:49:28.150Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:49:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:49:28.151Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:49:28.152Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:49:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:49:37.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:49:37.946Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:50:28.149Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:50:28.151Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:50:28.151Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:50:28.153Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:50:28.154Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:50:28.155Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:50:37.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:50:37.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:51:28.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:51:28.147Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:51:28.148Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:51:28.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:51:28.151Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:51:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:51:37.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:51:37.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:52:28.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:52:28.150Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:52:28.150Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:52:28.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:52:28.150Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:52:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:52:37.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:52:37.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:53:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:53:28.150Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:53:28.150Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:53:28.151Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:53:28.154Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:53:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:53:37.806Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:53:37.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:54:28.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:54:28.150Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:54:28.150Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:54:28.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:54:28.158Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:54:28.158Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:54:37.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:54:37.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:55:28.152Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:55:28.154Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:55:28.155Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:55:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:55:28.166Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:55:28.166Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:55:37.788Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:55:37.823Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:56:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:56:28.148Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:56:28.148Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:56:28.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:56:28.151Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:56:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:56:37.791Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:56:37.800Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:57:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:57:28.147Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:57:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:57:28.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:57:28.158Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:57:28.158Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:57:37.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:57:37.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:58:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:58:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:58:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:58:28.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:58:28.151Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:58:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:58:37.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:58:37.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:59:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:59:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:59:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:59:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:59:28.151Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:59:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:59:37.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T03:59:37.849Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:00:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:00:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:00:28.149Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:00:28.151Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:00:28.153Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:00:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:00:37.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:00:37.927Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:01:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:01:28.147Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:01:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:01:28.150Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:01:28.151Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:01:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:01:37.855Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:01:37.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:02:28.147Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:02:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:02:28.149Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:02:28.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:02:28.151Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:02:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:02:37.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:02:37.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:03:28.147Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:03:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:03:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:03:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:03:28.151Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:03:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:03:37.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:03:37.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:04:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:04:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:04:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:04:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:04:28.151Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:04:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:04:37.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:04:37.806Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:05:28.147Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:05:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:05:28.149Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:05:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:05:28.151Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:05:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:05:37.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:05:37.784Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:06:28.147Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:06:28.150Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:06:28.150Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:06:28.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:06:28.152Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:06:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:06:37.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:06:37.753Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:07:28.148Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:07:28.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:07:28.150Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:07:28.151Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:07:28.151Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:07:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:07:37.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:07:37.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:08:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:08:28.147Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:08:28.147Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:08:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:08:28.151Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:08:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:08:37.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:08:37.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:09:28.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:09:28.150Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:09:28.150Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:09:28.150Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:09:28.151Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:09:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:09:37.729Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:09:37.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:10:28.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:10:28.148Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:10:28.148Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:10:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:10:28.151Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:10:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:10:37.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:10:37.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:11:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:11:28.148Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:11:28.148Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:11:28.151Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:11:28.153Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:11:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:11:37.790Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:11:37.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:12:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:12:28.148Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:12:28.148Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:12:28.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:12:28.151Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:12:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:12:37.819Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:12:37.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:13:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:13:28.148Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:13:28.148Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:13:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:13:28.151Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:13:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:13:37.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:13:37.848Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:14:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:14:28.148Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:14:28.148Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:14:28.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:14:28.152Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:14:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:14:37.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:14:37.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:15:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:15:28.147Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:15:28.148Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:15:28.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:15:28.157Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:15:28.157Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:15:37.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:15:37.773Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:16:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:16:28.147Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:16:28.147Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:16:28.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:16:28.152Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:16:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:16:37.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:16:37.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:17:28.148Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:17:28.149Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:17:28.150Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:17:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:17:28.150Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:17:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:17:37.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:17:37.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:17:50.896Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T04:18:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:18:28.148Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:18:28.148Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:18:28.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:18:28.151Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:18:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:18:37.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:18:37.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:19:28.148Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:19:28.152Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:19:28.153Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:19:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:19:28.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:19:28.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:19:37.779Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:19:37.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:20:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:20:28.148Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:20:28.148Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:20:28.150Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:20:28.151Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:20:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:20:37.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:20:37.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:21:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:21:28.147Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:21:28.148Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:21:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:21:28.152Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:21:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:21:37.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:21:37.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:22:28.148Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:22:28.149Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:22:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:22:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:22:28.150Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:22:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:22:37.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:22:37.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:23:28.148Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:23:28.149Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:23:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:23:28.152Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:23:28.153Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:23:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:23:37.894Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:23:37.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:24:28.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:24:28.150Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:24:28.151Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:24:28.151Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:24:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:24:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:24:37.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:24:37.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:25:28.148Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:25:28.149Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:25:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:25:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:25:28.151Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:25:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:25:38.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:25:38.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:28.146Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:26:28.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:26:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:26:28.151Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:26:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:28.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169572809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169579036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "clamp",
"timestamp": 1650169576890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "dcae-sch",
"timestamp": 1650169580093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "cds",
"timestamp": 1650169580803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "clamp",
"timestamp": 1650169576890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "NOTIFIED"
}
2022-04-17T04:26:28.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169579036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "NOTIFIED"
}
2022-04-17T04:26:28.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169572809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "dcae-sch",
"timestamp": 1650169580093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "cds",
"timestamp": 1650169580803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "policy-id",
"timestamp": 1650169584070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "clamp",
"timestamp": 1650169576890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169579036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-17T04:26:28.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169572809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "dcae-sch",
"timestamp": 1650169580093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "cds",
"timestamp": 1650169580803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "policy-id",
"timestamp": 1650169584070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "clamp",
"timestamp": 1650169576890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169579036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169572809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "dcae-sch",
"timestamp": 1650169580093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "cds",
"timestamp": 1650169580803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "policy-id",
"timestamp": 1650169584070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-17T04:26:28.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "clamp",
"timestamp": 1650169576890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169579036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-17T04:26:28.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169572809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "dcae-sch",
"timestamp": 1650169580093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "cds",
"timestamp": 1650169580803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "policy-id",
"timestamp": 1650169584070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "clamp",
"timestamp": 1650169576890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169579036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169572809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "dcae-sch",
"timestamp": 1650169580093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "cds",
"timestamp": 1650169580803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:26:28.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:28.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d235ed9f-49bf-487e-b28d-744ad1be32cd","serviceName":"basic_onboard_ZzQKNp","serviceVersion":"1.0","serviceUUID":"949f5b4a-fb37-4efa-8fc3-79c5475e2235","serviceDescription":"service","serviceInvariantUUID":"012bd5c1-daab-425e-b614-5397a682111f","resources":[{"resourceInstanceName":"basic_onboard_ZzQKNp 0","resourceName":"basic_onboard_ZzQKNp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ed47c25-b50c-442e-ae32-a47913ae5d3f","resourceInvariantUUID":"d18c5bc8-b95f-4977-87fb-8b34fbc22566","resourceCustomizationUUID":"d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml","artifactChecksum":"ZmZlM2Y4ZGU2NTAzYzY4YjhiNjA0MGE5MDgyNjkwMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ec0412c-d89f-49e8-92ff-e0db34d90705","artifactVersion":"1"},{"artifactName":"basic_onboard_zzqknp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json","artifactChecksum":"ZWI2NWFkM2RkMGZiMWQxZjA5ZTBhMTU3NGJlNTQ3YWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f47cd57-3810-4773-a605-f5c583f3d4b3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"683219e9-6ef2-4bd6-9b4d-1d8c231226ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f069e3a6-d441-4ffe-88cf-a081b10d61aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2def50f0-825b-482f-a0ca-86a15306d6ee","artifactVersion":"2","generatedFromUUID":"683219e9-6ef2-4bd6-9b4d-1d8c231226ee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZzqknp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml","artifactChecksum":"NjBiNDQ5ZmMwMDI0MGVkYzU1NWFiYzhiNDg3NmUyMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7d66f90-a0f6-4df3-8312-07be281502cd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZzqknp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar","artifactChecksum":"M2JlNGVmNjFkNWI1YTBhYTVjZmQxYzI4YzU2ZmE0ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c888ba1e-1ba5-4964-b77e-36bb41ff66a8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T04:26:28.834Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:28.847Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:28.865Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:28.868Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.966Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-04-17T04:26:28.976Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:28.977Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:29.031Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:29.032Z||pool-3-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:29.881Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:29.881Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:29.893Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:29.893Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "NOTIFIED"
}
2022-04-17T04:26:29.984Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-17T04:26:29.985Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:29.986Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:30.125Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:30.126Z||pool-4-thread-1|||||INFO|500||cambria reply ok (141 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:26:30.894Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:30.896Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:30.899Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:30.899Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-17T04:26:31.001Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:26:31.003Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:31.003Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:31.093Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:31.095Z||pool-5-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:31.900Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:31.901Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:31.909Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:31.911Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:32.010Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:26:32.012Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:32.012Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:32.061Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:32.062Z||pool-6-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:32.912Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:32.914Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:32.920Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:32.921Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-17T04:26:33.019Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T04:26:33.020Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:33.020Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:33.113Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:33.114Z||pool-7-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:33.921Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:33.923Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:33.926Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:33.926Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:26:34.033Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-17T04:26:34.035Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:34.035Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:34.207Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:34.209Z||pool-8-thread-1|||||INFO|500||cambria reply ok (175 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:34.930Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:34.931Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:34.935Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:34.936Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:26:35.035Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:26:35.036Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:35.036Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:35.065Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:35.066Z||pool-9-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:35.939Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"serviceName": "basic_onboard_ZzQKNp",
"serviceVersion": "1.0",
"serviceUUID": "949f5b4a-fb37-4efa-8fc3-79c5475e2235",
"serviceDescription": "service",
"serviceInvariantUUID": "012bd5c1-daab-425e-b614-5397a682111f",
"resources": [
{
"resourceInstanceName": "basic_onboard_ZzQKNp 0",
"resourceCustomizationUUID": "d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1",
"resourceName": "basic_onboard_ZzQKNp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6ed47c25-b50c-442e-ae32-a47913ae5d3f",
"resourceInvariantUUID": "d18c5bc8-b95f-4977-87fb-8b34fbc22566",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zzqknp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"artifactChecksum": "ZWI2NWFkM2RkMGZiMWQxZjA5ZTBhMTU3NGJlNTQ3YWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8f47cd57-3810-4773-a605-f5c583f3d4b3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "683219e9-6ef2-4bd6-9b4d-1d8c231226ee",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2def50f0-825b-482f-a0ca-86a15306d6ee",
"generatedFromUUID": "683219e9-6ef2-4bd6-9b4d-1d8c231226ee"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2def50f0-825b-482f-a0ca-86a15306d6ee",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZzqknp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"artifactChecksum": "M2JlNGVmNjFkNWI1YTBhYTVjZmQxYzI4YzU2ZmE0ODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c888ba1e-1ba5-4964-b77e-36bb41ff66a8"
}
],
"workloadContext": "Production"
}
2022-04-17T04:26:35.942Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T04:26:35.942Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 949f5b4a-fb37-4efa-8fc3-79c5475e2235 ASDC
2022-04-17T04:26:36.107Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d235ed9f-49bf-487e-b28d-744ad1be32cd
ServiceName:basic_onboard_ZzQKNp
ServiceVersion:1.0
ServiceUUID:949f5b4a-fb37-4efa-8fc3-79c5475e2235
ServiceInvariantUUID:012bd5c1-daab-425e-b614-5397a682111f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZzqknp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar
ArtifactUUID:c888ba1e-1ba5-4964-b77e-36bb41ff66a8
ArtifactChecksum:M2JlNGVmNjFkNWI1YTBhYTVjZmQxYzI4YzU2ZmE0ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZzQKNp 0
ResourceCustomizationUUID:d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1
ResourceInvariantUUID:d18c5bc8-b95f-4977-87fb-8b34fbc22566
ResourceName:basic_onboard_ZzQKNp
ResourceType:VF
ResourceUUID:6ed47c25-b50c-442e-ae32-a47913ae5d3f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zzqknp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json
ArtifactUUID:8f47cd57-3810-4773-a605-f5c583f3d4b3
ArtifactChecksum:ZWI2NWFkM2RkMGZiMWQxZjA5ZTBhMTU3NGJlNTQ3YWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:683219e9-6ef2-4bd6-9b4d-1d8c231226ee
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
ArtifactUUID:2def50f0-825b-482f-a0ca-86a15306d6ee
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
ArtifactUUID:2def50f0-825b-482f-a0ca-86a15306d6ee
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-17T04:26:36.108Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 949f5b4a-fb37-4efa-8fc3-79c5475e2235 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:26:36.619Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:26:36.621Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:26:36.623Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:26:36.623Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c888ba1e-1ba5-4964-b77e-36bb41ff66a8 from URL: /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:36.624Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:26:36.627Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:37.172Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:26:37.200Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar c888ba1e-1ba5-4964-b77e-36bb41ff66a8 71578
2022-04-17T04:26:37.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar ASDC sendASDCNotification
2022-04-17T04:26:37.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:37.205Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:26:37.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:37.210Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:37.211Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169597201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:26:37.311Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:26:37.312Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:37.312Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:37.338Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:37.339Z||pool-10-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:38.212Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:26:38.214Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:26:38.215Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c888ba1e-1ba5-4964-b77e-36bb41ff66a8, URL: /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar to file: /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:38.216Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:38.350Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:38.351Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:39.288Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3019919774335548845/Definitions/service-BasicOnboardZzqknp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-17T04:26:42.201Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T04:26:42.206Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:26:42.206Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.206Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZzQKNp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|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-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|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-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|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-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|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-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:26:42.215Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.216Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.222Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:42.223Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:26:42.225Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:26:42.228Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.228Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.228Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:42.228Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:26:42.229Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:26:42.229Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.229Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.233Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is not matching search criteria
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.235Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:26:42.236Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.237Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:42.237Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:42.237Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.238Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:42.238Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:42.238Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.238Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:42.239Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:42.240Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.241Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is not matching search criteria
2022-04-17T04:26:42.241Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-17T04:26:42.241Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T04:26:42.242Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1f3b06e5-18eb-447d-80a2-f95c67621eca
2022-04-17T04:26:42.242Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.242Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.243Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.243Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.243Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.244Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.244Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:42.244Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.244Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ZzQKNp
Description:service
Model UUID:949f5b4a-fb37-4efa-8fc3-79c5475e2235
Model Version:NULL
Model InvariantUuid:012bd5c1-daab-425e-b614-5397a682111f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ZzQKNp
Model UUID:90139eab-1d3e-4c6d-9cb6-8b0aca15a71a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d18c5bc8-b95f-4977-87fb-8b34fbc22566
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0ceb7f23-0b4b-4319-85c7-81c256d48cd3
ModelName:BasicOnboardZzqknp..base_ubuntu18..module-0
ModelUuid:4ae1f4b5-1795-4024-bcc9-7d99db985c88
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1f3b06e5-18eb-447d-80a2-f95c67621eca
ModelInvariantUuid:f0798824-1470-4162-ad91-f9a4325c10f7
ModelName:basic_onboard_ZzQKNp-nodes.ubuntu18Cvfc
ModelUuid:26eaee19-4b27-4c95-93df-a2ffd5da67d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:db210a49-653b-4ad1-9ad0-cb24882cf1fa
ModelInvariantUuid:72a855b5-685e-47e1-a643-1d68b9f62b99
ModelName:BasicOnboardZzqknp.compute.nodes.heat.ubuntu18
ModelUuid:809de582-3b63-4e73-9ae1-9f7a83919a77
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T04:26:42.276Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ed47c25-b50c-442e-ae32-a47913ae5d3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:26:42.423Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||basic_onboard_ZzQKNp 0
2022-04-17T04:26:42.433Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ed47c25-b50c-442e-ae32-a47913ae5d3f
2022-04-17T04:26:42.433Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8f47cd57-3810-4773-a605-f5c583f3d4b3 from URL: /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json
2022-04-17T04:26:42.433Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:26:42.434Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json
2022-04-17T04:26:42.942Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:26:42.943Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json 8f47cd57-3810-4773-a605-f5c583f3d4b3 798
2022-04-17T04:26:42.943Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json ASDC sendASDCNotification
2022-04-17T04:26:42.943Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json
2022-04-17T04:26:42.943Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:26:42.944Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:42.947Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:42.947Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169602943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:26:43.048Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:26:43.049Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:43.050Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:43.116Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:43.117Z||pool-11-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:43.954Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZzqknp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0ceb7f23-0b4b-4319-85c7-81c256d48cd3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4ae1f4b5-1795-4024-bcc9-7d99db985c88",
"vfModuleModelCustomizationUUID": "e2f279c0-6db1-451a-8da2-3a7714b25993",
"isBase": true,
"artifacts": [
"683219e9-6ef2-4bd6-9b4d-1d8c231226ee",
"2def50f0-825b-482f-a0ca-86a15306d6ee"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-17T04:26:43.977Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZzqknp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ae1f4b5-1795-4024-bcc9-7d99db985c88
VfModuleModelInvariantUUID:0ceb7f23-0b4b-4319-85c7-81c256d48cd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
683219e9-6ef2-4bd6-9b4d-1d8c231226ee
,
2def50f0-825b-482f-a0ca-86a15306d6ee
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-17T04:26:43.982Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZzqknp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0ceb7f23-0b4b-4319-85c7-81c256d48cd3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4ae1f4b5-1795-4024-bcc9-7d99db985c88",
"vfModuleModelCustomizationUUID": "e2f279c0-6db1-451a-8da2-3a7714b25993",
"isBase": true,
"artifacts": [
"683219e9-6ef2-4bd6-9b4d-1d8c231226ee",
"2def50f0-825b-482f-a0ca-86a15306d6ee"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-17T04:26:43.982Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZzqknp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ae1f4b5-1795-4024-bcc9-7d99db985c88
VfModuleModelInvariantUUID:0ceb7f23-0b4b-4319-85c7-81c256d48cd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
683219e9-6ef2-4bd6-9b4d-1d8c231226ee
,
2def50f0-825b-482f-a0ca-86a15306d6ee
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-17T04:26:43.982Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 683219e9-6ef2-4bd6-9b4d-1d8c231226ee from URL: /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml
2022-04-17T04:26:43.983Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:26:43.983Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml
2022-04-17T04:26:44.952Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:26:44.952Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml 683219e9-6ef2-4bd6-9b4d-1d8c231226ee 5033
2022-04-17T04:26:44.953Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-17T04:26:44.953Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml
2022-04-17T04:26:44.954Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:26:44.957Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:44.961Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:44.961Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169604953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:26:45.062Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:26:45.063Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:45.064Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:45.082Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:45.083Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:26:45.963Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2def50f0-825b-482f-a0ca-86a15306d6ee from URL: /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
2022-04-17T04:26:45.963Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:26:45.964Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
2022-04-17T04:26:46.414Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:26:46.415Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env 2def50f0-825b-482f-a0ca-86a15306d6ee 909
2022-04-17T04:26:46.415Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-17T04:26:46.415Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
2022-04-17T04:26:46.416Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:26:46.416Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:46.419Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:46.419Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169606415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:26:46.528Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-17T04:26:46.529Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:46.530Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:46.571Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:46.572Z||pool-13-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:47.420Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 949f5b4a-fb37-4efa-8fc3-79c5475e2235
2022-04-17T04:26:47.421Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZzQKNp 0 6ed47c25-b50c-442e-ae32-a47913ae5d3f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:26:47.490Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14700a06, org.onap.sdc.toscaparser.api.parameters.Input@3383caec, org.onap.sdc.toscaparser.api.parameters.Input@286b3ea4, org.onap.sdc.toscaparser.api.parameters.Input@16bbc11f, org.onap.sdc.toscaparser.api.parameters.Input@20fd9f4]
2022-04-17T04:26:47.496Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.497Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.497Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-04-17T04:26:47.497Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1
2022-04-17T04:26:47.498Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1 matches Tosca VF Customization UUID: d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1
2022-04-17T04:26:47.498Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-17T04:26:47.512Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.513Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.516Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-17T04:26:47.517Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77a61ab2
2022-04-17T04:26:47.517Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.518Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:26:47.519Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2f279c0-6db1-451a-8da2-3a7714b25993
2022-04-17T04:26:47.521Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2f279c0-6db1-451a-8da2-3a7714b25993
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-17T04:26:47.537Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.540Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:47.540Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:47.542Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.542Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:47.543Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:47.543Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.544Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is not matching search criteria
2022-04-17T04:26:47.544Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-17T04:26:47.544Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T04:26:47.545Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1f3b06e5-18eb-447d-80a2-f95c67621eca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T04:26:47.563Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.564Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:47.564Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:47.565Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.565Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:47.565Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:26:47.569Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.570Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.570Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 949f5b4a-fb37-4efa-8fc3-79c5475e2235: basic_onboard_ZzQKNp
2022-04-17T04:26:47.571Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.571Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.571Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.571Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.572Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.572Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.573Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.573Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.574Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:26:47.574Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.575Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_ZzQKNp
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:26:47.969Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZzQKNp 6ed47c25-b50c-442e-ae32-a47913ae5d3f 1 ASDC deployResourceStructure
2022-04-17T04:26:47.970Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json ASDC sendASDCNotification
2022-04-17T04:26:47.970Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json
2022-04-17T04:26:47.970Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:26:47.970Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:47.974Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:47.974Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169607969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-17T04:26:48.075Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:26:48.076Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:48.076Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:48.106Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:48.107Z||pool-14-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:26:48.976Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-17T04:26:48.976Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml
2022-04-17T04:26:48.977Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:26:48.977Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:48.980Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:48.980Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169608976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-17T04:26:49.081Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:26:49.084Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:49.084Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:49.101Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:49.102Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:49.981Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-17T04:26:49.984Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
2022-04-17T04:26:49.985Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:26:49.985Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:49.989Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:49.989Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169609981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-17T04:26:50.088Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T04:26:50.090Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:50.091Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:50.222Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:50.223Z||pool-16-thread-1|||||INFO|500||cambria reply ok (134 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:26:50.990Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar ASDC sendASDCNotification
2022-04-17T04:26:50.991Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:50.991Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:26:51.000Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:51.003Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:51.004Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169610990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-17T04:26:51.105Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:26:51.107Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:26:51.107Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:51.179Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:26:51.180Z||pool-17-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:52.005Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:26:52.075Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:26:52.079Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:26:52.080Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:26:52.080Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:27:22.080Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:27:22.098Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:27:22.103Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:27:22.103Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:27:22.103Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:27:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:27:28.151Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:27:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:27:28.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:27:28.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:27:28.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "policy-id",
"timestamp": 1650169584070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:27:28.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:27:52.104Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:27:52.120Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:27:52.125Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:27:52.126Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:27:52.126Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:28:22.126Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:28:22.151Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:28:22.157Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:28:22.157Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:28:22.158Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:28:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:28:28.152Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:28:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:28:28.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:28:28.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:28:28.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "clamp",
"timestamp": 1650169576890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:28:28.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:28:52.160Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:28:52.197Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:28:52.202Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:28:52.202Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:28:52.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:29:22.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:29:22.216Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:29:22.219Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:29:22.219Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:29:22.220Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:29:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:29:28.152Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:29:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:29:28.180Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:29:28.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169579036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169572809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "dcae-sch",
"timestamp": 1650169580093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "cds",
"timestamp": 1650169580803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "policy-id",
"timestamp": 1650169584070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "policy-id",
"timestamp": 1650169584070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169591682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "cds",
"timestamp": 1650169590667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "policy-id",
"timestamp": 1650169592312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169593066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "cds",
"timestamp": 1650169591736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T04:29:28.220Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d235ed9f-49bf-487e-b28d-744ad1be32cd
2022-04-17T04:29:28.221Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d235ed9f-49bf-487e-b28d-744ad1be32cd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:29:28.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "policy-id",
"timestamp": 1650169593322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169594268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "clamp",
"timestamp": 1650169593875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "policy-id",
"timestamp": 1650169594327,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T04:29:28.271Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d235ed9f-49bf-487e-b28d-744ad1be32cd
2022-04-17T04:29:28.271Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d235ed9f-49bf-487e-b28d-744ad1be32cd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:29:28.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169595350,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T04:29:28.300Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d235ed9f-49bf-487e-b28d-744ad1be32cd
2022-04-17T04:29:28.301Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d235ed9f-49bf-487e-b28d-744ad1be32cd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-17T04:29:28.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169588146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169596362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-17T04:29:28.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "clamp",
"timestamp": 1650169595893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-17T04:29:28.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "clamp",
"timestamp": 1650169596898,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T04:29:28.324Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d235ed9f-49bf-487e-b28d-744ad1be32cd
2022-04-17T04:29:28.325Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d235ed9f-49bf-487e-b28d-744ad1be32cd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:29:28.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "cds",
"timestamp": 1650169595803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169592809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169597201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "cds",
"timestamp": 1650169595803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169592809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169599036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169592809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "cds",
"timestamp": 1650169595803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169599036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169592809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "cds",
"timestamp": 1650169595803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169599036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169592809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "cds",
"timestamp": 1650169595803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "dcae-sch",
"timestamp": 1650169600093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650169600654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169599036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169592809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "cds",
"timestamp": 1650169595803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "dcae-sch",
"timestamp": 1650169600093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650169600654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169602943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169599036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1650169592809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "cds",
"timestamp": 1650169595803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "dcae-sch",
"timestamp": 1650169600093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650169600654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169599036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "dcae-sch",
"timestamp": 1650169600093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650169600654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "policy-id",
"timestamp": 1650169604070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "cds",
"timestamp": 1650169604260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169604953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169599036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "dcae-sch",
"timestamp": 1650169600093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650169600654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "policy-id",
"timestamp": 1650169604070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "cds",
"timestamp": 1650169605293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:29:28.374Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
2022-04-17T04:29:28.375Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b9451e6-e77f-49fd-a1d4-26983ffba6ae and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:29:28.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169607133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.386Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169606415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "dcae-sch",
"timestamp": 1650169600093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650169600654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "policy-id",
"timestamp": 1650169604070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "dcae-sch",
"timestamp": 1650169600093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "clamp",
"timestamp": 1650169606890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "policy-id",
"timestamp": 1650169604070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650169600654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169607969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169608759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "clamp",
"timestamp": 1650169606890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "policy-id",
"timestamp": 1650169604070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169608976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "clamp",
"timestamp": 1650169606890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "policy-id",
"timestamp": 1650169604070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650169609484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "aai-ml",
"timestamp": 1650169609965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169610505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169609981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "clamp",
"timestamp": 1650169606890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "policy-id",
"timestamp": 1650169604070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169611540,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T04:29:28.404Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
2022-04-17T04:29:28.404Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b9451e6-e77f-49fd-a1d4-26983ffba6ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:29:28.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169610990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-17T04:29:28.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "clamp",
"timestamp": 1650169606890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "policy-id",
"timestamp": 1650169611976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650169612546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "DEPLOY_OK"
}
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "clamp",
"timestamp": 1650169606890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "policy-id",
"timestamp": 1650169612982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-17T04:29:28.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "clamp",
"timestamp": 1650169606890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "policy-id",
"timestamp": 1650169613986,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T04:29:28.428Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
2022-04-17T04:29:28.428Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b9451e6-e77f-49fd-a1d4-26983ffba6ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-17T04:29:28.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650169615674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-17T04:29:28.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "clamp",
"timestamp": 1650169626362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "aai-ml",
"timestamp": 1650169627074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "clamp",
"timestamp": 1650169627885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "aai-ml",
"timestamp": 1650169628083,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T04:29:28.454Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d235ed9f-49bf-487e-b28d-744ad1be32cd
2022-04-17T04:29:28.454Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d235ed9f-49bf-487e-b28d-744ad1be32cd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:29:28.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "clamp",
"timestamp": 1650169628888,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T04:29:28.484Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
2022-04-17T04:29:28.485Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b9451e6-e77f-49fd-a1d4-26983ffba6ae and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:29:28.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "aai-ml",
"timestamp": 1650169601286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "aai-ml",
"timestamp": 1650169636559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:52.220Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:29:52.235Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:29:52.240Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:29:52.240Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:29:52.240Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:29:52.241Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:30:22.244Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:30:22.265Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:30:22.270Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:30:22.271Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:30:22.271Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:30:22.271Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:30:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:30:28.152Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:30:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:30:28.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:30:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:30:28.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "aai-ml",
"timestamp": 1650169652860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-17T04:30:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:30:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:30:28.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "aai-ml",
"timestamp": 1650169653865,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T04:30:28.690Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
2022-04-17T04:30:28.690Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b9451e6-e77f-49fd-a1d4-26983ffba6ae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:30:52.271Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:30:52.301Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:30:52.307Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:30:52.308Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:30:52.308Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:30:52.309Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:31:22.310Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:31:22.329Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:31:22.337Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:31:22.338Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:31:22.338Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:31:22.338Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:31:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:31:28.152Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:31:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:31:37.862Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:31:52.339Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T04:31:52.340Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-17T04:31:52.355Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d235ed9f-49bf-487e-b28d-744ad1be32cd and serviceModelVersionId: 949f5b4a-fb37-4efa-8fc3-79c5475e2235
2022-04-17T04:31:52.356Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 012bd5c1-daab-425e-b614-5397a682111f
2022-04-17T04:32:12.885Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?depth=0
2022-04-17T04:32:13.042Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T04:32:13.672Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-17T04:32:13.679Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?depth=0|INFO|500||Invoke
2022-04-17T04:32:13.835Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-04-17T04:32:14.679Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?depth=0|INFO|500||InvokeReturn
2022-04-17T04:32:14.681Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-04:32:14:144-36212], vertex-id=[327728], Content-Length=[0], Date=[Sun, 17 Apr 2022 04:32:14 GMT], Content-Type=[application/json]}
2022-04-17T04:32:14.682Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T04:32:14.688Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T04:32:14.689Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:32:14.697Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|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-04-17T04:32:14.699Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d235ed9f-49bf-487e-b28d-744ad1be32cd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T04:32:14.701Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T04:32:14.702Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:14.707Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:14.707Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169934700,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:32:14.807Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:14.809Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:14.810Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:14.865Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:14.866Z||pool-18-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":3,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T04:32:15.726Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:32:15.727Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:32:15.727Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:20.176Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:20.178Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T04:32:20.178Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b9451e6-e77f-49fd-a1d4-26983ffba6ae","serviceName":"vFW 2022-04-17 04-23-16","serviceVersion":"1.0","serviceUUID":"b139e6c9-15cf-4327-89a3-cf764fd86f6a","serviceDescription":"catalog service description","serviceInvariantUUID":"fa637cec-516a-4ea2-8654-3b308d8ee53a","resources":[{"resourceInstanceName":"vFW a90a7350-4fe9 0","resourceName":"vFW a90a7350-4fe9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1b06437-7be0-4347-b358-f14c80cafc0a","resourceInvariantUUID":"a801db17-6052-4e2a-8136-cdacb508ff57","resourceCustomizationUUID":"d682848c-0136-4e25-82d0-8ef2f981ddc4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml","artifactChecksum":"NDgxZTljYmQ0M2Q3NTk5YTZhNDExZGJiNGUzZThmZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"beb90a8e-f349-41d6-b97a-0d0afc1c5ca5","artifactVersion":"1"},{"artifactName":"vfwa90a73504fe90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json","artifactChecksum":"MjExODE2YTc0M2QzZDY1M2ZkMDdiZjQzMGUyOThiMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"22965c56-b3e3-46f6-8daa-ff0850535b33","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"546d9f57-5aac-41ea-9d35-6226ab0d9fc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml","artifactChecksum":"ODA5ZmJiNTM5YTEwMDQzYzRkMGY4ZGJhNTcxYzljNGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"877278d3-0f45-40ad-838e-b056bc4f6f8d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb6cfd82-c02a-405f-a66b-143a2b27ec52","artifactVersion":"2","generatedFromUUID":"546d9f57-5aac-41ea-9d35-6226ab0d9fc2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417042316-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml","artifactChecksum":"MTdjYWM1M2FmNTExODgyOWViZDU0Nzg5NTMzMjVlZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adf1165c-9a97-4f40-b9ef-8c0fd2312ffa","artifactVersion":"1"},{"artifactName":"service-Vfw20220417042316-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar","artifactChecksum":"MjQ1NDE1MzBjYWZmOTQxN2I4YmY5Y2VhNDVhOGYxYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0884d11-4001-4fb7-b22c-1d99dfcba758","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T04:32:20.183Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:20.184Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:20.187Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:20.188Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:32:20.287Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:20.288Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:20.288Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:20.524Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:20.525Z||pool-19-thread-1|||||INFO|500||cambria reply ok (237 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:21.189Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:21.189Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:21.193Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:21.193Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "NOTIFIED"
}
2022-04-17T04:32:21.304Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-04-17T04:32:21.306Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:21.307Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:21.336Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:21.337Z||pool-20-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:22.194Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:22.195Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:22.202Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:22.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-17T04:32:22.298Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-17T04:32:22.299Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:22.299Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:22.320Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:22.321Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:23.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:23.204Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:23.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:23.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:32:23.308Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:23.309Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:23.309Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:23.378Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:23.379Z||pool-22-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:24.208Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:24.209Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:24.211Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:24.212Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-17T04:32:24.312Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:24.313Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:24.313Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:24.327Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:24.328Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:25.212Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:25.214Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:25.217Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:25.217Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:32:25.317Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:25.318Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:25.318Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:25.379Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:25.380Z||pool-24-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:26.218Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:26.219Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:26.221Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:26.221Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:32:26.322Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:32:26.323Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:26.324Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:26.338Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:26.339Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:27.224Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"serviceName": "vFW 2022-04-17 04-23-16",
"serviceVersion": "1.0",
"serviceUUID": "b139e6c9-15cf-4327-89a3-cf764fd86f6a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fa637cec-516a-4ea2-8654-3b308d8ee53a",
"resources": [
{
"resourceInstanceName": "vFW a90a7350-4fe9 0",
"resourceCustomizationUUID": "d682848c-0136-4e25-82d0-8ef2f981ddc4",
"resourceName": "vFW a90a7350-4fe9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f1b06437-7be0-4347-b358-f14c80cafc0a",
"resourceInvariantUUID": "a801db17-6052-4e2a-8136-cdacb508ff57",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa90a73504fe90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"artifactChecksum": "MjExODE2YTc0M2QzZDY1M2ZkMDdiZjQzMGUyOThiMDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "22965c56-b3e3-46f6-8daa-ff0850535b33",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "546d9f57-5aac-41ea-9d35-6226ab0d9fc2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cb6cfd82-c02a-405f-a66b-143a2b27ec52",
"generatedFromUUID": "546d9f57-5aac-41ea-9d35-6226ab0d9fc2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cb6cfd82-c02a-405f-a66b-143a2b27ec52",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220417042316-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"artifactChecksum": "MjQ1NDE1MzBjYWZmOTQxN2I4YmY5Y2VhNDVhOGYxYWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b0884d11-4001-4fb7-b22c-1d99dfcba758"
}
],
"workloadContext": "Production"
}
2022-04-17T04:32:27.225Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T04:32:27.225Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b139e6c9-15cf-4327-89a3-cf764fd86f6a ASDC
2022-04-17T04:32:27.226Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b9451e6-e77f-49fd-a1d4-26983ffba6ae
ServiceName:vFW 2022-04-17 04-23-16
ServiceVersion:1.0
ServiceUUID:b139e6c9-15cf-4327-89a3-cf764fd86f6a
ServiceInvariantUUID:fa637cec-516a-4ea2-8654-3b308d8ee53a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220417042316-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar
ArtifactUUID:b0884d11-4001-4fb7-b22c-1d99dfcba758
ArtifactChecksum:MjQ1NDE1MzBjYWZmOTQxN2I4YmY5Y2VhNDVhOGYxYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a90a7350-4fe9 0
ResourceCustomizationUUID:d682848c-0136-4e25-82d0-8ef2f981ddc4
ResourceInvariantUUID:a801db17-6052-4e2a-8136-cdacb508ff57
ResourceName:vFW a90a7350-4fe9
ResourceType:VF
ResourceUUID:f1b06437-7be0-4347-b358-f14c80cafc0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa90a73504fe90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json
ArtifactUUID:22965c56-b3e3-46f6-8daa-ff0850535b33
ArtifactChecksum:MjExODE2YTc0M2QzZDY1M2ZkMDdiZjQzMGUyOThiMDg=
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/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml
ArtifactUUID:546d9f57-5aac-41ea-9d35-6226ab0d9fc2
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/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
ArtifactUUID:cb6cfd82-c02a-405f-a66b-143a2b27ec52
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/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
ArtifactUUID:cb6cfd82-c02a-405f-a66b-143a2b27ec52
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-17T04:32:27.227Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b139e6c9-15cf-4327-89a3-cf764fd86f6a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T04:32:27.292Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:32:27.294Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:32:27.294Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:32:27.294Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b0884d11-4001-4fb7-b22c-1d99dfcba758 from URL: /sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:27.295Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:32:27.295Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:32:28.151Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:32:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:28.302Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:32:28.310Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar b0884d11-4001-4fb7-b22c-1d99dfcba758 98920
2022-04-17T04:32:28.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar ASDC sendASDCNotification
2022-04-17T04:32:28.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:28.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:32:28.312Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:28.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:28.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169948310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:32:28.416Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:28.417Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:28.417Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:28.436Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:28.439Z||pool-26-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:28.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:28.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169934700,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:32:28.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:32:28.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:32:28.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:32:28.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "NOTIFIED"
}
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169935726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:32:28.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:32:29.317Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:32:29.319Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:32:29.319Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b0884d11-4001-4fb7-b22c-1d99dfcba758, URL: /sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar to file: /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:29.320Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417042316-csar.csar
2022-04-17T04:32:29.321Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:29.321Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:29.685Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12326941852897914583/Definitions/service-Vfw20220417042316-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-17T04:32:33.299Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T04:32:33.301Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:32:33.301Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.301Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-17T04:32:33.302Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.302Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.302Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|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-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.302Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|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-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.303Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|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-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.303Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.303Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a90a7350-4fe9 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.303Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|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-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.304Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.304Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.304Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|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-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.304Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|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-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.304Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|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-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.305Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:32:33.305Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.305Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.306Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:33.306Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:32:33.307Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:32:33.307Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.307Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.308Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:33.308Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:32:33.308Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:32:33.309Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.309Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.309Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.310Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:33.310Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:33.310Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:32:33.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.312Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:32:33.312Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:33.312Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:32:33.313Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:32:33.313Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.313Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.313Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:32:33.313Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.314Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:32:33.314Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.314Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T04:32:33.314Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:32:33.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:33.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:33.316Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.316Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:33.317Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:33.317Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.317Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:33.317Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:33.318Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.318Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:33.318Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:33.318Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T04:32:33.319Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:33.319Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:32:33.319Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:32:33.320Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.320Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.320Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:32:33.321Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.321Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:32:33.321Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.322Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11bb4a98-562a-4ce5-89cd-3e8180301080
2022-04-17T04:32:33.322Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.323Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:33.323Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:33.323Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:32:33.324Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.324Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.324Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.325Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:32:33.325Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:33.325Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T04:32:33.325Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:32:33.326Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.326Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:32:33.326Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.326Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=36981da9-21ec-48b2-87fb-e8fa8e945af9
2022-04-17T04:32:33.327Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.327Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:33.327Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:33.328Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:32:33.328Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.328Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.328Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.329Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:32:33.329Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:33.330Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:32:33.330Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:32:33.330Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.330Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.330Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T04:32:33.331Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3a3b184-5ff5-4425-8b4d-98ea18369140
2022-04-17T04:32:33.331Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.332Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.332Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.332Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.333Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.333Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.334Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:33.334Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.334Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-17 04-23-16
Description:catalog service description
Model UUID:b139e6c9-15cf-4327-89a3-cf764fd86f6a
Model Version:NULL
Model InvariantUuid:fa637cec-516a-4ea2-8654-3b308d8ee53a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a90a7350-4fe9
Model UUID:fe05d4ef-b10d-4be6-b574-c30f6d7b80b8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a801db17-6052-4e2a-8136-cdacb508ff57
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d682848c-0136-4e25-82d0-8ef2f981ddc4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b3868b43-49ab-4145-b37c-00b393dd3384
ModelName:VfwA90a73504fe9..base_vfw..module-0
ModelUuid:fb33ff32-9e18-43e0-9770-8fae892bb0e1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:11bb4a98-562a-4ce5-89cd-3e8180301080
ModelInvariantUuid:c169f102-a76c-4778-a833-1e847ec767de
ModelName:vFW a90a7350-4fe9-nodes.vfwCvfc
ModelUuid:087b8844-1441-4f0e-927e-6e6a9d1b53f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7def1fd0-616b-4747-8b4e-7264a322dbbe
ModelInvariantUuid:e1ec0d5c-7d44-47f0-bae0-b784145ba662
ModelName:VfwA90a73504fe9.compute.nodes.heat.vfw
ModelUuid:308532ff-8cb2-490f-9dad-594f7b55e76d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:36981da9-21ec-48b2-87fb-e8fa8e945af9
ModelInvariantUuid:803898e9-ffa4-42ba-96ce-555871e30669
ModelName:vFW a90a7350-4fe9-nodes.vsnCvfc
ModelUuid:97ccb48d-8270-43de-aa9b-b37a1b628e76
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fe7afee3-aefe-414c-b0de-92a4f5f3eb73
ModelInvariantUuid:e2b9bf0a-d86a-4081-bb6e-032300bcf800
ModelName:VfwA90a73504fe9.compute.nodes.heat.vsn
ModelUuid:ca2cbced-7a9c-415a-9f73-2644f4c18ddc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d3a3b184-5ff5-4425-8b4d-98ea18369140
ModelInvariantUuid:69f73563-efd6-40d4-b7a5-0bfdf04328f2
ModelName:vFW a90a7350-4fe9-nodes.vpgCvfc
ModelUuid:fc7fdc60-8573-4e56-a350-1168ad58b9b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f090df7d-b927-4f6c-9517-e91fae13027d
ModelInvariantUuid:a5673038-b5ae-4765-aae0-efac0c6ef103
ModelName:VfwA90a73504fe9.compute.nodes.heat.vpg
ModelUuid:702384c5-62fa-458d-ad6b-2a492655e5aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T04:32:33.344Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f1b06437-7be0-4347-b358-f14c80cafc0a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:32:33.351Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||vFW a90a7350-4fe9 0
2022-04-17T04:32:33.351Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1b06437-7be0-4347-b358-f14c80cafc0a
2022-04-17T04:32:33.351Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 22965c56-b3e3-46f6-8daa-ff0850535b33 from URL: /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json
2022-04-17T04:32:33.352Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:32:33.352Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json
2022-04-17T04:32:33.691Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:32:33.692Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json 22965c56-b3e3-46f6-8daa-ff0850535b33 785
2022-04-17T04:32:33.692Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json ASDC sendASDCNotification
2022-04-17T04:32:33.692Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json
2022-04-17T04:32:33.693Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:32:33.693Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:33.696Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:33.696Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169953692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:32:33.796Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:33.797Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:33.798Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:33.809Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:33.810Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:34.697Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA90a73504fe9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b3868b43-49ab-4145-b37c-00b393dd3384",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb33ff32-9e18-43e0-9770-8fae892bb0e1",
"vfModuleModelCustomizationUUID": "0632e6f9-9fe6-444d-8f83-76ede4122d36",
"isBase": true,
"artifacts": [
"546d9f57-5aac-41ea-9d35-6226ab0d9fc2",
"cb6cfd82-c02a-405f-a66b-143a2b27ec52"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-17T04:32:34.703Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA90a73504fe9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb33ff32-9e18-43e0-9770-8fae892bb0e1
VfModuleModelInvariantUUID:b3868b43-49ab-4145-b37c-00b393dd3384
VfModuleModelDescription:NULL
Artifacts UUID List:{
546d9f57-5aac-41ea-9d35-6226ab0d9fc2
,
cb6cfd82-c02a-405f-a66b-143a2b27ec52
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-17T04:32:34.706Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA90a73504fe9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b3868b43-49ab-4145-b37c-00b393dd3384",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb33ff32-9e18-43e0-9770-8fae892bb0e1",
"vfModuleModelCustomizationUUID": "0632e6f9-9fe6-444d-8f83-76ede4122d36",
"isBase": true,
"artifacts": [
"546d9f57-5aac-41ea-9d35-6226ab0d9fc2",
"cb6cfd82-c02a-405f-a66b-143a2b27ec52"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-17T04:32:34.706Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA90a73504fe9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb33ff32-9e18-43e0-9770-8fae892bb0e1
VfModuleModelInvariantUUID:b3868b43-49ab-4145-b37c-00b393dd3384
VfModuleModelDescription:NULL
Artifacts UUID List:{
546d9f57-5aac-41ea-9d35-6226ab0d9fc2
,
cb6cfd82-c02a-405f-a66b-143a2b27ec52
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-17T04:32:34.706Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 546d9f57-5aac-41ea-9d35-6226ab0d9fc2 from URL: /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml
2022-04-17T04:32:34.707Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:32:34.707Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml
2022-04-17T04:32:34.868Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:32:34.873Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml 546d9f57-5aac-41ea-9d35-6226ab0d9fc2 20368
2022-04-17T04:32:34.876Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T04:32:34.878Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml
2022-04-17T04:32:34.880Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:32:34.881Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:34.892Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:34.892Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169954876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:32:34.993Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:34.994Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:34.995Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:35.014Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:35.023Z||pool-28-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:35.893Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cb6cfd82-c02a-405f-a66b-143a2b27ec52 from URL: /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
2022-04-17T04:32:35.895Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:32:35.896Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
2022-04-17T04:32:36.093Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:32:36.094Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env cb6cfd82-c02a-405f-a66b-143a2b27ec52 2098
2022-04-17T04:32:36.095Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T04:32:36.095Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
2022-04-17T04:32:36.095Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:32:36.095Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:36.098Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:36.098Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169956094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:32:36.198Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:36.199Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:36.199Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:36.225Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:36.226Z||pool-29-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:37.099Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b139e6c9-15cf-4327-89a3-cf764fd86f6a
2022-04-17T04:32:37.100Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a90a7350-4fe9 0 f1b06437-7be0-4347-b358-f14c80cafc0a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:32:37.119Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3efa5aee, org.onap.sdc.toscaparser.api.parameters.Input@7161d309, org.onap.sdc.toscaparser.api.parameters.Input@4d33c287, org.onap.sdc.toscaparser.api.parameters.Input@511a3018, org.onap.sdc.toscaparser.api.parameters.Input@3ddb3dff]
2022-04-17T04:32:37.121Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.122Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.122Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-04-17T04:32:37.122Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d682848c-0136-4e25-82d0-8ef2f981ddc4
2022-04-17T04:32:37.122Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d682848c-0136-4e25-82d0-8ef2f981ddc4 matches Tosca VF Customization UUID: d682848c-0136-4e25-82d0-8ef2f981ddc4
2022-04-17T04:32:37.122Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d682848c-0136-4e25-82d0-8ef2f981ddc4 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-17T04:32:37.126Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.126Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.127Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d682848c-0136-4e25-82d0-8ef2f981ddc4: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-17T04:32:37.127Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11b3e53d
2022-04-17T04:32:37.128Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.128Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:32:37.128Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0632e6f9-9fe6-444d-8f83-76ede4122d36
2022-04-17T04:32:37.129Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0632e6f9-9fe6-444d-8f83-76ede4122d36
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-17T04:32:37.132Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.133Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.133Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:37.134Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.134Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.134Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:37.135Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.135Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:37.136Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:37.137Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T04:32:37.137Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:37.137Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:32:37.138Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:32:37.138Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.138Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.139Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:32:37.139Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.140Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:32:37.141Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.141Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11bb4a98-562a-4ce5-89cd-3e8180301080
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T04:32:37.147Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.148Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.148Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:37.149Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.149Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:37.149Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:37.150Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:32:37.150Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.151Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.151Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.151Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:32:37.151Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:37.152Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T04:32:37.152Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:32:37.152Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.153Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:32:37.153Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.154Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=36981da9-21ec-48b2-87fb-e8fa8e945af9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T04:32:37.157Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.158Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.158Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:37.162Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.163Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:37.163Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:37.163Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:32:37.164Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.164Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.164Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.164Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:32:37.165Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:37.165Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:32:37.165Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:32:37.165Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.166Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.166Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T04:32:37.166Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3a3b184-5ff5-4425-8b4d-98ea18369140
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T04:32:37.169Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.170Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.170Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:37.171Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.171Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.172Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=d682848c-0136-4e25-82d0-8ef2f981ddc4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:32:37.175Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.175Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.176Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b139e6c9-15cf-4327-89a3-cf764fd86f6a: vFW a90a7350-4fe9
2022-04-17T04:32:37.176Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.176Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.177Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.177Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.177Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.177Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.178Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.178Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.178Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:32:37.178Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.179Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-04-17 04-23-16
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:32:37.477Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a90a7350-4fe9 f1b06437-7be0-4347-b358-f14c80cafc0a 1 ASDC deployResourceStructure
2022-04-17T04:32:37.478Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json ASDC sendASDCNotification
2022-04-17T04:32:37.478Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json
2022-04-17T04:32:37.478Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:32:37.478Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:37.481Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:37.481Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169957478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "DEPLOY_OK"
}
2022-04-17T04:32:37.581Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:37.584Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:37.585Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:37.723Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:37.724Z||pool-30-thread-1|||||INFO|500||cambria reply ok (142 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:38.482Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T04:32:38.482Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml
2022-04-17T04:32:38.482Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:32:38.482Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:38.485Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:38.486Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169958481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-17T04:32:38.585Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:38.587Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:38.587Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:38.626Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:38.627Z||pool-31-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:39.486Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T04:32:39.487Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
2022-04-17T04:32:39.488Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:32:39.488Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:39.490Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:39.490Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169959486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-17T04:32:39.590Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:39.592Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:39.592Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:39.606Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:39.607Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:40.491Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar ASDC sendASDCNotification
2022-04-17T04:32:40.492Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:40.492Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:32:40.492Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:40.495Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:40.495Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169960491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-17T04:32:40.595Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:40.596Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:32:40.596Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:40.627Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:32:40.627Z||pool-33-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:41.496Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:32:41.512Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:32:41.519Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:32:41.519Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:32:41.519Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:32:41.520Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:33:11.520Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:33:11.534Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:33:11.539Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:33:11.539Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:33:11.540Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:33:11.540Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:33:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:33:28.152Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:33:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:33:28.208Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:33:28.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:33:28.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169948310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:33:28.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:33:41.540Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:33:41.573Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:33:41.581Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:33:41.582Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:33:41.582Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:33:41.582Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:34:11.583Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:34:11.600Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:34:11.604Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:34:11.604Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:34:11.605Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:34:11.605Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:34:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:34:28.151Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:34:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:34:28.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:34:28.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169953692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:34:28.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169954876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169956094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169957478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
"status": "DEPLOY_OK"
}
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169958481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169959486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-17T04:34:28.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650169960491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-17T04:34:28.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:41.606Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:34:41.622Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:34:41.629Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:34:41.629Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:34:41.630Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:34:41.630Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:35:11.630Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:35:11.655Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:35:11.663Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:35:11.663Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:35:11.664Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:35:11.664Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:35:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:35:28.151Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:35:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:35:37.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:35:41.665Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:35:41.709Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:35:41.716Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:35:41.716Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:35:41.717Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:35:41.717Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:36:11.717Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:36:11.731Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:36:11.735Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:36:11.736Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:36:11.736Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:36:11.736Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:36:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:36:28.151Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:36:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:36:28.296Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:36:28.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "clamp",
"timestamp": 1650170176890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "ves-openapi-manager",
"timestamp": 1650170172809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650170179035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "dcae-sch",
"timestamp": 1650170180092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "cds",
"timestamp": 1650170180806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "clamp",
"timestamp": 1650170176890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
"status": "NOTIFIED"
}
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "ves-openapi-manager",
"timestamp": 1650170172809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650170179035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
"status": "NOTIFIED"
}
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "dcae-sch",
"timestamp": 1650170180092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "cds",
"timestamp": 1650170180806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "clamp",
"timestamp": 1650170176890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "ves-openapi-manager",
"timestamp": 1650170172809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650170179035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "dcae-sch",
"timestamp": 1650170180092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "cds",
"timestamp": 1650170180806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "policy-id",
"timestamp": 1650170184070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "clamp",
"timestamp": 1650170176890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650170179035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "ves-openapi-manager",
"timestamp": 1650170172809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "dcae-sch",
"timestamp": 1650170180092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "cds",
"timestamp": 1650170180806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "policy-id",
"timestamp": 1650170184070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "clamp",
"timestamp": 1650170176890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650170179035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "dcae-sch",
"timestamp": 1650170180092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "ves-openapi-manager",
"timestamp": 1650170172809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "cds",
"timestamp": 1650170180806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "policy-id",
"timestamp": 1650170184070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "clamp",
"timestamp": 1650170176890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "dcae-sch",
"timestamp": 1650170180092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "ves-openapi-manager",
"timestamp": 1650170172809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650170179035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "cds",
"timestamp": 1650170180806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "policy-id",
"timestamp": 1650170184070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "clamp",
"timestamp": 1650170176890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:36:41.736Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:36:41.752Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:36:41.763Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:36:41.764Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:36:41.764Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:36:41.765Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:37:11.765Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:37:11.787Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:37:11.804Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:37:11.804Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:37:11.804Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:37:11.804Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:37:28.152Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:37:28.154Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:37:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:28.203Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:37:28.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:37:28.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650170179035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:37:28.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-17T04:37:41.805Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T04:37:41.806Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-17T04:37:41.817Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae and serviceModelVersionId: b139e6c9-15cf-4327-89a3-cf764fd86f6a
2022-04-17T04:37:41.818Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa637cec-516a-4ea2-8654-3b308d8ee53a
2022-04-17T04:37:41.820Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0
2022-04-17T04:37:41.828Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T04:37:41.979Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0|INFO|500||Invoke
2022-04-17T04:37:41.981Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b9451e6-e77f-49fd-a1d4-26983ffba6ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dee86bd4-8a47-4d25-8cb2-50ce50494dd2], X-ECOMP-RequestID=[0b9451e6-e77f-49fd-a1d4-26983ffba6ae], X-TransactionId=[], X-ONAP-RequestID=[0b9451e6-e77f-49fd-a1d4-26983ffba6ae], Content-Type=[application/merge-patch+json]}
2022-04-17T04:37:42.031Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-04-17T04:37:42.802Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?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/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-04:37:42:371-2972], vertex-id=[151680], Content-Length=[0], Date=[Sun, 17 Apr 2022 04:37:42 GMT], Content-Type=[application/json]}
2022-04-17T04:37:42.802Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-17T04:37:42.803Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0|INFO|500||InvokeReturn
2022-04-17T04:37:42.808Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T04:37:42.808Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:37:42.817Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|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-04-17T04:37:42.818Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b9451e6-e77f-49fd-a1d4-26983ffba6ae and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T04:37:42.818Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T04:37:42.819Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:42.822Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:42.822Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170262818,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:37:42.922Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:42.923Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:37:42.924Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:42.956Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:37:42.958Z||pool-34-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T04:37:43.845Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:37:43.852Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:37:43.853Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:48.386Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:37:48.387Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T04:37:48.387Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"924afee2-d70e-4fcc-b0ce-ba6edd6dbfde","serviceName":"vFW 2022-04-17 04-33-49","serviceVersion":"1.0","serviceUUID":"41fdd240-13a1-4f21-bb00-f0899c57e52c","serviceDescription":"catalog service description","serviceInvariantUUID":"da0eeccd-3b29-4c46-b47a-b898a8c9a4ab","resources":[{"resourceInstanceName":"vFW aef05cd8-2a6a 0","resourceName":"vFW aef05cd8-2a6a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"55bff8aa-52bf-4675-8527-f7f95fadf3f0","resourceInvariantUUID":"f9a65606-bda6-4b7b-a23d-0a17684918e8","resourceCustomizationUUID":"6772a695-9f26-4ad5-b29e-63de23763c43","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml","artifactChecksum":"NjY2YjQzYjRiYWYzZDZhYWM3NTQyYWVkMThmYzVkNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3fa0a731-9c13-4297-b743-e03c4dd6dafa","artifactVersion":"1"},{"artifactName":"vfwaef05cd82a6a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json","artifactChecksum":"ZTNlYjVjMGExYTMzYzdhNGU0ZjY0YThjYzI3ZDBjNTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5fe58a8c-fc92-4da5-92d9-d9a226383397","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"03a8d887-1473-49cf-8e68-5c11b35c955e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml","artifactChecksum":"NGJkYzg1NjgyMDMxZDE2ZTdkYTIxZTlhYWEyNzljNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1dacddc6-362a-4621-8890-0f52a4a953a8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b9cddec2-11bf-48cd-9374-0439a973f183","artifactVersion":"2","generatedFromUUID":"03a8d887-1473-49cf-8e68-5c11b35c955e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417043349-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml","artifactChecksum":"M2ZkYzI5NTJjNzQ0YjE0YjZmMTRlYTZkOGI3OTczMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"422bb3f4-c448-4769-9265-11ab150d31c4","artifactVersion":"1"},{"artifactName":"service-Vfw20220417043349-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar","artifactChecksum":"OWJhMTZmYTk5YzBlYTY3YzViODc4MDAxNGE5ZWU4MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8dcda76-9ac5-47de-a517-307ec33d5e20","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T04:37:48.395Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:48.397Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:48.399Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:48.399Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170263845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:37:48.500Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:48.502Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:37:48.502Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:48.533Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:37:48.534Z||pool-35-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:37:49.400Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:49.401Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:49.405Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:49.405Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170263845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
"status": "NOTIFIED"
}
2022-04-17T04:37:49.505Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:49.506Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:37:49.507Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:49.564Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:37:49.565Z||pool-36-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:37:50.406Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:50.407Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:50.409Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:50.410Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170263845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-17T04:37:50.510Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:50.511Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:37:50.511Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:50.652Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:37:50.653Z||pool-37-thread-1|||||INFO|500||cambria reply ok (143 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:37:51.410Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:51.411Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:51.416Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:51.417Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170263845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:37:51.516Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:37:51.518Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:37:51.518Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:51.530Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:37:51.531Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:37:52.418Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:52.419Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:52.422Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:52.422Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170263845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-17T04:37:52.522Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:52.523Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:37:52.524Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:52.585Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:37:52.587Z||pool-39-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:37:53.423Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:53.424Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:53.427Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:53.428Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170263845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-17T04:37:53.528Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:53.529Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:37:53.529Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:53.543Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:37:53.545Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:37:54.429Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:54.430Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:54.432Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:54.433Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170263845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
"status": "NOTIFIED"
}
2022-04-17T04:37:54.533Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:54.534Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:37:54.535Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:54.560Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:37:54.561Z||pool-41-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:37:55.435Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"serviceName": "vFW 2022-04-17 04-33-49",
"serviceVersion": "1.0",
"serviceUUID": "41fdd240-13a1-4f21-bb00-f0899c57e52c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "da0eeccd-3b29-4c46-b47a-b898a8c9a4ab",
"resources": [
{
"resourceInstanceName": "vFW aef05cd8-2a6a 0",
"resourceCustomizationUUID": "6772a695-9f26-4ad5-b29e-63de23763c43",
"resourceName": "vFW aef05cd8-2a6a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "55bff8aa-52bf-4675-8527-f7f95fadf3f0",
"resourceInvariantUUID": "f9a65606-bda6-4b7b-a23d-0a17684918e8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwaef05cd82a6a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
"artifactChecksum": "ZTNlYjVjMGExYTMzYzdhNGU0ZjY0YThjYzI3ZDBjNTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5fe58a8c-fc92-4da5-92d9-d9a226383397",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "03a8d887-1473-49cf-8e68-5c11b35c955e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b9cddec2-11bf-48cd-9374-0439a973f183",
"generatedFromUUID": "03a8d887-1473-49cf-8e68-5c11b35c955e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b9cddec2-11bf-48cd-9374-0439a973f183",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220417043349-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
"artifactChecksum": "OWJhMTZmYTk5YzBlYTY3YzViODc4MDAxNGE5ZWU4MzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c8dcda76-9ac5-47de-a517-307ec33d5e20"
}
],
"workloadContext": "Production"
}
2022-04-17T04:37:55.436Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T04:37:55.436Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 41fdd240-13a1-4f21-bb00-f0899c57e52c ASDC
2022-04-17T04:37:55.437Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
ServiceName:vFW 2022-04-17 04-33-49
ServiceVersion:1.0
ServiceUUID:41fdd240-13a1-4f21-bb00-f0899c57e52c
ServiceInvariantUUID:da0eeccd-3b29-4c46-b47a-b898a8c9a4ab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220417043349-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar
ArtifactUUID:c8dcda76-9ac5-47de-a517-307ec33d5e20
ArtifactChecksum:OWJhMTZmYTk5YzBlYTY3YzViODc4MDAxNGE5ZWU4MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW aef05cd8-2a6a 0
ResourceCustomizationUUID:6772a695-9f26-4ad5-b29e-63de23763c43
ResourceInvariantUUID:f9a65606-bda6-4b7b-a23d-0a17684918e8
ResourceName:vFW aef05cd8-2a6a
ResourceType:VF
ResourceUUID:55bff8aa-52bf-4675-8527-f7f95fadf3f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwaef05cd82a6a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json
ArtifactUUID:5fe58a8c-fc92-4da5-92d9-d9a226383397
ArtifactChecksum:ZTNlYjVjMGExYTMzYzdhNGU0ZjY0YThjYzI3ZDBjNTE=
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/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml
ArtifactUUID:03a8d887-1473-49cf-8e68-5c11b35c955e
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/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env
ArtifactUUID:b9cddec2-11bf-48cd-9374-0439a973f183
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/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env
ArtifactUUID:b9cddec2-11bf-48cd-9374-0439a973f183
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-17T04:37:55.437Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41fdd240-13a1-4f21-bb00-f0899c57e52c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:37:55.499Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:37:55.500Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:37:55.501Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:37:55.501Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c8dcda76-9ac5-47de-a517-307ec33d5e20 from URL: /sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:55.501Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:37:55.502Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:56.054Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:37:56.066Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar c8dcda76-9ac5-47de-a517-307ec33d5e20 98910
2022-04-17T04:37:56.066Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar ASDC sendASDCNotification
2022-04-17T04:37:56.067Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:56.067Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:37:56.067Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:56.070Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:56.070Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170276066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:37:56.170Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:56.172Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:37:56.172Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:56.189Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:37:56.190Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:37:57.071Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:37:57.073Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:37:57.074Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c8dcda76-9ac5-47de-a517-307ec33d5e20, URL: /sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar to file: /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:57.074Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417043349-csar.csar
2022-04-17T04:37:57.075Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:57.075Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:57.430Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3926513026155941150/Definitions/service-Vfw20220417043349-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-17T04:38:00.759Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T04:38:00.760Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:38:00.761Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.761Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-17T04:38:00.761Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.761Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.761Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|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-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.762Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|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-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.762Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|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-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.762Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.762Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|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-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.762Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.763Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.763Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|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-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.763Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|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-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.764Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW aef05cd8-2a6a 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.764Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|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-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.764Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:38:00.765Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.765Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.765Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:00.766Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:38:00.767Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:38:00.767Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.767Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.768Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:00.768Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:38:00.768Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:38:00.769Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.769Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.769Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.770Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:00.770Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:00.770Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:00.770Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:38:00.770Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.771Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.771Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.771Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:38:00.771Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:38:00.772Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:38:00.772Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.772Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.772Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:38:00.773Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.773Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:38:00.773Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.773Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T04:38:00.776Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.777Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:38:00.778Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.778Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:00.778Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:00.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:00.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:00.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:00.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:00.781Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.781Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:00.781Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:00.781Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:00.781Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T04:38:00.782Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:38:00.782Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:38:00.782Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.782Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:38:00.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:38:00.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.784Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=17854528-ecb5-4154-9098-c32111afdb2b
2022-04-17T04:38:00.784Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.784Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:00.785Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:00.785Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:00.785Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:38:00.785Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.786Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.786Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.786Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:38:00.786Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T04:38:00.787Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:38:00.787Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.787Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:38:00.788Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.788Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45f2d1a7-4927-427e-80ba-8810ad1c3fda
2022-04-17T04:38:00.788Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.788Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:00.789Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:00.789Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:00.789Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:38:00.789Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.790Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.790Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.790Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:38:00.791Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:38:00.791Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:38:00.791Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.791Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.791Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T04:38:00.792Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=08fae7b1-f2d3-4e46-9426-39d353250da5
2022-04-17T04:38:00.792Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.792Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.793Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.793Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.793Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.793Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.794Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:00.794Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.794Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-17 04-33-49
Description:catalog service description
Model UUID:41fdd240-13a1-4f21-bb00-f0899c57e52c
Model Version:NULL
Model InvariantUuid:da0eeccd-3b29-4c46-b47a-b898a8c9a4ab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW aef05cd8-2a6a
Model UUID:0bb56da8-f11d-44a2-afa1-234f9065904d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9a65606-bda6-4b7b-a23d-0a17684918e8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6772a695-9f26-4ad5-b29e-63de23763c43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5282894e-e842-4bc8-9fee-494906491db1
ModelName:VfwAef05cd82a6a..base_vfw..module-0
ModelUuid:1a0b990d-b2c9-4459-b361-3a2ae0001a72
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:17854528-ecb5-4154-9098-c32111afdb2b
ModelInvariantUuid:eb6f4791-227a-4a0c-9e1d-a971cf8799d2
ModelName:vFW aef05cd8-2a6a-nodes.vfwCvfc
ModelUuid:1a4fcd5b-c4b7-4711-a000-b2945f409f5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3b6b8058-8bc9-43dd-b9dc-0f2f8c8d496d
ModelInvariantUuid:9402aa2f-8838-4025-a655-7c1548b8f233
ModelName:VfwAef05cd82a6a.compute.nodes.heat.vfw
ModelUuid:48e4c8d9-9fc2-4260-8823-6bab7c0fab4a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:45f2d1a7-4927-427e-80ba-8810ad1c3fda
ModelInvariantUuid:f0028762-7c81-49b6-9ec5-a80b19bbe94e
ModelName:vFW aef05cd8-2a6a-nodes.vsnCvfc
ModelUuid:f5861f30-d9f4-4823-81a5-f5853369efc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7052f7db-3f48-4adf-9405-ae9a0285e333
ModelInvariantUuid:11722c41-e0e7-4c20-945c-7dfd471f80e1
ModelName:VfwAef05cd82a6a.compute.nodes.heat.vsn
ModelUuid:e4dde81b-6e4d-4bd5-ad41-cacb3d20c644
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:08fae7b1-f2d3-4e46-9426-39d353250da5
ModelInvariantUuid:aba72f9e-b61a-4224-b2c3-b7c667181e18
ModelName:vFW aef05cd8-2a6a-nodes.vpgCvfc
ModelUuid:84061a17-4fe4-4c4f-8ac9-3211600aea5e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:be324595-0703-4240-ab10-08f8d38e8c3e
ModelInvariantUuid:58117f84-43b9-4397-b4fb-8dd84087edb8
ModelName:VfwAef05cd82a6a.compute.nodes.heat.vpg
ModelUuid:5a6fd60d-27de-40eb-956f-0346d0e9a219
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T04:38:00.806Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 55bff8aa-52bf-4675-8527-f7f95fadf3f0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:38:00.812Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||vFW aef05cd8-2a6a 0
2022-04-17T04:38:00.812Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 55bff8aa-52bf-4675-8527-f7f95fadf3f0
2022-04-17T04:38:00.812Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5fe58a8c-fc92-4da5-92d9-d9a226383397 from URL: /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json
2022-04-17T04:38:00.813Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:38:00.813Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json
2022-04-17T04:38:01.199Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:38:01.200Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json 5fe58a8c-fc92-4da5-92d9-d9a226383397 785
2022-04-17T04:38:01.201Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json ASDC sendASDCNotification
2022-04-17T04:38:01.201Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json
2022-04-17T04:38:01.201Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:38:01.202Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:38:01.205Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:38:01.206Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170281200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:38:01.306Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:38:01.308Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:38:01.309Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:38:01.330Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:38:01.332Z||pool-43-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:38:02.207Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAef05cd82a6a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5282894e-e842-4bc8-9fee-494906491db1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1a0b990d-b2c9-4459-b361-3a2ae0001a72",
"vfModuleModelCustomizationUUID": "52cc40b9-f64d-46a2-88a9-81a112c336cf",
"isBase": true,
"artifacts": [
"03a8d887-1473-49cf-8e68-5c11b35c955e",
"b9cddec2-11bf-48cd-9374-0439a973f183"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-17T04:38:02.212Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAef05cd82a6a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a0b990d-b2c9-4459-b361-3a2ae0001a72
VfModuleModelInvariantUUID:5282894e-e842-4bc8-9fee-494906491db1
VfModuleModelDescription:NULL
Artifacts UUID List:{
03a8d887-1473-49cf-8e68-5c11b35c955e
,
b9cddec2-11bf-48cd-9374-0439a973f183
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-17T04:38:02.216Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAef05cd82a6a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5282894e-e842-4bc8-9fee-494906491db1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1a0b990d-b2c9-4459-b361-3a2ae0001a72",
"vfModuleModelCustomizationUUID": "52cc40b9-f64d-46a2-88a9-81a112c336cf",
"isBase": true,
"artifacts": [
"03a8d887-1473-49cf-8e68-5c11b35c955e",
"b9cddec2-11bf-48cd-9374-0439a973f183"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-17T04:38:02.216Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAef05cd82a6a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a0b990d-b2c9-4459-b361-3a2ae0001a72
VfModuleModelInvariantUUID:5282894e-e842-4bc8-9fee-494906491db1
VfModuleModelDescription:NULL
Artifacts UUID List:{
03a8d887-1473-49cf-8e68-5c11b35c955e
,
b9cddec2-11bf-48cd-9374-0439a973f183
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-17T04:38:02.216Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 03a8d887-1473-49cf-8e68-5c11b35c955e from URL: /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml
2022-04-17T04:38:02.217Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:38:02.217Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml
2022-04-17T04:38:02.393Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:38:02.394Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml 03a8d887-1473-49cf-8e68-5c11b35c955e 20368
2022-04-17T04:38:02.395Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T04:38:02.395Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml
2022-04-17T04:38:02.395Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:38:02.395Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:38:02.399Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:38:02.399Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170282394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:38:02.499Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:38:02.501Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:38:02.501Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:38:02.515Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:38:02.515Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:38:03.400Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9cddec2-11bf-48cd-9374-0439a973f183 from URL: /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env
2022-04-17T04:38:03.400Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:38:03.402Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env
2022-04-17T04:38:03.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:38:03.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env b9cddec2-11bf-48cd-9374-0439a973f183 2098
2022-04-17T04:38:03.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T04:38:03.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env
2022-04-17T04:38:03.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:38:03.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:38:03.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:38:03.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650170283779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-17T04:38:03.883Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:38:03.885Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T04:38:03.885Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:38:03.902Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-17T04:38:03.903Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:38:04.784Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 41fdd240-13a1-4f21-bb00-f0899c57e52c
2022-04-17T04:38:04.785Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW aef05cd8-2a6a 0 55bff8aa-52bf-4675-8527-f7f95fadf3f0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:38:04.808Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b81608b, org.onap.sdc.toscaparser.api.parameters.Input@56bb23e8, org.onap.sdc.toscaparser.api.parameters.Input@ef2a11d, org.onap.sdc.toscaparser.api.parameters.Input@151f7359, org.onap.sdc.toscaparser.api.parameters.Input@45cacc49]
2022-04-17T04:38:04.810Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:04.811Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:04.811Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-04-17T04:38:04.812Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6772a695-9f26-4ad5-b29e-63de23763c43
2022-04-17T04:38:04.812Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6772a695-9f26-4ad5-b29e-63de23763c43 matches Tosca VF Customization UUID: 6772a695-9f26-4ad5-b29e-63de23763c43
2022-04-17T04:38:04.813Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6772a695-9f26-4ad5-b29e-63de23763c43 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-17T04:38:04.816Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:04.817Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:04.818Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6772a695-9f26-4ad5-b29e-63de23763c43: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-17T04:38:04.818Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f6b8db1
2022-04-17T04:38:04.818Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:04.819Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:38:04.819Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52cc40b9-f64d-46a2-88a9-81a112c336cf
2022-04-17T04:38:04.819Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52cc40b9-f64d-46a2-88a9-81a112c336cf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-17T04:38:04.827Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:04.828Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:04.828Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:04.828Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:04.829Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:04.829Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:04.829Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:04.829Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:04.830Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:04.830Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:04.830Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T04:38:04.830Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:38:04.831Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:38:04.832Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:04.833Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:04.833Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:38:04.833Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:04.833Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:38:04.834Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:04.834Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=17854528-ecb5-4154-9098-c32111afdb2b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T04:38:04.844Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-17T04:38:04.845Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:04.845Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:04.846Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery