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)
2021-11-13T02:49:13.702Z||main|||||INFO|500||The following profiles are active: basic
2021-11-13T02:49:21.772Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-13T02:49:21.773Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-13T02:49:21.842Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-13T02:49:23.924Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-13T02:49:24.121Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-13T02:49:24.583Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-13T02:49:24.591Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-13T02:49:24.657Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-13T02:49:24.741Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-13T02:49:25.086Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-13T02:49:25.728Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-13T02:49:27.261Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-13T02:49:27.304Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-13T02:49:27.738Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-13T02:49:27.828Z||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.
2021-11-13T02:49:28.889Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-13T02:49:29.725Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-13T02:49:29.741Z||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$$d192f0e0.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)
2021-11-13T02:49:29.742Z||main|||||WARN|500||The sdc end point is not alive
2021-11-13T02:49:32.129Z||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
2021-11-13T02:49:34.464Z||main|||||WARN|500||---
2021-11-13T02:49:34.465Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-13T02:49:34.465Z||main|||||WARN|500||---
2021-11-13T02:49:34.794Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-13T02:49:38.763Z||main|||||INFO|500||Started Application in 28.824 seconds (JVM running for 29.802)
2021-11-13T02:49:38.771Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-13T02:49:38.771Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-13T02:49:38.780Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-13T02:49:38.802Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-13T02:49:38.882Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52e3ff20-6398-45e1-969f-843f009ef6fe url= /sdc/v1/artifactTypes
2021-11-13T02:49:38.882Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-13T02:49:39.202Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-13T02:49:39.259Z||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
2021-11-13T02:49:39.320Z||scheduling-1|||||DEBUG|500||create keys
2021-11-13T02:49:39.359Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-13T02:49:40.041Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:49:40.061Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4c62ae91-0e5e-43d8-aee3-0b22530e8ca4 url= /sdc/v1/registerForDistribution
2021-11-13T02:49:40.726Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4c62ae91-0e5e-43d8-aee3-0b22530e8ca4 url= /sdc/v1/registerForDistribution
2021-11-13T02:49:40.726Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-13T02:49:40.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:49:40.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:49:40.741Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-13T02:49:40.743Z||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.
2021-11-13T02:49:40.743Z||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.
2021-11-13T02:49:40.743Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:49:40.743Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:49:52.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:49:52.685Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:50:40.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:50:40.736Z||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.
2021-11-13T02:50:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:50:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:50:40.738Z||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.
2021-11-13T02:50:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:50:50.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:50:50.288Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:51:40.734Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:51:40.735Z||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.
2021-11-13T02:51:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:51:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:51:40.740Z||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.
2021-11-13T02:51:40.740Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:51:50.281Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:51:50.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:52:40.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:52:40.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T02:52:40.736Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cXAm2HwgaaJd53kJ) ...
2021-11-13T02:52:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:52:40.739Z||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.
2021-11-13T02:52:40.739Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:52:50.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:52:50.278Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:53:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:53:40.736Z||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.
2021-11-13T02:53:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:53:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:53:40.738Z||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.
2021-11-13T02:53:40.739Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:53:50.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:53:50.281Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:54:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:54:40.735Z||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.
2021-11-13T02:54:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:54:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:54:40.737Z||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.
2021-11-13T02:54:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:54:50.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:54:50.283Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:55:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:55:40.735Z||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.
2021-11-13T02:55:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:55:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:55:40.737Z||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.
2021-11-13T02:55:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:55:50.277Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:55:50.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:56:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:56:40.735Z||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.
2021-11-13T02:56:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:56:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:56:40.739Z||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.
2021-11-13T02:56:40.740Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:56:50.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:56:50.279Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:57:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:57:40.736Z||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.
2021-11-13T02:57:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:57:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:57:40.737Z||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.
2021-11-13T02:57:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:57:50.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:57:50.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:58:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:58:40.736Z||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.
2021-11-13T02:58:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:58:40.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:58:40.739Z||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.
2021-11-13T02:58:40.740Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:58:50.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:58:50.275Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:59:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:59:40.735Z||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.
2021-11-13T02:59:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:59:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T02:59:40.738Z||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.
2021-11-13T02:59:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T02:59:50.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T02:59:50.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:00:02.524Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-13T03:00:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:00:40.736Z||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.
2021-11-13T03:00:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:00:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:00:40.738Z||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.
2021-11-13T03:00:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:00:50.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:00:50.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:01:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:01:40.735Z||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.
2021-11-13T03:01:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:01:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:01:40.738Z||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.
2021-11-13T03:01:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:01:50.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:01:50.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:02:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:02:40.736Z||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.
2021-11-13T03:02:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:02:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:02:40.738Z||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.
2021-11-13T03:02:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:02:50.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:02:50.281Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:03:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:03:40.736Z||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.
2021-11-13T03:03:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:03:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:03:40.737Z||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.
2021-11-13T03:03:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:03:50.276Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:03:50.279Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:04:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:04:40.736Z||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.
2021-11-13T03:04:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:04:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:04:40.737Z||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.
2021-11-13T03:04:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:04:50.275Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:04:50.278Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:05:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:05:40.735Z||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.
2021-11-13T03:05:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:05:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:05:40.737Z||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.
2021-11-13T03:05:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:05:50.276Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:05:50.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:06:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:06:40.735Z||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.
2021-11-13T03:06:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:06:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:06:40.738Z||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.
2021-11-13T03:06:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:06:50.272Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:06:50.274Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:07:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:07:40.735Z||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.
2021-11-13T03:07:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:07:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:07:40.739Z||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.
2021-11-13T03:07:40.739Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:07:50.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:07:50.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:08:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:08:40.736Z||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.
2021-11-13T03:08:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:08:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:08:40.738Z||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.
2021-11-13T03:08:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:08:50.276Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:08:50.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:09:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:09:40.736Z||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.
2021-11-13T03:09:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:09:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:09:40.738Z||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.
2021-11-13T03:09:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:09:50.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:09:50.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:10:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:10:40.735Z||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.
2021-11-13T03:10:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:10:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:10:40.738Z||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.
2021-11-13T03:10:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:10:50.289Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:10:50.300Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:11:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:11:40.735Z||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.
2021-11-13T03:11:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:11:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:11:40.737Z||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.
2021-11-13T03:11:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:11:50.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:11:50.278Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:12:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:12:40.735Z||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.
2021-11-13T03:12:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:12:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:12:40.737Z||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.
2021-11-13T03:12:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:12:50.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:12:50.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:13:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:13:40.735Z||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.
2021-11-13T03:13:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:13:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:13:40.737Z||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.
2021-11-13T03:13:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:13:50.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:13:50.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:14:40.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:14:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:14:40.737Z||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.
2021-11-13T03:14:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:14:40.738Z||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.
2021-11-13T03:14:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:14:50.280Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:14:50.282Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:15:40.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:15:40.736Z||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.
2021-11-13T03:15:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:15:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:15:40.737Z||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.
2021-11-13T03:15:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:15:50.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:15:50.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:16:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:16:40.735Z||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.
2021-11-13T03:16:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:16:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:16:40.737Z||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.
2021-11-13T03:16:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:16:50.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:16:50.281Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:17:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:17:40.735Z||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.
2021-11-13T03:17:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:17:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:17:40.738Z||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.
2021-11-13T03:17:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:17:50.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:17:50.278Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:18:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:18:40.735Z||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.
2021-11-13T03:18:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:18:40.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:18:40.738Z||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.
2021-11-13T03:18:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:18:50.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:18:50.280Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:19:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:19:40.735Z||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.
2021-11-13T03:19:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:19:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:19:40.737Z||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.
2021-11-13T03:19:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:19:50.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:19:50.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:20:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:20:40.735Z||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.
2021-11-13T03:20:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:20:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:20:40.737Z||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.
2021-11-13T03:20:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:20:50.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:20:50.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:21:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:21:40.735Z||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.
2021-11-13T03:21:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:21:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:21:40.737Z||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.
2021-11-13T03:21:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:21:50.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:21:50.275Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:22:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:22:40.735Z||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.
2021-11-13T03:22:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:22:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:22:40.737Z||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.
2021-11-13T03:22:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:22:50.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:22:50.281Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:23:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:23:40.735Z||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.
2021-11-13T03:23:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:23:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:23:40.738Z||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.
2021-11-13T03:23:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:23:50.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:23:50.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:24:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:24:40.736Z||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.
2021-11-13T03:24:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:24:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:24:40.738Z||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.
2021-11-13T03:24:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:24:50.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:24:50.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:25:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:25:40.735Z||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.
2021-11-13T03:25:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:25:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:25:40.738Z||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.
2021-11-13T03:25:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:25:50.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:25:50.277Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:26:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:26:40.735Z||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.
2021-11-13T03:26:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:26:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:26:40.738Z||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.
2021-11-13T03:26:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:26:50.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:26:50.278Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:27:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:27:40.736Z||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.
2021-11-13T03:27:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:27:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:27:40.738Z||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.
2021-11-13T03:27:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:27:50.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:27:50.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:28:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:28:40.735Z||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.
2021-11-13T03:28:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:28:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:28:40.737Z||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.
2021-11-13T03:28:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:28:50.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:28:50.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:29:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:29:40.736Z||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.
2021-11-13T03:29:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:29:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:29:40.738Z||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.
2021-11-13T03:29:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:29:50.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:29:50.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:30:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:30:40.735Z||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.
2021-11-13T03:30:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:30:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:30:40.737Z||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.
2021-11-13T03:30:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:30:50.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:30:50.274Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:31:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:31:40.735Z||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.
2021-11-13T03:31:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:31:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:31:40.738Z||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.
2021-11-13T03:31:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:31:50.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:31:50.275Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:32:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:32:40.735Z||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.
2021-11-13T03:32:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:32:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:32:40.737Z||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.
2021-11-13T03:32:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:32:50.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:32:50.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:33:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:33:40.735Z||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.
2021-11-13T03:33:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:33:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:33:40.737Z||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.
2021-11-13T03:33:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:33:50.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:33:50.287Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:34:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:34:40.735Z||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.
2021-11-13T03:34:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:34:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:34:40.737Z||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.
2021-11-13T03:34:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:34:50.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:34:50.272Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:35:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:35:40.735Z||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.
2021-11-13T03:35:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:35:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:35:40.738Z||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.
2021-11-13T03:35:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:35:50.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:35:50.277Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:36:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:36:40.735Z||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.
2021-11-13T03:36:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:36:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:36:40.737Z||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.
2021-11-13T03:36:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:36:50.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:36:50.275Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:37:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:37:40.736Z||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.
2021-11-13T03:37:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:37:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:37:40.737Z||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.
2021-11-13T03:37:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:37:50.274Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:37:50.277Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:38:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:38:40.735Z||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.
2021-11-13T03:38:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:38:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:38:40.737Z||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.
2021-11-13T03:38:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:38:50.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:38:50.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:39:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:39:40.736Z||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.
2021-11-13T03:39:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:39:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:39:40.738Z||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.
2021-11-13T03:39:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:39:50.277Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:39:50.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:40:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:40:40.736Z||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.
2021-11-13T03:40:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:40:40.737Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:40:40.738Z||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.
2021-11-13T03:40:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:40:50.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:40:50.287Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:41:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:41:40.735Z||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.
2021-11-13T03:41:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:41:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:41:40.737Z||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.
2021-11-13T03:41:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:41:50.274Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:41:50.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:42:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:42:40.735Z||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.
2021-11-13T03:42:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:42:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:42:40.737Z||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.
2021-11-13T03:42:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:42:50.276Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:42:50.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:43:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:43:40.735Z||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.
2021-11-13T03:43:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:43:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:43:40.738Z||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.
2021-11-13T03:43:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:43:50.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:43:50.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:44:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:44:40.735Z||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.
2021-11-13T03:44:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:44:40.737Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:44:40.737Z||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.
2021-11-13T03:44:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:44:50.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:44:50.285Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:45:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:45:40.736Z||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.
2021-11-13T03:45:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:45:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:45:40.737Z||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.
2021-11-13T03:45:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:45:50.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:45:50.274Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:46:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:46:40.735Z||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.
2021-11-13T03:46:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:46:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:46:40.737Z||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.
2021-11-13T03:46:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:46:50.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:46:50.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:47:40.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:47:40.736Z||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.
2021-11-13T03:47:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:47:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:47:40.738Z||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.
2021-11-13T03:47:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:47:50.281Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:47:50.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:48:40.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:48:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:48:40.738Z||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.
2021-11-13T03:48:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:48:40.738Z||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.
2021-11-13T03:48:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:48:50.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:48:50.274Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:49:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:49:40.735Z||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.
2021-11-13T03:49:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:49:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:49:40.738Z||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.
2021-11-13T03:49:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:49:50.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:49:50.274Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:50:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:50:40.735Z||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.
2021-11-13T03:50:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:50:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:50:40.737Z||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.
2021-11-13T03:50:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:50:50.272Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:50:50.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:51:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:51:40.735Z||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.
2021-11-13T03:51:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:51:40.737Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:51:40.737Z||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.
2021-11-13T03:51:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:51:50.271Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:51:50.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:52:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:52:40.735Z||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.
2021-11-13T03:52:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:52:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:52:40.738Z||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.
2021-11-13T03:52:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:52:50.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:52:50.274Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:53:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:53:40.735Z||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.
2021-11-13T03:53:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:53:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:53:40.737Z||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.
2021-11-13T03:53:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:53:50.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:53:50.275Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:54:40.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:54:40.735Z||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.
2021-11-13T03:54:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:54:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:54:40.738Z||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.
2021-11-13T03:54:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:54:50.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:54:50.274Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:55:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:55:40.735Z||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.
2021-11-13T03:55:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:55:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:55:40.737Z||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.
2021-11-13T03:55:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:55:50.274Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:55:50.278Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:56:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:56:40.735Z||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.
2021-11-13T03:56:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:56:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:56:40.737Z||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.
2021-11-13T03:56:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:56:50.274Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:56:50.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:57:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:57:40.735Z||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.
2021-11-13T03:57:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:57:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:57:40.737Z||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.
2021-11-13T03:57:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:57:50.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:57:50.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:58:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:58:40.735Z||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.
2021-11-13T03:58:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:58:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:58:40.737Z||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.
2021-11-13T03:58:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:58:50.275Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:58:50.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:59:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:59:40.735Z||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.
2021-11-13T03:59:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:59:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:59:40.738Z||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.
2021-11-13T03:59:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T03:59:50.271Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T03:59:50.272Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:00:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:00:40.735Z||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.
2021-11-13T04:00:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:00:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:00:40.737Z||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.
2021-11-13T04:00:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:00:50.271Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:00:50.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:01:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:01:40.735Z||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.
2021-11-13T04:01:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:01:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:01:40.737Z||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.
2021-11-13T04:01:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:01:50.274Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:01:50.274Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:02:40.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:02:40.735Z||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.
2021-11-13T04:02:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:02:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:02:40.737Z||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.
2021-11-13T04:02:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:02:50.270Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:02:50.274Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:03:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:03:40.735Z||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.
2021-11-13T04:03:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:03:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:03:40.738Z||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.
2021-11-13T04:03:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:03:50.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:03:50.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:04:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:04:40.735Z||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.
2021-11-13T04:04:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:04:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:04:40.737Z||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.
2021-11-13T04:04:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:04:50.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:04:50.273Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:05:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:05:40.735Z||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.
2021-11-13T04:05:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:05:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:05:40.737Z||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.
2021-11-13T04:05:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:05:50.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:05:50.271Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:06:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:06:40.735Z||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.
2021-11-13T04:06:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:06:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:06:40.737Z||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.
2021-11-13T04:06:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:06:50.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:06:50.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:07:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:07:40.735Z||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.
2021-11-13T04:07:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:07:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:07:40.738Z||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.
2021-11-13T04:07:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:07:50.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:07:50.275Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:08:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:08:40.735Z||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.
2021-11-13T04:08:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:08:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:08:40.737Z||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.
2021-11-13T04:08:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:08:50.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:08:50.279Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:09:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:09:40.735Z||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.
2021-11-13T04:09:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:09:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:09:40.737Z||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.
2021-11-13T04:09:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:09:50.274Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:09:50.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:10:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:10:40.735Z||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.
2021-11-13T04:10:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:10:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:10:40.737Z||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.
2021-11-13T04:10:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:10:50.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:10:50.274Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:11:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:11:40.735Z||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.
2021-11-13T04:11:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:11:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:11:40.737Z||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.
2021-11-13T04:11:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:11:50.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:11:50.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:12:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:12:40.735Z||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.
2021-11-13T04:12:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:12:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:12:40.737Z||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.
2021-11-13T04:12:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:12:50.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:12:50.271Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:13:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:13:40.735Z||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.
2021-11-13T04:13:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:13:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:13:40.737Z||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.
2021-11-13T04:13:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:13:50.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:13:50.272Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:14:40.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:14:40.735Z||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.
2021-11-13T04:14:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:14:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:14:40.737Z||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.
2021-11-13T04:14:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:14:50.281Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:14:50.282Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:40.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:15:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:15:40.738Z||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.
2021-11-13T04:15:40.738Z||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.
2021-11-13T04:15:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:41.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:41.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:15:41.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f10ca982-c0a6-4152-b488-f7ff5fc3ae1e","serviceName":"vFW 2021-11-13 04-13-32","serviceVersion":"1.0","serviceUUID":"85d42b5a-875a-49b3-9f5e-64fba589ecec","serviceDescription":"catalog service description","serviceInvariantUUID":"a663ec6f-227b-4559-a403-84f2fb8ed408","resources":[{"resourceInstanceName":"vFW ffb90f70-5fba 0","resourceName":"vFW ffb90f70-5fba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc15b0a0-05b0-403f-978a-fe711269a78c","resourceInvariantUUID":"c1804b90-3a8f-4cfa-885b-94686e7470a5","resourceCustomizationUUID":"b2445520-d524-43ea-93e8-84955bd3f2bb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml","artifactChecksum":"ZDVjZWY1MjBlMTY5N2VjODVjMjM1NzRjMjRlMmY5ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c589c2ed-54b1-4e55-8a0c-94b243a7c657","artifactVersion":"1"},{"artifactName":"vfwffb90f705fba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json","artifactChecksum":"MzcwOGEzOTg0OTJhMzQ4NjNmZmYwNjkzOGYwMjUxY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dbfa79cf-ea4a-46fa-b560-a153446d67eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"76124bd0-1d68-49d2-b9c8-9a342c62c1ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI4OGQ5ODcwZmI3MjU5NTFmYzc2OGFlM2U2MmE3Y2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"96b54e01-f7af-4434-9a67-6dfc395613a2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20a3bd9b-ce37-40d9-9d22-94d0847980c8","artifactVersion":"2","generatedFromUUID":"76124bd0-1d68-49d2-b9c8-9a342c62c1ff"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211113041332-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml","artifactChecksum":"NzFiMDFiOTk4ZDI4MjMyOTJlMGNiZTZjY2NiZTQ0N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0310bf73-2ecd-4b69-97e4-53ec9e1ca56d","artifactVersion":"1"},{"artifactName":"service-Vfw20211113041332-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar","artifactChecksum":"OGQ4MDM0ZGUyOTVlZDE3NmJhODQ0NWU0ZDcyMzcxYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ee110f9-d40c-4a1c-a9e0-c384ab985de9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:15:41.745Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:41.750Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:41.759Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:41.759Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:15:41.859Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-13T04:15:41.862Z||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.
2021-11-13T04:15:41.862Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:41.870Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:41.871Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:42.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:42.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:15:42.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "dcae-sch",
"timestamp": 1636776938566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776933585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636776940872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "policy-id",
"timestamp": 1636776936664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:15:42.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:15:42.762Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:42.763Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:42.764Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:42.764Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "NOTIFIED"
}
2021-11-13T04:15:42.864Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:42.865Z||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.
2021-11-13T04:15:42.865Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:42.873Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:42.874Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:43.764Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:43.765Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:43.767Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:43.767Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-13T04:15:43.867Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:43.868Z||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.
2021-11-13T04:15:43.868Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:43.878Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:43.879Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:44.767Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:44.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:44.769Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:44.770Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:15:44.870Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:44.871Z||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.
2021-11-13T04:15:44.871Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:44.884Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:44.884Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:45.770Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:45.771Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:45.772Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:45.772Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-13T04:15:45.873Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:45.873Z||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.
2021-11-13T04:15:45.874Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:45.892Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:45.892Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:46.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:46.774Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:46.776Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:46.776Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:15:46.877Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:15:46.877Z||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.
2021-11-13T04:15:46.877Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:46.890Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:46.890Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:47.777Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:15:47.777Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:47.779Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:47.779Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:15:47.879Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:47.882Z||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.
2021-11-13T04:15:47.882Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:47.894Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:47.894Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:48.781Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"serviceName": "vFW 2021-11-13 04-13-32",
"serviceVersion": "1.0",
"serviceUUID": "85d42b5a-875a-49b3-9f5e-64fba589ecec",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a663ec6f-227b-4559-a403-84f2fb8ed408",
"resources": [
{
"resourceInstanceName": "vFW ffb90f70-5fba 0",
"resourceCustomizationUUID": "b2445520-d524-43ea-93e8-84955bd3f2bb",
"resourceName": "vFW ffb90f70-5fba",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dc15b0a0-05b0-403f-978a-fe711269a78c",
"resourceInvariantUUID": "c1804b90-3a8f-4cfa-885b-94686e7470a5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwffb90f705fba0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"artifactChecksum": "MzcwOGEzOTg0OTJhMzQ4NjNmZmYwNjkzOGYwMjUxY2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dbfa79cf-ea4a-46fa-b560-a153446d67eb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "76124bd0-1d68-49d2-b9c8-9a342c62c1ff",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "20a3bd9b-ce37-40d9-9d22-94d0847980c8",
"generatedFromUUID": "76124bd0-1d68-49d2-b9c8-9a342c62c1ff"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "20a3bd9b-ce37-40d9-9d22-94d0847980c8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211113041332-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"artifactChecksum": "OGQ4MDM0ZGUyOTVlZDE3NmJhODQ0NWU0ZDcyMzcxYzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2ee110f9-d40c-4a1c-a9e0-c384ab985de9"
}
],
"workloadContext": "Production"
}
2021-11-13T04:15:48.782Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:15:48.782Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85d42b5a-875a-49b3-9f5e-64fba589ecec ASDC
2021-11-13T04:15:48.844Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
ServiceName:vFW 2021-11-13 04-13-32
ServiceVersion:1.0
ServiceUUID:85d42b5a-875a-49b3-9f5e-64fba589ecec
ServiceInvariantUUID:a663ec6f-227b-4559-a403-84f2fb8ed408
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211113041332-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar
ArtifactUUID:2ee110f9-d40c-4a1c-a9e0-c384ab985de9
ArtifactChecksum:OGQ4MDM0ZGUyOTVlZDE3NmJhODQ0NWU0ZDcyMzcxYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ffb90f70-5fba 0
ResourceCustomizationUUID:b2445520-d524-43ea-93e8-84955bd3f2bb
ResourceInvariantUUID:c1804b90-3a8f-4cfa-885b-94686e7470a5
ResourceName:vFW ffb90f70-5fba
ResourceType:VF
ResourceUUID:dc15b0a0-05b0-403f-978a-fe711269a78c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwffb90f705fba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json
ArtifactUUID:dbfa79cf-ea4a-46fa-b560-a153446d67eb
ArtifactChecksum:MzcwOGEzOTg0OTJhMzQ4NjNmZmYwNjkzOGYwMjUxY2Q=
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/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml
ArtifactUUID:76124bd0-1d68-49d2-b9c8-9a342c62c1ff
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/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
ArtifactUUID:20a3bd9b-ce37-40d9-9d22-94d0847980c8
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/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
ArtifactUUID:20a3bd9b-ce37-40d9-9d22-94d0847980c8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-13T04:15:48.844Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85d42b5a-875a-49b3-9f5e-64fba589ecec 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 (?, ?, ?, ?, ?)
2021-11-13T04:15:48.996Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:15:48.996Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-13T04:15:48.997Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-13T04:15:48.997Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ee110f9-d40c-4a1c-a9e0-c384ab985de9 from URL: /sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:48.997Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-13T04:15:48.997Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:49.263Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-13T04:15:49.281Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar 2ee110f9-d40c-4a1c-a9e0-c384ab985de9 98934
2021-11-13T04:15:49.282Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar ASDC sendASDCNotification
2021-11-13T04:15:49.282Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:49.283Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:15:49.283Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:49.285Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:49.285Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776949281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:15:49.385Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:49.386Z||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.
2021-11-13T04:15:49.387Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:49.399Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:49.399Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:50.285Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:15:50.286Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-13T04:15:50.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2ee110f9-d40c-4a1c-a9e0-c384ab985de9, URL: /sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar to file: /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:50.288Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211113041332-csar.csar
2021-11-13T04:15:50.351Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:50.351Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:50.726Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13426143663177201379/Definitions/service-Vfw20211113041332-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-11-13T04:15:53.425Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:15:53.433Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-13T04:15:53.433Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.433Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-13T04:15:53.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.435Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.435Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.435Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.435Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ffb90f70-5fba 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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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-Vfw20211113041332-csar.csar
2021-11-13T04:15:53.436Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-13T04:15:53.443Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.445Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.448Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:53.448Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-13T04:15:53.449Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:15:53.454Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.455Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.457Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:15:53.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.461Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:15:53.462Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.462Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:53.462Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:53.462Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.462Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:53.463Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:53.463Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.463Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:53.463Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:53.463Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:15:53.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.465Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cef0c9b-0d07-4337-99b0-489e4ce71a84
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:15:53.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09cd3cdd-a8ea-4d83-876e-5d22a7b87599
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:53.468Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:53.469Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:15:53.470Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:15:53.470Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:53.470Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:53.470Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-13T04:15:53.470Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7b769b41-d5a6-4808-9b9e-5ddaeae825df
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.471Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.472Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:53.472Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:53.472Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-13 04-13-32
Description:catalog service description
Model UUID:85d42b5a-875a-49b3-9f5e-64fba589ecec
Model Version:NULL
Model InvariantUuid:a663ec6f-227b-4559-a403-84f2fb8ed408
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ffb90f70-5fba
Model UUID:2a8033f3-0dcd-4a5a-a19c-e161f5b71702
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c1804b90-3a8f-4cfa-885b-94686e7470a5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b2445520-d524-43ea-93e8-84955bd3f2bb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:417b0740-7849-4790-be49-08a378d840e1
ModelName:VfwFfb90f705fba..base_vfw..module-0
ModelUuid:d44c47c9-aed5-498b-accc-f58d89c98ee5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5cef0c9b-0d07-4337-99b0-489e4ce71a84
ModelInvariantUuid:f3f41d76-8aff-441d-8484-5221495bf248
ModelName:vFW ffb90f70-5fba-nodes.vfwCvfc
ModelUuid:20f10403-f26c-41a2-b1c8-08902bf54285
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b0274721-9e18-45b0-9467-ac103c29b6f5
ModelInvariantUuid:ee1388f0-bc33-49a9-8c66-68883d345deb
ModelName:VfwFfb90f705fba.compute.nodes.heat.vfw
ModelUuid:e1af242f-bcad-46e5-8dab-5f7c7bd86673
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:09cd3cdd-a8ea-4d83-876e-5d22a7b87599
ModelInvariantUuid:153c6192-8492-486f-b6da-85ea7da1e4b4
ModelName:vFW ffb90f70-5fba-nodes.vsnCvfc
ModelUuid:c1ed761b-e79e-4e10-9c1d-a0fd39f61114
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:aa22eaf3-3fe4-42a1-8de7-175eb1146ec5
ModelInvariantUuid:3f20adef-f17e-4bbe-8f52-7cdab6596b0c
ModelName:VfwFfb90f705fba.compute.nodes.heat.vsn
ModelUuid:dd3aa0c2-607a-4f98-b878-96728b36362b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7b769b41-d5a6-4808-9b9e-5ddaeae825df
ModelInvariantUuid:c2752ae1-7b95-47e8-8ca2-bfdb76f84e83
ModelName:vFW ffb90f70-5fba-nodes.vpgCvfc
ModelUuid:6155544f-a51e-4847-bbc2-cf8016890389
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0948953a-308b-4555-ad6e-da4d709c3dc2
ModelInvariantUuid:45d574ad-f8fd-4f57-962e-7f24282c40a9
ModelName:VfwFfb90f705fba.compute.nodes.heat.vpg
ModelUuid:7be87d29-d73e-4a78-98d7-6ed5684b08be
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=?
2021-11-13T04:15:53.493Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dc15b0a0-05b0-403f-978a-fe711269a78c
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=?
2021-11-13T04:15:53.583Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||vFW ffb90f70-5fba 0
2021-11-13T04:15:53.590Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dc15b0a0-05b0-403f-978a-fe711269a78c
2021-11-13T04:15:53.590Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dbfa79cf-ea4a-46fa-b560-a153446d67eb from URL: /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json
2021-11-13T04:15:53.590Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-13T04:15:53.590Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json
2021-11-13T04:15:53.760Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-13T04:15:53.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json dbfa79cf-ea4a-46fa-b560-a153446d67eb 785
2021-11-13T04:15:53.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json ASDC sendASDCNotification
2021-11-13T04:15:53.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json
2021-11-13T04:15:53.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:15:53.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:53.766Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:53.766Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776953762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:15:53.867Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:53.869Z||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.
2021-11-13T04:15:53.870Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:53.881Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:53.881Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:54.769Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFfb90f705fba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "417b0740-7849-4790-be49-08a378d840e1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d44c47c9-aed5-498b-accc-f58d89c98ee5",
"vfModuleModelCustomizationUUID": "a6bc93d6-9595-4e2d-8896-4cd724fe447e",
"isBase": true,
"artifacts": [
"76124bd0-1d68-49d2-b9c8-9a342c62c1ff",
"20a3bd9b-ce37-40d9-9d22-94d0847980c8"
],
"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": ""
}
}
]
2021-11-13T04:15:54.780Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFfb90f705fba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d44c47c9-aed5-498b-accc-f58d89c98ee5
VfModuleModelInvariantUUID:417b0740-7849-4790-be49-08a378d840e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
76124bd0-1d68-49d2-b9c8-9a342c62c1ff
,
20a3bd9b-ce37-40d9-9d22-94d0847980c8
}
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
}
2021-11-13T04:15:54.782Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFfb90f705fba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "417b0740-7849-4790-be49-08a378d840e1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d44c47c9-aed5-498b-accc-f58d89c98ee5",
"vfModuleModelCustomizationUUID": "a6bc93d6-9595-4e2d-8896-4cd724fe447e",
"isBase": true,
"artifacts": [
"76124bd0-1d68-49d2-b9c8-9a342c62c1ff",
"20a3bd9b-ce37-40d9-9d22-94d0847980c8"
],
"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": ""
}
}
]
2021-11-13T04:15:54.782Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFfb90f705fba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d44c47c9-aed5-498b-accc-f58d89c98ee5
VfModuleModelInvariantUUID:417b0740-7849-4790-be49-08a378d840e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
76124bd0-1d68-49d2-b9c8-9a342c62c1ff
,
20a3bd9b-ce37-40d9-9d22-94d0847980c8
}
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
}
2021-11-13T04:15:54.782Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 76124bd0-1d68-49d2-b9c8-9a342c62c1ff from URL: /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml
2021-11-13T04:15:54.782Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-13T04:15:54.782Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml
2021-11-13T04:15:54.965Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-13T04:15:54.966Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml 76124bd0-1d68-49d2-b9c8-9a342c62c1ff 20368
2021-11-13T04:15:54.966Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-13T04:15:54.966Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml
2021-11-13T04:15:54.967Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:15:54.967Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:54.969Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:54.969Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776954966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:15:55.069Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:55.070Z||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.
2021-11-13T04:15:55.070Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:55.082Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:55.082Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:55.969Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 20a3bd9b-ce37-40d9-9d22-94d0847980c8 from URL: /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
2021-11-13T04:15:55.970Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-13T04:15:55.970Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
2021-11-13T04:15:56.084Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-13T04:15:56.085Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env 20a3bd9b-ce37-40d9-9d22-94d0847980c8 2098
2021-11-13T04:15:56.085Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-13T04:15:56.085Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
2021-11-13T04:15:56.085Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:15:56.086Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:56.088Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:56.088Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776956085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:15:56.188Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:56.189Z||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.
2021-11-13T04:15:56.189Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:56.199Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:56.200Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:57.088Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 85d42b5a-875a-49b3-9f5e-64fba589ecec
2021-11-13T04:15:57.089Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ffb90f70-5fba 0 dc15b0a0-05b0-403f-978a-fe711269a78c 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=?
2021-11-13T04:15:57.116Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76879e3d, org.onap.sdc.toscaparser.api.parameters.Input@4a93a1f1, org.onap.sdc.toscaparser.api.parameters.Input@4f6286a8, org.onap.sdc.toscaparser.api.parameters.Input@6fe1f887, org.onap.sdc.toscaparser.api.parameters.Input@255df530]
2021-11-13T04:15:57.118Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.118Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.119Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-11-13T04:15:57.119Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b2445520-d524-43ea-93e8-84955bd3f2bb
2021-11-13T04:15:57.119Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2445520-d524-43ea-93e8-84955bd3f2bb matches Tosca VF Customization UUID: b2445520-d524-43ea-93e8-84955bd3f2bb
2021-11-13T04:15:57.119Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b2445520-d524-43ea-93e8-84955bd3f2bb 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=?
2021-11-13T04:15:57.124Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.124Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.125Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b2445520-d524-43ea-93e8-84955bd3f2bb: {\"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\"}
2021-11-13T04:15:57.125Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58add5fd
2021-11-13T04:15:57.125Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.125Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:15:57.126Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a6bc93d6-9595-4e2d-8896-4cd724fe447e
2021-11-13T04:15:57.126Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a6bc93d6-9595-4e2d-8896-4cd724fe447e
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=?
2021-11-13T04:15:57.130Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.131Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.131Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:57.131Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.131Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.131Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:15:57.132Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.133Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cef0c9b-0d07-4337-99b0-489e4ce71a84
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=?
2021-11-13T04:15:57.140Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.140Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.141Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.142Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09cd3cdd-a8ea-4d83-876e-5d22a7b87599
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=?
2021-11-13T04:15:57.144Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.144Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.144Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:57.146Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.146Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is not matching search criteria
2021-11-13T04:15:57.146Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:15:57.146Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:15:57.147Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:15:57.148Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-13T04:15:57.148Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7b769b41-d5a6-4808-9b9e-5ddaeae825df
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=?
2021-11-13T04:15:57.149Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.149Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.150Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:15:57.150Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.150Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Node template vFW ffb90f70-5fba 0 is matching search criteria
2021-11-13T04:15:57.150Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ffb90f70-5fba 0] matching following query criteria: sdcType=VF, customizationUUID=b2445520-d524-43ea-93e8-84955bd3f2bb
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=?
2021-11-13T04:15:57.151Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.151Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 85d42b5a-875a-49b3-9f5e-64fba589ecec: vFW ffb90f70-5fba
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.152Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.153Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.153Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:15:57.153Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-13 04-13-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:15:57.153Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-13 04-13-32
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 (?, ?, ?, ?, ?)
2021-11-13T04:15:57.420Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ffb90f70-5fba dc15b0a0-05b0-403f-978a-fe711269a78c 1 ASDC deployResourceStructure
2021-11-13T04:15:57.420Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json ASDC sendASDCNotification
2021-11-13T04:15:57.420Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json
2021-11-13T04:15:57.420Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:15:57.420Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:57.422Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:57.422Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776957420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-13T04:15:57.522Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:57.523Z||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.
2021-11-13T04:15:57.524Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:57.535Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:57.535Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:58.428Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-13T04:15:58.428Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml
2021-11-13T04:15:58.428Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:15:58.429Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:58.432Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:58.432Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776958428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-13T04:15:58.532Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:58.533Z||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.
2021-11-13T04:15:58.534Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:58.547Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:58.548Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:15:59.433Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-13T04:15:59.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env
2021-11-13T04:15:59.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:15:59.434Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:15:59.437Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:15:59.437Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776959433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-13T04:15:59.537Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:15:59.538Z||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.
2021-11-13T04:15:59.538Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:15:59.549Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:15:59.550Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:16:00.438Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar ASDC sendASDCNotification
2021-11-13T04:16:00.439Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar
2021-11-13T04:16:00.439Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:16:00.439Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:16:00.442Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:16:00.442Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776960438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:16:00.542Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:16:00.543Z||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.
2021-11-13T04:16:00.544Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:16:00.554Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:16:00.555Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:16:01.444Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
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=?
2021-11-13T04:16:01.464Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
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=?
2021-11-13T04:16:01.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:16:01.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:16:01.466Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:16:31.467Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
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=?
2021-11-13T04:16:31.479Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
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=?
2021-11-13T04:16:31.481Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:16:31.482Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:16:31.482Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:16:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:16:40.738Z||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.
2021-11-13T04:16:40.739Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:16:40.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:16:40.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:16:40.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776933585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "NOTIFIED"
}
2021-11-13T04:16:40.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:01.482Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
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=?
2021-11-13T04:17:01.490Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
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=?
2021-11-13T04:17:01.492Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:17:01.492Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:17:01.492Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:17:31.492Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
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=?
2021-11-13T04:17:31.501Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
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=?
2021-11-13T04:17:31.503Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:17:31.503Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:17:31.503Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:17:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:17:40.738Z||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.
2021-11-13T04:17:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:17:41.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:17:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "dcae-sch",
"timestamp": 1636776938566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636776940872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "policy-id",
"timestamp": 1636776936664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776933585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "cds",
"timestamp": 1636776943099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "dcae-sch",
"timestamp": 1636776938566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636776940872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "policy-id",
"timestamp": 1636776936664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "cds",
"timestamp": 1636776943099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776933585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "dcae-sch",
"timestamp": 1636776938566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636776940872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "policy-id",
"timestamp": 1636776936664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "cds",
"timestamp": 1636776943099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776933585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "dcae-sch",
"timestamp": 1636776938566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636776940872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "policy-id",
"timestamp": 1636776936664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "cds",
"timestamp": 1636776943099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776933585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "dcae-sch",
"timestamp": 1636776938566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636776940872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "policy-id",
"timestamp": 1636776936664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "cds",
"timestamp": 1636776943099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776933585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "dcae-sch",
"timestamp": 1636776938566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776940734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636776940872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "policy-id",
"timestamp": 1636776936664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "cds",
"timestamp": 1636776943099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776948983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "policy-id",
"timestamp": 1636776949000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636776949084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776949281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636776948663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "cds",
"timestamp": 1636776943099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "policy-id",
"timestamp": 1636776950008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "aai-ml",
"timestamp": 1636776949561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776950255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636776948663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "cds",
"timestamp": 1636776950981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "policy-id",
"timestamp": 1636776951011,
"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=?
2021-11-13T04:17:41.289Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.290Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e 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 (?, ?, ?, ?, ?)
2021-11-13T04:17:41.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "aai-ml",
"timestamp": 1636776949561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636776948663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776951382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "cds",
"timestamp": 1636776951998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-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=?
2021-11-13T04:17:41.304Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.304Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e 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 (?, ?, ?, ?, ?)
2021-11-13T04:17:41.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "aai-ml",
"timestamp": 1636776949561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636776948663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "aai-ml",
"timestamp": 1636776949561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636776948663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636776953393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776953395,
"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=?
2021-11-13T04:17:41.321Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.322Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e 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=?
2021-11-13T04:17:41.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776953762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "aai-ml",
"timestamp": 1636776949561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636776948663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636776954399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636776954398,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:17:41.337Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.337Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:17:41.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776954966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "aai-ml",
"timestamp": 1636776949561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636776948663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776956085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "aai-ml",
"timestamp": 1636776949561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776957420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "clamp",
"timestamp": 1636776956870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "aai-ml",
"timestamp": 1636776957525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776958428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "clamp",
"timestamp": 1636776956870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vfwffb90f705fba0_modules.json",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776959433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "clamp",
"timestamp": 1636776956870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636776960438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "clamp",
"timestamp": 1636776956870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "clamp",
"timestamp": 1636776956870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/resourceInstances/vfwffb90f705fba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "clamp",
"timestamp": 1636776956870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "clamp",
"timestamp": 1636776956870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "aai-ml",
"timestamp": 1636776968866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:17:41.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "aai-ml",
"timestamp": 1636776969871,
"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=?
2021-11-13T04:17:41.358Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.358Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e 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 (?, ?, ?, ?, ?)
2021-11-13T04:17:41.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "clamp",
"timestamp": 1636776980470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:17:41.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "clamp",
"timestamp": 1636776982476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211113041332/1.0/artifacts/service-Vfw20211113041332-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:17:41.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:17:41.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:17:41.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "clamp",
"timestamp": 1636776983479,
"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=?
2021-11-13T04:17:41.373Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
2021-11-13T04:17:41.373Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10ca982-c0a6-4152-b488-f7ff5fc3ae1e 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 (?, ?, ?, ?, ?)
2021-11-13T04:18:01.503Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
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=?
2021-11-13T04:18:01.516Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e
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=?
2021-11-13T04:18:01.519Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:18:01.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:18:01.526Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:18:31.526Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e 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=?
2021-11-13T04:18:31.536Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and serviceModelVersionId: 85d42b5a-875a-49b3-9f5e-64fba589ecec
2021-11-13T04:18:31.536Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a663ec6f-227b-4559-a403-84f2fb8ed408
2021-11-13T04:18:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:18:40.738Z||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.
2021-11-13T04:18:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:18:42.098Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0
2021-11-13T04:18:42.199Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:18:42.577Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0|INFO|500||Invoke
2021-11-13T04:18:42.582Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f10ca982-c0a6-4152-b488-f7ff5fc3ae1e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e07138d-c1c5-4f4a-8bf3-eb2534ea1c10], X-ECOMP-RequestID=[f10ca982-c0a6-4152-b488-f7ff5fc3ae1e], X-TransactionId=[], X-ONAP-RequestID=[f10ca982-c0a6-4152-b488-f7ff5fc3ae1e], Content-Type=[application/merge-patch+json]}
2021-11-13T04:18:42.684Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-13T04:18:42.834Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?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/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211113-04:18:42:689-16252], vertex-id=[180440], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:18:42 GMT], Content-Type=[application/json]}
2021-11-13T04:18:42.836Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:18:42.836Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a663ec6f-227b-4559-a403-84f2fb8ed408/model-vers/model-ver/85d42b5a-875a-49b3-9f5e-64fba589ecec?depth=0|INFO|500||InvokeReturn
2021-11-13T04:18:42.839Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:18:42.839Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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=?
2021-11-13T04:18:42.844Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||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)
2021-11-13T04:18:42.848Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f10ca982-c0a6-4152-b488-f7ff5fc3ae1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:18:42.849Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:18:42.849Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:18:42.850Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:18:42.850Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777122848,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:18:42.951Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:18:42.951Z||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.
2021-11-13T04:18:42.951Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:18:42.962Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:18:42.963Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:18:43.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:18:43.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-13T04:18:43.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10ca982-c0a6-4152-b488-f7ff5fc3ae1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777122848,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:18:43.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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=?
2021-11-13T04:18:43.867Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:18:43.867Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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.
2021-11-13T04:18:43.867Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:18:54.458Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:18:54.459Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:18:54.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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.
2021-11-13T04:18:54.460Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:19:03.990Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:19:03.991Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:19:03.992Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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.
2021-11-13T04:19:03.992Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:19:13.520Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:19:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:19:40.735Z||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.
2021-11-13T04:19:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:19:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:19:40.739Z||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.
2021-11-13T04:19:40.739Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:19:50.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:19:50.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:20:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:20:40.735Z||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.
2021-11-13T04:20:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:20:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:20:40.738Z||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.
2021-11-13T04:20:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:20:50.274Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:20:50.274Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:40.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:21:40.736Z||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.
2021-11-13T04:21:40.736Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:21:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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.
2021-11-13T04:21:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:41.039Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:41.040Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.040Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777293585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.040Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "policy-id",
"timestamp": 1636777296665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "dcae-sch",
"timestamp": 1636777298567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777293585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "NOTIFIED"
}
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.041Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "policy-id",
"timestamp": 1636777296665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.042Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:21:41.042Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.042Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "dcae-sch",
"timestamp": 1636777298567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.042Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:21:41.359Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:41.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-13T04:21:41.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2dc68c79-bd1d-4354-8f61-51e5b56610d8","serviceName":"basic_onboard_kwpRZT","serviceVersion":"1.0","serviceUUID":"7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41","serviceDescription":"service","serviceInvariantUUID":"de9f98ec-5aba-4f15-b5f9-72c808c12668","resources":[{"resourceInstanceName":"basic_onboard_kwpRZT 0","resourceName":"basic_onboard_kwpRZT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748","resourceInvariantUUID":"d9ac3aa0-63ee-4dc9-92d7-3002f0a9486f","resourceCustomizationUUID":"7ac6dbb6-2aa3-4325-af10-12867bd57b3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml","artifactChecksum":"ZDFiM2Q3M2VhZjZmNzM1MGNmYTgxMTBiODRjZTI0YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"829923a1-8097-4d99-8853-646c2a5708be","artifactVersion":"1"},{"artifactName":"basic_onboard_kwprzt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json","artifactChecksum":"MzA5MmRhOWYzZTgyNGQxN2EyMzVkNGViNmEyZDJmOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58a92f35-a81e-42a2-88c0-20d84aeb6c26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4ded18a3-b183-48ba-b854-325361fb877b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a54cc04c-c89a-4481-9824-fd8f3814946f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"870c7ec9-7b79-4044-b76d-d455b9d2a27f","artifactVersion":"2","generatedFromUUID":"4ded18a3-b183-48ba-b854-325361fb877b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKwprzt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml","artifactChecksum":"YzIxMWNlNDA2MDMzNDgwYWNlMmFjODUzZTBjYjRkNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea119a2f-9f6a-4531-9e8e-008748813d43","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKwprzt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar","artifactChecksum":"ZjdkMGJmNWFmMTdmMzY0ZWNjOGFkYzI2MTMwZjkzNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2cc3ad3c-63ce-484d-bdda-5c20366ff44d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:21:41.366Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:41.366Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:41.370Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:41.370Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:21:41.470Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:41.471Z||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.
2021-11-13T04:21:41.471Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:41.483Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:41.483Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:42.371Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:42.372Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:42.375Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:42.375Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "NOTIFIED"
}
2021-11-13T04:21:42.475Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:42.476Z||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.
2021-11-13T04:21:42.476Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:42.487Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:42.487Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:43.376Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:43.377Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:43.379Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:43.379Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-13T04:21:43.479Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:43.480Z||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.
2021-11-13T04:21:43.480Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:43.491Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:43.492Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:44.380Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:44.381Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:44.384Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:44.384Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:21:44.485Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:21:44.486Z||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.
2021-11-13T04:21:44.486Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:44.496Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:44.497Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:45.385Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:45.387Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:45.389Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:45.389Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-13T04:21:45.489Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:45.490Z||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.
2021-11-13T04:21:45.490Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:45.502Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:45.502Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:46.390Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:46.390Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:46.392Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:46.392Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:21:46.492Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:46.493Z||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.
2021-11-13T04:21:46.494Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:46.508Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:46.508Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:47.392Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:21:47.393Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:47.395Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:47.395Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:21:47.496Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:21:47.496Z||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.
2021-11-13T04:21:47.497Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:47.508Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:47.509Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:48.398Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"serviceName": "basic_onboard_kwpRZT",
"serviceVersion": "1.0",
"serviceUUID": "7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41",
"serviceDescription": "service",
"serviceInvariantUUID": "de9f98ec-5aba-4f15-b5f9-72c808c12668",
"resources": [
{
"resourceInstanceName": "basic_onboard_kwpRZT 0",
"resourceCustomizationUUID": "7ac6dbb6-2aa3-4325-af10-12867bd57b3e",
"resourceName": "basic_onboard_kwpRZT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748",
"resourceInvariantUUID": "d9ac3aa0-63ee-4dc9-92d7-3002f0a9486f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_kwprzt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"artifactChecksum": "MzA5MmRhOWYzZTgyNGQxN2EyMzVkNGViNmEyZDJmOGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "58a92f35-a81e-42a2-88c0-20d84aeb6c26",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4ded18a3-b183-48ba-b854-325361fb877b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "870c7ec9-7b79-4044-b76d-d455b9d2a27f",
"generatedFromUUID": "4ded18a3-b183-48ba-b854-325361fb877b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "870c7ec9-7b79-4044-b76d-d455b9d2a27f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKwprzt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"artifactChecksum": "ZjdkMGJmNWFmMTdmMzY0ZWNjOGFkYzI2MTMwZjkzNjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2cc3ad3c-63ce-484d-bdda-5c20366ff44d"
}
],
"workloadContext": "Production"
}
2021-11-13T04:21:48.398Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:21:48.399Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41 ASDC
2021-11-13T04:21:48.399Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2dc68c79-bd1d-4354-8f61-51e5b56610d8
ServiceName:basic_onboard_kwpRZT
ServiceVersion:1.0
ServiceUUID:7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41
ServiceInvariantUUID:de9f98ec-5aba-4f15-b5f9-72c808c12668
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKwprzt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar
ArtifactUUID:2cc3ad3c-63ce-484d-bdda-5c20366ff44d
ArtifactChecksum:ZjdkMGJmNWFmMTdmMzY0ZWNjOGFkYzI2MTMwZjkzNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kwpRZT 0
ResourceCustomizationUUID:7ac6dbb6-2aa3-4325-af10-12867bd57b3e
ResourceInvariantUUID:d9ac3aa0-63ee-4dc9-92d7-3002f0a9486f
ResourceName:basic_onboard_kwpRZT
ResourceType:VF
ResourceUUID:6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kwprzt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json
ArtifactUUID:58a92f35-a81e-42a2-88c0-20d84aeb6c26
ArtifactChecksum:MzA5MmRhOWYzZTgyNGQxN2EyMzVkNGViNmEyZDJmOGQ=
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/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4ded18a3-b183-48ba-b854-325361fb877b
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/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
ArtifactUUID:870c7ec9-7b79-4044-b76d-d455b9d2a27f
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/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
ArtifactUUID:870c7ec9-7b79-4044-b76d-d455b9d2a27f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-13T04:21:48.399Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41 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 (?, ?, ?, ?, ?)
2021-11-13T04:21:48.444Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:21:48.445Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-13T04:21:48.446Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-13T04:21:48.446Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2cc3ad3c-63ce-484d-bdda-5c20366ff44d from URL: /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:48.446Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:21:48.446Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:48.571Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:21:48.573Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar 2cc3ad3c-63ce-484d-bdda-5c20366ff44d 71558
2021-11-13T04:21:48.574Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar ASDC sendASDCNotification
2021-11-13T04:21:48.574Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:48.574Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:21:48.574Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:48.576Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:48.576Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777308573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:21:48.676Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:48.676Z||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.
2021-11-13T04:21:48.676Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:48.686Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:48.686Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:49.576Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:21:49.577Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-13T04:21:49.577Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2cc3ad3c-63ce-484d-bdda-5c20366ff44d, URL: /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar to file: /app/ASDC/1/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:49.578Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:49.578Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:49.578Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:49.682Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7253394027160248926/Definitions/service-BasicOnboardKwprzt-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
2021-11-13T04:21:50.648Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:21:50.654Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-13T04:21:50.655Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.655Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-13T04:21:50.655Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.655Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kwpRZT 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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.657Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.657Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:50.657Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-13T04:21:50.657Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.658Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.658Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:50.659Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-13T04:21:50.659Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:21:50.659Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.659Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.660Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:50.660Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-13T04:21:50.660Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:21:50.661Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.661Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.661Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is not matching search criteria
2021-11-13T04:21:50.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-13T04:21:50.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-13T04:21:50.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-13T04:21:50.663Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:21:50.663Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:21:50.663Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.664Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:21:50.664Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.665Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:50.665Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:50.666Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.667Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:50.667Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:50.667Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.667Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:50.667Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:50.668Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.668Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is not matching search criteria
2021-11-13T04:21:50.668Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-13T04:21:50.668Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:21:50.668Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b429864-61d4-4700-9ea9-d3fd521b4eb0
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.669Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:50.670Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:50.670Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_kwpRZT
Description:service
Model UUID:7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41
Model Version:NULL
Model InvariantUuid:de9f98ec-5aba-4f15-b5f9-72c808c12668
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_kwpRZT
Model UUID:a4964818-e268-4c70-aef4-0bc70ea4673c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d9ac3aa0-63ee-4dc9-92d7-3002f0a9486f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7ac6dbb6-2aa3-4325-af10-12867bd57b3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d23d855c-d077-4894-9675-35cfd352ad3c
ModelName:BasicOnboardKwprzt..base_ubuntu18..module-0
ModelUuid:7b8ca819-80b8-4d69-b6f9-263ed91cbb3b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2b429864-61d4-4700-9ea9-d3fd521b4eb0
ModelInvariantUuid:a8038d2e-9972-48ca-b67e-057c598d15ae
ModelName:basic_onboard_kwpRZT-nodes.ubuntu18Cvfc
ModelUuid:86c3c7eb-3c82-442d-b4df-9bdee257a3a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c98b1273-62a7-4566-bc1d-e746fe991378
ModelInvariantUuid:1897829c-5552-40ba-b3c0-8ab9cf413f9c
ModelName:BasicOnboardKwprzt.compute.nodes.heat.ubuntu18
ModelUuid:1bd37e68-0cfd-440e-ae2c-8116fefba727
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=?
2021-11-13T04:21:50.675Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748
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=?
2021-11-13T04:21:50.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||basic_onboard_kwpRZT 0
2021-11-13T04:21:50.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748
2021-11-13T04:21:50.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 58a92f35-a81e-42a2-88c0-20d84aeb6c26 from URL: /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json
2021-11-13T04:21:50.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:21:50.679Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json
2021-11-13T04:21:50.853Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:21:50.854Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json 58a92f35-a81e-42a2-88c0-20d84aeb6c26 798
2021-11-13T04:21:50.854Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json ASDC sendASDCNotification
2021-11-13T04:21:50.854Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json
2021-11-13T04:21:50.854Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:21:50.854Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:50.856Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:50.856Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777310854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:21:50.957Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:21:50.958Z||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.
2021-11-13T04:21:50.958Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:50.968Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:50.969Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:51.857Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKwprzt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d23d855c-d077-4894-9675-35cfd352ad3c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7b8ca819-80b8-4d69-b6f9-263ed91cbb3b",
"vfModuleModelCustomizationUUID": "baafbd3b-6af3-4dc9-a2e9-3119300eddc1",
"isBase": true,
"artifacts": [
"4ded18a3-b183-48ba-b854-325361fb877b",
"870c7ec9-7b79-4044-b76d-d455b9d2a27f"
],
"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": ""
}
}
]
2021-11-13T04:21:51.862Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKwprzt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b8ca819-80b8-4d69-b6f9-263ed91cbb3b
VfModuleModelInvariantUUID:d23d855c-d077-4894-9675-35cfd352ad3c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ded18a3-b183-48ba-b854-325361fb877b
,
870c7ec9-7b79-4044-b76d-d455b9d2a27f
}
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
}
2021-11-13T04:21:51.865Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKwprzt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d23d855c-d077-4894-9675-35cfd352ad3c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7b8ca819-80b8-4d69-b6f9-263ed91cbb3b",
"vfModuleModelCustomizationUUID": "baafbd3b-6af3-4dc9-a2e9-3119300eddc1",
"isBase": true,
"artifacts": [
"4ded18a3-b183-48ba-b854-325361fb877b",
"870c7ec9-7b79-4044-b76d-d455b9d2a27f"
],
"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": ""
}
}
]
2021-11-13T04:21:51.865Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKwprzt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b8ca819-80b8-4d69-b6f9-263ed91cbb3b
VfModuleModelInvariantUUID:d23d855c-d077-4894-9675-35cfd352ad3c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ded18a3-b183-48ba-b854-325361fb877b
,
870c7ec9-7b79-4044-b76d-d455b9d2a27f
}
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
}
2021-11-13T04:21:51.865Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4ded18a3-b183-48ba-b854-325361fb877b from URL: /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml
2021-11-13T04:21:51.865Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:21:51.865Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml
2021-11-13T04:21:51.972Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:21:51.973Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml 4ded18a3-b183-48ba-b854-325361fb877b 5033
2021-11-13T04:21:51.973Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-13T04:21:51.973Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml
2021-11-13T04:21:51.973Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:21:51.973Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:51.976Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:51.976Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777311973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:21:52.076Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:52.077Z||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.
2021-11-13T04:21:52.077Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:52.088Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:52.089Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:52.977Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 870c7ec9-7b79-4044-b76d-d455b9d2a27f from URL: /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
2021-11-13T04:21:52.978Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:21:52.978Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
2021-11-13T04:21:53.075Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:21:53.076Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env 870c7ec9-7b79-4044-b76d-d455b9d2a27f 909
2021-11-13T04:21:53.076Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-13T04:21:53.076Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
2021-11-13T04:21:53.076Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:21:53.076Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:53.079Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:53.079Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777313076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:21:53.179Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:53.180Z||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.
2021-11-13T04:21:53.181Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:53.194Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:53.194Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:54.080Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41
2021-11-13T04:21:54.080Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kwpRZT 0 6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748 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=?
2021-11-13T04:21:54.094Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c141557, org.onap.sdc.toscaparser.api.parameters.Input@413b9ccb, org.onap.sdc.toscaparser.api.parameters.Input@96e2d9d, org.onap.sdc.toscaparser.api.parameters.Input@6bc13a47, org.onap.sdc.toscaparser.api.parameters.Input@574334c5]
2021-11-13T04:21:54.095Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.096Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.096Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-11-13T04:21:54.096Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7ac6dbb6-2aa3-4325-af10-12867bd57b3e
2021-11-13T04:21:54.096Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ac6dbb6-2aa3-4325-af10-12867bd57b3e matches Tosca VF Customization UUID: 7ac6dbb6-2aa3-4325-af10-12867bd57b3e
2021-11-13T04:21:54.096Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7ac6dbb6-2aa3-4325-af10-12867bd57b3e 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=?
2021-11-13T04:21:54.098Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.098Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7ac6dbb6-2aa3-4325-af10-12867bd57b3e: {\"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\"}
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5008fe20
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : baafbd3b-6af3-4dc9-a2e9-3119300eddc1
2021-11-13T04:21:54.099Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID baafbd3b-6af3-4dc9-a2e9-3119300eddc1
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=?
2021-11-13T04:21:54.101Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.101Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is not matching search criteria
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:21:54.102Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b429864-61d4-4700-9ea9-d3fd521b4eb0
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=?
2021-11-13T04:21:54.104Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.104Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:54.104Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:21:54.104Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.105Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kwpRZT 0 is matching search criteria
2021-11-13T04:21:54.105Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kwpRZT 0] matching following query criteria: sdcType=VF, customizationUUID=7ac6dbb6-2aa3-4325-af10-12867bd57b3e
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=?
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41: basic_onboard_kwpRZT
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.106Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kwpRZT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:21:54.107Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_kwpRZT
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 (?, ?, ?, ?, ?)
2021-11-13T04:21:54.168Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kwpRZT 6e5dc9d0-d1e9-4a77-9cfe-9fa0de06f748 1 ASDC deployResourceStructure
2021-11-13T04:21:54.168Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json ASDC sendASDCNotification
2021-11-13T04:21:54.168Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json
2021-11-13T04:21:54.168Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:21:54.169Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:54.170Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:54.170Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777314168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-13T04:21:54.271Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:21:54.272Z||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.
2021-11-13T04:21:54.272Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:54.283Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:54.284Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:55.171Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-13T04:21:55.171Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml
2021-11-13T04:21:55.171Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:21:55.172Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:55.173Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:55.174Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777315171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-13T04:21:55.274Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:55.275Z||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.
2021-11-13T04:21:55.275Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:55.285Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:55.285Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:56.175Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-13T04:21:56.175Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env
2021-11-13T04:21:56.175Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:21:56.176Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:56.178Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:56.179Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777316175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-13T04:21:56.279Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:21:56.279Z||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.
2021-11-13T04:21:56.280Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:56.291Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:56.292Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:57.179Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar ASDC sendASDCNotification
2021-11-13T04:21:57.180Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar
2021-11-13T04:21:57.180Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:21:57.180Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:21:57.183Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:21:57.183Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777317179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:21:57.282Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:21:57.283Z||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.
2021-11-13T04:21:57.283Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:21:57.295Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:21:57.295Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:21:58.184Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:21:58.198Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:21:58.201Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:21:58.201Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:21:58.201Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:22:28.201Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:22:28.212Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:22:28.214Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:22:28.214Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:22:28.215Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:22:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:22:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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.
2021-11-13T04:22:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:22:40.760Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:22:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:22:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777293585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-13T04:22:40.761Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:22:58.215Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:22:58.226Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:22:58.228Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:22:58.228Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:22:58.229Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:23:28.229Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:23:28.242Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:23:28.245Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:23:28.245Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:23:28.245Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:23:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:23:40.738Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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.
2021-11-13T04:23:40.738Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:23:40.762Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:23:40.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:23:40.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "policy-id",
"timestamp": 1636777296665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-13T04:23:40.763Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:23:58.245Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:23:58.254Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:23:58.255Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:23:58.256Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:23:58.256Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:24:28.256Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:24:28.269Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:24:28.272Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:24:28.272Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:24:28.273Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:24:40.737Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:24:40.738Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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.
2021-11-13T04:24:40.738Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:24:41.263Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:24:41.265Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.266Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "dcae-sch",
"timestamp": 1636777298567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.266Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.266Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.266Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777300871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777293585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "policy-id",
"timestamp": 1636777296665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "dcae-sch",
"timestamp": 1636777298567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.267Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777300871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777293585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "policy-id",
"timestamp": 1636777296665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "dcae-sch",
"timestamp": 1636777298567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777300871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "cds",
"timestamp": 1636777303099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.268Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777293585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "policy-id",
"timestamp": 1636777296665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "dcae-sch",
"timestamp": 1636777298567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777300871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "cds",
"timestamp": 1636777303099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777293585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.269Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "policy-id",
"timestamp": 1636777296665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "dcae-sch",
"timestamp": 1636777298567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777300871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "cds",
"timestamp": 1636777303099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777306013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.270Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "policy-id",
"timestamp": 1636777306016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777300871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "cds",
"timestamp": 1636777303099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "policy-id",
"timestamp": 1636777307020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777307066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777300734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777300871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.271Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "cds",
"timestamp": 1636777303099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.272Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.272Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.272Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "policy-id",
"timestamp": 1636777308023,
"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=?
2021-11-13T04:24:41.277Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.278Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 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 (?, ?, ?, ?, ?)
2021-11-13T04:24:41.286Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777308175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777308573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777308664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "cds",
"timestamp": 1636777303099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.287Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777309191,
"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=?
2021-11-13T04:24:41.292Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.292Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 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=?
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1636777308663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "cds",
"timestamp": 1636777303099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "aai-ml",
"timestamp": 1636777309561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777310193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.299Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1636777308663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777310571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777310854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "cds",
"timestamp": 1636777310963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "aai-ml",
"timestamp": 1636777309561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1636777308663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.300Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777311574,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:24:41.305Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.305Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:24:41.313Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.313Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "cds",
"timestamp": 1636777311968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-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=?
2021-11-13T04:24:41.318Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.319Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 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 (?, ?, ?, ?, ?)
2021-11-13T04:24:41.330Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.330Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777311973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "aai-ml",
"timestamp": 1636777309561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1636777308663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.331Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777313076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "aai-ml",
"timestamp": 1636777309561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1636777308663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.332Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777314168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "aai-ml",
"timestamp": 1636777309561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1636777308663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.333Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777315171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "aai-ml",
"timestamp": 1636777309561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1636777308663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.334Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777316175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "aai-ml",
"timestamp": 1636777309561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777317179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:24:41.335Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "aai-ml",
"timestamp": 1636777317365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "clamp",
"timestamp": 1636777316870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "clamp",
"timestamp": 1636777316870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/basic_onboard_kwprzt0_modules.json",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.336Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "clamp",
"timestamp": 1636777316870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "clamp",
"timestamp": 1636777316870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.337Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "clamp",
"timestamp": 1636777316870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/resourceInstances/basic_onboard_kwprzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "clamp",
"timestamp": 1636777316870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "aai-ml",
"timestamp": 1636777323152,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "clamp",
"timestamp": 1636777316870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-13T04:24:41.338Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.339Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "aai-ml",
"timestamp": 1636777324156,
"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=?
2021-11-13T04:24:41.344Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.344Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 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 (?, ?, ?, ?, ?)
2021-11-13T04:24:41.353Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.353Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "clamp",
"timestamp": 1636777328513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:24:41.353Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.354Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.354Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "clamp",
"timestamp": 1636777330520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwprzt/1.0/artifacts/service-BasicOnboardKwprzt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:24:41.354Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:24:41.354Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:24:41.354Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "clamp",
"timestamp": 1636777331522,
"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=?
2021-11-13T04:24:41.359Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2dc68c79-bd1d-4354-8f61-51e5b56610d8
2021-11-13T04:24:41.359Z|f10ca982-c0a6-4152-b488-f7ff5fc3ae1e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc68c79-bd1d-4354-8f61-51e5b56610d8 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 (?, ?, ?, ?, ?)
2021-11-13T04:24:58.273Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:24:58.282Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8
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=?
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:24:58.285Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:24:58.286Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:24:58.286Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:24:58.291Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:25:28.292Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8 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=?
2021-11-13T04:25:28.299Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and serviceModelVersionId: 7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41
2021-11-13T04:25:28.299Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de9f98ec-5aba-4f15-b5f9-72c808c12668
2021-11-13T04:25:28.301Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0
2021-11-13T04:25:28.307Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:25:28.345Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0|INFO|500||Invoke
2021-11-13T04:25:28.345Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2dc68c79-bd1d-4354-8f61-51e5b56610d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a5e0734-1105-4132-aea1-f25faf3f6a1d], X-ECOMP-RequestID=[2dc68c79-bd1d-4354-8f61-51e5b56610d8], X-TransactionId=[], X-ONAP-RequestID=[2dc68c79-bd1d-4354-8f61-51e5b56610d8], Content-Type=[application/merge-patch+json]}
2021-11-13T04:25:28.367Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-13T04:25:28.654Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?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/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211113-04:25:28:372-51378], vertex-id=[200944], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:25:28 GMT], Content-Type=[application/json]}
2021-11-13T04:25:28.654Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:25:28.655Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9f98ec-5aba-4f15-b5f9-72c808c12668/model-vers/model-ver/7d6e5ac8-b4e3-4eac-9351-4a36e6d05d41?depth=0|INFO|500||InvokeReturn
2021-11-13T04:25:28.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:25:28.656Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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=?
2021-11-13T04:25:28.661Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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)
2021-11-13T04:25:28.661Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2dc68c79-bd1d-4354-8f61-51e5b56610d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:25:28.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:25:28.662Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:25:28.665Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:25:28.665Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777528662,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:25:28.765Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:25:28.766Z||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.
2021-11-13T04:25:28.766Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:25:28.780Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:25:28.780Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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=?
2021-11-13T04:25:29.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:29.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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.
2021-11-13T04:25:29.678Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:25:39.910Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:25:39.910Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:39.911Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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.
2021-11-13T04:25:39.911Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:25:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:40.737Z||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.
2021-11-13T04:25:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:25:41.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:25:41.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-13T04:25:41.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dc68c79-bd1d-4354-8f61-51e5b56610d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777528662,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:25:41.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:25:49.443Z|2dc68c79-bd1d-4354-8f61-51e5b56610d8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:25:49.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:49.444Z||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.
2021-11-13T04:25:49.444Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:25:58.981Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:25:58.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:58.982Z||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.
2021-11-13T04:25:58.982Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:26:08.510Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:26:40.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:26:40.735Z||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.
2021-11-13T04:26:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:26:40.737Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:26:40.737Z||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.
2021-11-13T04:26:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:26:50.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:26:50.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:27:40.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:27:40.735Z||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.
2021-11-13T04:27:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:27:40.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:27:40.737Z||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.
2021-11-13T04:27:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:27:50.271Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:27:50.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:28:40.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:28:40.735Z||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.
2021-11-13T04:28:40.735Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:28:40.737Z||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.
2021-11-13T04:28:40.738Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:41.357Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:28:41.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a929dc9-2da3-484f-8089-87ad73305107","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9e552820-f411-4fd5-a85a-a3806c796fd0","serviceDescription":"service","serviceInvariantUUID":"0574b65b-cf6d-46bd-88cd-3459e1517ecb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2c3fbe63-0830-4cab-a85a-ce7d9e604e08","resourceInvariantUUID":"c5c923bb-48b2-45bc-ba4e-f7dc22c83b54","resourceCustomizationUUID":"10069314-57dd-4cf3-92d1-1027eb97d572","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NTE0YzVmNzRjYTdiNTQxMzU5NjM5Njc5Y2RlYTNkZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e46ed3ed-312d-4e89-a778-447d47272d71","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTE1NTVmY2M2MzdkMGJhZGRjNmQ3NWY5ZTAzNDA2ZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"884c8cae-0e5e-4820-a210-ea842f4576b6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:28:41.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:28:41.362Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:28:41.362Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:41.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777693585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.365Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:41.365Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777720734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "cds",
"timestamp": 1636777693099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777690871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "ves-openapi-manager",
"timestamp": 1636777688663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "policy-id",
"timestamp": 1636777696664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636777693585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "cds",
"timestamp": 1636777693099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:28:41.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777690871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "ves-openapi-manager",
"timestamp": 1636777688663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "policy-id",
"timestamp": 1636777696664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "dcae-sch",
"timestamp": 1636777698566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "aai-ml",
"timestamp": 1636777699561,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "dcae-sch",
"timestamp": 1636777698566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "cds",
"timestamp": 1636777700272,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777700274,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "policy-id",
"timestamp": 1636777700273,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "aai-ml",
"timestamp": 1636777699561,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:28:41.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "cds",
"timestamp": 1636777701280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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 (?, ?, ?, ?, ?)
2021-11-13T04:28:41.384Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a929dc9-2da3-484f-8089-87ad73305107
2021-11-13T04:28:41.384Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a929dc9-2da3-484f-8089-87ad73305107 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 (?, ?, ?, ?, ?)
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "policy-id",
"timestamp": 1636777701277,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777701701,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "aai-ml",
"timestamp": 1636777702278,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:28:41.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "policy-id",
"timestamp": 1636777702281,
"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=?
2021-11-13T04:28:41.398Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a929dc9-2da3-484f-8089-87ad73305107
2021-11-13T04:28:41.398Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a929dc9-2da3-484f-8089-87ad73305107 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 (?, ?, ?, ?, ?)
2021-11-13T04:28:41.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636777702706,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:28:41.412Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a929dc9-2da3-484f-8089-87ad73305107
2021-11-13T04:28:41.412Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a929dc9-2da3-484f-8089-87ad73305107 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:28:41.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "aai-ml",
"timestamp": 1636777705130,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:28:41.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "aai-ml",
"timestamp": 1636777706135,
"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=?
2021-11-13T04:28:41.428Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a929dc9-2da3-484f-8089-87ad73305107
2021-11-13T04:28:41.428Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a929dc9-2da3-484f-8089-87ad73305107 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 (?, ?, ?, ?, ?)
2021-11-13T04:28:41.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "clamp",
"timestamp": 1636777706870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "clamp",
"timestamp": 1636777706870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "clamp",
"timestamp": 1636777713568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "clamp",
"timestamp": 1636777715575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:28:41.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:28:41.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:28:41.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "clamp",
"timestamp": 1636777716578,
"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=?
2021-11-13T04:28:41.444Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a929dc9-2da3-484f-8089-87ad73305107
2021-11-13T04:28:41.444Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a929dc9-2da3-484f-8089-87ad73305107 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 (?, ?, ?, ?, ?)
2021-11-13T04:28:41.465Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:41.466Z||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.
2021-11-13T04:28:41.466Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:41.476Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:28:41.476Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:42.365Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:28:42.366Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:42.367Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:42.367Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777720734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:28:42.468Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:42.468Z||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.
2021-11-13T04:28:42.468Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:42.479Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:28:42.479Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:43.368Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "9e552820-f411-4fd5-a85a-a3806c796fd0",
"serviceDescription": "service",
"serviceInvariantUUID": "0574b65b-cf6d-46bd-88cd-3459e1517ecb",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "10069314-57dd-4cf3-92d1-1027eb97d572",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "2c3fbe63-0830-4cab-a85a-ce7d9e604e08",
"resourceInvariantUUID": "c5c923bb-48b2-45bc-ba4e-f7dc22c83b54",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NTE1NTVmY2M2MzdkMGJhZGRjNmQ3NWY5ZTAzNDA2ZGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "884c8cae-0e5e-4820-a210-ea842f4576b6"
}
],
"workloadContext": "Production"
}
2021-11-13T04:28:43.369Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:28:43.369Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9e552820-f411-4fd5-a85a-a3806c796fd0 ASDC
2021-11-13T04:28:43.369Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5a929dc9-2da3-484f-8089-87ad73305107
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9e552820-f411-4fd5-a85a-a3806c796fd0
ServiceInvariantUUID:0574b65b-cf6d-46bd-88cd-3459e1517ecb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:884c8cae-0e5e-4820-a210-ea842f4576b6
ArtifactChecksum:NTE1NTVmY2M2MzdkMGJhZGRjNmQ3NWY5ZTAzNDA2ZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:10069314-57dd-4cf3-92d1-1027eb97d572
ResourceInvariantUUID:c5c923bb-48b2-45bc-ba4e-f7dc22c83b54
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2c3fbe63-0830-4cab-a85a-ce7d9e604e08
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-11-13T04:28:43.369Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e552820-f411-4fd5-a85a-a3806c796fd0 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=?
2021-11-13T04:28:43.393Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:28:43.393Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:28:43.394Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:28:43.394Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 884c8cae-0e5e-4820-a210-ea842f4576b6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:28:43.394Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:28:43.394Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:28:43.482Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:28:43.484Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 884c8cae-0e5e-4820-a210-ea842f4576b6 52486
2021-11-13T04:28:43.484Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-13T04:28:43.484Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:28:43.484Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:28:43.484Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:43.486Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:43.486Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777723484,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:28:43.586Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:43.587Z||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.
2021-11-13T04:28:43.587Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:43.597Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:28:43.597Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:44.487Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:28:44.488Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:28:44.488Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 884c8cae-0e5e-4820-a210-ea842f4576b6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.489Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-13T04:28:44.489Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.489Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.561Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12574300944601617901/Definitions/service-BasicNetwork-template.yml
2021-11-13T04:28:44.908Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:28:44.908Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:28:44.909Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.910Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:9e552820-f411-4fd5-a85a-a3806c796fd0
Model Version:NULL
Model InvariantUuid:0574b65b-cf6d-46bd-88cd-3459e1517ecb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c5c923bb-48b2-45bc-ba4e-f7dc22c83b54
Model UUID:c5acc2b1-9946-4124-97dd-f702807aba31
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:10069314-57dd-4cf3-92d1-1027eb97d572
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
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=?
2021-11-13T04:28:44.917Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 2c3fbe63-0830-4cab-a85a-ce7d9e604e08
2021-11-13T04:28:44.917Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||No resources found for Service: 9e552820-f411-4fd5-a85a-a3806c796fd0
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=?
2021-11-13T04:28:44.921Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||
2021-11-13T04:28:44.921Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-11-13T04:28:44.922Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 9e552820-f411-4fd5-a85a-a3806c796fd0
2021-11-13T04:28:44.922Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9e552820-f411-4fd5-a85a-a3806c796fd0
2021-11-13T04:28:44.922Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-11-13T04:28:44.922Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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=?
2021-11-13T04:28:44.926Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d6d0cfb, org.onap.sdc.toscaparser.api.parameters.Input@60b54650, org.onap.sdc.toscaparser.api.parameters.Input@83cfcd7, org.onap.sdc.toscaparser.api.parameters.Input@6298ee50, org.onap.sdc.toscaparser.api.parameters.Input@67973c2c]
2021-11-13T04:28:44.927Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.927Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.927Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9e552820-f411-4fd5-a85a-a3806c796fd0: Generic NeutronNet
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.928Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:44.959Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
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: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-13T04:28:45.005Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-11-13T04:28:45.005Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-13T04:28:45.005Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:28:45.005Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:28:45.006Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:45.007Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:45.007Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777725005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-13T04:28:45.107Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:45.108Z||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.
2021-11-13T04:28:45.108Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:28:45.119Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:28:45.119Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:46.008Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a929dc9-2da3-484f-8089-87ad73305107
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=?
2021-11-13T04:28:46.019Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a929dc9-2da3-484f-8089-87ad73305107
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=?
2021-11-13T04:28:46.022Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:28:46.022Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:28:46.022Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-13T04:28:46.023Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:28:46.028Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:29:16.028Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a929dc9-2da3-484f-8089-87ad73305107 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=?
2021-11-13T04:29:16.034Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a929dc9-2da3-484f-8089-87ad73305107 and serviceModelVersionId: 9e552820-f411-4fd5-a85a-a3806c796fd0
2021-11-13T04:29:16.034Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0574b65b-cf6d-46bd-88cd-3459e1517ecb
2021-11-13T04:29:16.035Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?depth=0
2021-11-13T04:29:16.039Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:29:16.067Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?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]}
2021-11-13T04:29:16.068Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?depth=0|INFO|500||Invoke
2021-11-13T04:29:16.091Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-13T04:29:16.359Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?depth=0|INFO|500||InvokeReturn
2021-11-13T04:29:16.360Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0574b65b-cf6d-46bd-88cd-3459e1517ecb/model-vers/model-ver/9e552820-f411-4fd5-a85a-a3806c796fd0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211113-04:29:16:095-34455], vertex-id=[180320], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:29:16 GMT], Content-Type=[application/json]}
2021-11-13T04:29:16.360Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:29:16.360Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:29:16.360Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||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=?
2021-11-13T04:29:16.363Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||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)
2021-11-13T04:29:16.364Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a929dc9-2da3-484f-8089-87ad73305107 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:29:16.364Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:29:16.364Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:16.365Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:16.366Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777756364,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:29:16.466Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:16.469Z||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.
2021-11-13T04:29:16.470Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:16.481Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:16.481Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:29:40.734Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:29:40.735Z|5a929dc9-2da3-484f-8089-87ad73305107|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.
2021-11-13T04:29:40.735Z|5a929dc9-2da3-484f-8089-87ad73305107|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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:40.737Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:29:40.737Z||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.
2021-11-13T04:29:40.737Z||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 cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:40.856Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:40.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:29:40.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a929dc9-2da3-484f-8089-87ad73305107",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777720734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:29:40.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-13T04:29:41.355Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:41.356Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:41.357Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b529a07a-ee87-4228-8155-381cf3c6865b","serviceName":"Demo_pNF_mQoQISsQWZgCVvY8QTT5","serviceVersion":"1.0","serviceUUID":"37a78d36-6b5c-4198-a2bd-237ba4483e4a","serviceDescription":"catalog service description","serviceInvariantUUID":"cb37aeea-d7a3-4bc5-a8a9-b89186babcdb","resources":[{"resourceInstanceName":"pNF fb495dc5-2d5e 0","resourceName":"pNF fb495dc5-2d5e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1d673896-23ff-4b59-8aeb-2884bb6dd6a3","resourceInvariantUUID":"0d39c89b-39f5-400e-9de8-27746e3688c7","resourceCustomizationUUID":"3391cadb-277d-4f46-9283-e1eabea8f1e1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml","artifactChecksum":"Yzg3MTMwNDgzODMwMDhiYzYzNGQwMTQ5ZDE4M2U0MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"531e19ad-8893-492d-8795-f702331921d0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar","artifactChecksum":"ZGQ2YTJhYzY1NjVlNzExOTliOGJlYTdjZTg4ZjkyN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4532167b-5cd4-4c09-bccc-70059087e264","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc5b9d22-75f0-46d4-bf91-408b49d554f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml","artifactChecksum":"NDBjMzU2ZGQzMDczZjZhNDNiMjY1OGMyOTQwNzBjZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b8767719-862d-4eca-be18-45b6574bbb04","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcea4d2a-0a22-4d13-809a-d5ef8ba48624","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92610bdf-814a-4678-8436-941f696ece9a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml","artifactChecksum":"ZGI2MzFiOTY3NDlkMjZkMGI4OWI1OWM0OGQ1M2FkNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4405b8c1-7ae8-4e16-9e9b-e39aac75d5df","artifactVersion":"1"},{"artifactName":"service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar","artifactChecksum":"ZmM4OWNhYTI4YzczZWRlZWI4Nzc0YTUwZWE3YjhkYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7671c56c-7b7c-4d08-b85e-dfd3bad1399d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:29:41.361Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:41.362Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:41.364Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:41.365Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777780734,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:29:41.465Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:41.466Z||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.
2021-11-13T04:29:41.466Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:41.477Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:41.477Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:42.365Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:42.366Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:42.367Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:42.367Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777780734,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:29:42.468Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:42.468Z||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.
2021-11-13T04:29:42.469Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:42.478Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:42.479Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:43.368Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:43.369Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:43.371Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:43.371Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777780734,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:29:43.471Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:43.472Z||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.
2021-11-13T04:29:43.472Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:43.482Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:43.482Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:44.372Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:44.373Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:44.375Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:44.375Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777780734,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:29:44.476Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:29:44.476Z||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.
2021-11-13T04:29:44.476Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:44.486Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:44.487Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:45.376Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:45.377Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:45.379Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:45.379Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777780734,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:29:45.479Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:45.480Z||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.
2021-11-13T04:29:45.480Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:45.492Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:45.492Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:29:46.379Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:46.380Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:46.381Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:46.381Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777780734,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/resourceInstances/pnffb495dc52d5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:29:46.481Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:46.482Z||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.
2021-11-13T04:29:46.482Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:46.498Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:46.498Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:47.382Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:47.382Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:47.384Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:47.384Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777780734,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-13T04:29:47.484Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:47.485Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:47.485Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:47.497Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:47.497Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:48.385Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:29:48.386Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:48.388Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:48.388Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777780734,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
"status": "NOTIFIED"
}
2021-11-13T04:29:48.488Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:48.489Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:48.489Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:48.499Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:48.500Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:49.390Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
"serviceName": "Demo_pNF_mQoQISsQWZgCVvY8QTT5",
"serviceVersion": "1.0",
"serviceUUID": "37a78d36-6b5c-4198-a2bd-237ba4483e4a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "cb37aeea-d7a3-4bc5-a8a9-b89186babcdb",
"resources": [
{
"resourceInstanceName": "pNF fb495dc5-2d5e 0",
"resourceCustomizationUUID": "3391cadb-277d-4f46-9283-e1eabea8f1e1",
"resourceName": "pNF fb495dc5-2d5e",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "1d673896-23ff-4b59-8aeb-2884bb6dd6a3",
"resourceInvariantUUID": "0d39c89b-39f5-400e-9de8-27746e3688c7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
"artifactChecksum": "ZmM4OWNhYTI4YzczZWRlZWI4Nzc0YTUwZWE3YjhkYzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7671c56c-7b7c-4d08-b85e-dfd3bad1399d"
}
],
"workloadContext": "Production"
}
2021-11-13T04:29:49.390Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:29:49.390Z|5a929dc9-2da3-484f-8089-87ad73305107|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 37a78d36-6b5c-4198-a2bd-237ba4483e4a ASDC
2021-11-13T04:29:49.391Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b529a07a-ee87-4228-8155-381cf3c6865b
ServiceName:Demo_pNF_mQoQISsQWZgCVvY8QTT5
ServiceVersion:1.0
ServiceUUID:37a78d36-6b5c-4198-a2bd-237ba4483e4a
ServiceInvariantUUID:cb37aeea-d7a3-4bc5-a8a9-b89186babcdb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
ArtifactUUID:7671c56c-7b7c-4d08-b85e-dfd3bad1399d
ArtifactChecksum:ZmM4OWNhYTI4YzczZWRlZWI4Nzc0YTUwZWE3YjhkYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fb495dc5-2d5e 0
ResourceCustomizationUUID:3391cadb-277d-4f46-9283-e1eabea8f1e1
ResourceInvariantUUID:0d39c89b-39f5-400e-9de8-27746e3688c7
ResourceName:pNF fb495dc5-2d5e
ResourceType:PNF
ResourceUUID:1d673896-23ff-4b59-8aeb-2884bb6dd6a3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-11-13T04:29:49.391Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37a78d36-6b5c-4198-a2bd-237ba4483e4a 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 (?, ?, ?, ?, ?)
2021-11-13T04:29:49.415Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:29:49.415Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:29:49.415Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:29:49.415Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7671c56c-7b7c-4d08-b85e-dfd3bad1399d from URL: /sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:49.415Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-13T04:29:49.416Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:49.562Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-13T04:29:49.565Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar 7671c56c-7b7c-4d08-b85e-dfd3bad1399d 82627
2021-11-13T04:29:49.566Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar ASDC sendASDCNotification
2021-11-13T04:29:49.566Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:49.566Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:29:49.566Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:29:49.568Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:29:49.568Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b529a07a-ee87-4228-8155-381cf3c6865b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636777789566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-13T04:29:49.668Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:29:49.669Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:29:49.669Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cXAm2HwgaaJd53kJ) ...
2021-11-13T04:29:49.679Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-13T04:29:49.679Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:29:50.568Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:29:50.569Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-13T04:29:50.569Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7671c56c-7b7c-4d08-b85e-dfd3bad1399d, URL: /sdc/v1/catalog/services/DemoPnfMqoqissqwzgcvvy8qtt5/1.0/artifacts/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar to file: /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:50.569Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:50.570Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:50.570Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:50.885Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9499469472532756094/Definitions/service-DemoPnfMqoqissqwzgcvvy8qtt5-template.yml
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fb495dc5-2d5e 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMqoqissqwzgcvvy8qtt5-csar.csar
2021-11-13T04:29:51.425Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Node template pNF fb495dc5-2d5e 0 is matching search criteria
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF fb495dc5-2d5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Node template pNF fb495dc5-2d5e 0 is matching search criteria
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF fb495dc5-2d5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:29:51.426Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.427Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_mQoQISsQWZgCVvY8QTT5
Description:catalog service description
Model UUID:37a78d36-6b5c-4198-a2bd-237ba4483e4a
Model Version:NULL
Model InvariantUuid:cb37aeea-d7a3-4bc5-a8a9-b89186babcdb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:29:51.432Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1d673896-23ff-4b59-8aeb-2884bb6dd6a3
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=?
2021-11-13T04:29:51.434Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||pNF fb495dc5-2d5e 0
2021-11-13T04:29:51.434Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1d673896-23ff-4b59-8aeb-2884bb6dd6a3
2021-11-13T04:29:51.434Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 37a78d36-6b5c-4198-a2bd-237ba4483e4a
2021-11-13T04:29:51.434Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 37a78d36-6b5c-4198-a2bd-237ba4483e4a
2021-11-13T04:29:51.434Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fb495dc5-2d5e 0 1d673896-23ff-4b59-8aeb-2884bb6dd6a3 ASDC
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=?
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@238f6d3d, org.onap.sdc.toscaparser.api.parameters.Input@37268aa1, org.onap.sdc.toscaparser.api.parameters.Input@157ec1dd, org.onap.sdc.toscaparser.api.parameters.Input@47a51a78, org.onap.sdc.toscaparser.api.parameters.Input@1f9b7134]
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mQoQISsQWZgCVvY8QTT5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 37a78d36-6b5c-4198-a2bd-237ba4483e4a: pNF fb495dc5-2d5e
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||INFO|500||Processing PNF resource: 1d673896-23ff-4b59-8aeb-2884bb6dd6a3
2021-11-13T04:29:51.438Z|b529a07a-ee87-4228-8155-381cf3c6865b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery