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-14T10:31:52.346Z||main|||||INFO|500||The following profiles are active: basic
2021-11-14T10:32:02.185Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-14T10:32:02.186Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-14T10:32:02.273Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-14T10:32:04.700Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-14T10:32:04.879Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-14T10:32:05.309Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-14T10:32:05.317Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-14T10:32:05.431Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-14T10:32:05.570Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-14T10:32:05.963Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-14T10:32:06.780Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-14T10:32:08.928Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-14T10:32:08.972Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-14T10:32:09.415Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-14T10:32:09.536Z||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-14T10:32:10.788Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-14T10:32:11.779Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-14T10:32:11.796Z||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$$2ed5412.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-14T10:32:11.796Z||main|||||WARN|500||The sdc end point is not alive
2021-11-14T10:32:14.503Z||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-14T10:32:17.083Z||main|||||WARN|500||---
2021-11-14T10:32:17.084Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-14T10:32:17.084Z||main|||||WARN|500||---
2021-11-14T10:32:17.544Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-14T10:32:21.934Z||main|||||INFO|500||Started Application in 34.399 seconds (JVM running for 35.588)
2021-11-14T10:32:21.950Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-14T10:32:21.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-14T10:32:21.961Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-14T10:32:21.986Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-14T10:32:22.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04fe0534-a10e-41dc-9795-164cc72cd46f url= /sdc/v1/artifactTypes
2021-11-14T10:32:22.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-14T10:32:22.297Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-14T10:32:22.368Z||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-14T10:32:22.388Z||scheduling-1|||||DEBUG|500||create keys
2021-11-14T10:32:22.397Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-14T10:32:22.927Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:32:22.942Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0c904580-2231-467d-a709-8d6ac5a6cc0a url= /sdc/v1/registerForDistribution
2021-11-14T10:32:23.780Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0c904580-2231-467d-a709-8d6ac5a6cc0a url= /sdc/v1/registerForDistribution
2021-11-14T10:32:23.780Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-14T10:32:23.791Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:32:23.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:32:23.796Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-14T10:32:23.799Z||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-14T10:32:23.799Z||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-14T10:32:23.799Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:32:23.799Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:32:38.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:32:39.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:33:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:33:23.789Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:33:23.791Z||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-14T10:33:23.791Z||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-14T10:33:23.792Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:33:23.792Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:33:33.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:33:33.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:34:23.788Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:34:23.789Z||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-14T10:34:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:34:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:34:23.791Z||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-14T10:34:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:34:33.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:34:33.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:35:23.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:35:23.789Z||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-14T10:35:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:35:23.791Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:35:23.792Z||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-14T10:35:23.793Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:35:33.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:35:33.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:36:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:36:23.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:36:23.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:36:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:36:23.791Z||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-14T10:36:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:36:33.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:36:33.344Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:37:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:37:23.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:37:23.790Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:37:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:37:23.791Z||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-14T10:37:23.792Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:37:33.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:37:33.342Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:38:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:38:23.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:38:23.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:38:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:38:23.790Z||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-14T10:38:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:38:33.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:38:33.364Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:39:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:39:23.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:39:23.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:39:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:39:23.791Z||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-14T10:39:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:39:33.344Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:39:33.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:40:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:40:23.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:40:23.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:40:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:40:23.790Z||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-14T10:40:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:40:33.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:40:33.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:41:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:41:23.788Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:41:23.788Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:41:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:41:23.791Z||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-14T10:41:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:41:33.338Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:41:33.345Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:42:17.957Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-14T10:42:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:42:23.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:42:23.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:42:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:42:23.791Z||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-14T10:42:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:42:33.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:42:33.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:43:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:43:23.788Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:43:23.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:43:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:43:23.791Z||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-14T10:43:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:43:33.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:43:33.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:44:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:44:23.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:44:23.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:44:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:44:23.791Z||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-14T10:44:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:44:33.341Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:44:33.343Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:45:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:45:23.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:45:23.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:45:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:45:23.791Z||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-14T10:45:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:45:33.344Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:45:33.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:46:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:46:23.789Z||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-14T10:46:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:46:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:46:23.791Z||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-14T10:46:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:46:33.345Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:46:33.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:47:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:47:23.789Z||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-14T10:47:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:47:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:47:23.790Z||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-14T10:47:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:47:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:47:33.353Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:48:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:48:23.789Z||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-14T10:48:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:48:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:48:23.791Z||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-14T10:48:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:48:33.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:48:33.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:49:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:49:23.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:49:23.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:49:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:49:23.792Z||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-14T10:49:23.793Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:49:33.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:49:33.346Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:50:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:50:23.790Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:50:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:50:23.790Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:50:23.791Z||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-14T10:50:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:50:33.341Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:50:33.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:51:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:51:23.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:51:23.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:51:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:51:23.791Z||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-14T10:51:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:51:33.342Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:51:33.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:52:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:52:23.790Z||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-14T10:52:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:52:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:52:23.791Z||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-14T10:52:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:52:33.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:52:33.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:53:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:53:23.789Z||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-14T10:53:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:53:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:53:23.791Z||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-14T10:53:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:53:33.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:53:33.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:54:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:54:23.789Z||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-14T10:54:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:54:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:54:23.791Z||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-14T10:54:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:54:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:54:33.341Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:55:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:55:23.789Z||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-14T10:55:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:55:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:55:23.791Z||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-14T10:55:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:55:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:55:33.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:56:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:56:23.789Z||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-14T10:56:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:56:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:56:23.791Z||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-14T10:56:23.792Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:56:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:56:33.341Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:57:23.788Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:57:23.789Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:57:23.789Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:57:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:57:23.792Z||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-14T10:57:23.792Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:57:33.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:57:33.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:58:23.788Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:58:23.789Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:58:23.789Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:58:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:58:23.791Z||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-14T10:58:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:58:33.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:58:33.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:59:23.788Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:59:23.789Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T10:59:23.789Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T10:59:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T10:59:23.790Z||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-14T10:59:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T10:59:33.338Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T10:59:33.344Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:00:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:00:23.789Z||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-14T11:00:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:00:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:00:23.791Z||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-14T11:00:23.792Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:00:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:00:33.340Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:01:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:01:23.789Z||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-14T11:01:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:01:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:01:23.790Z||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-14T11:01:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:01:33.340Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:01:33.353Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:02:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:02:23.788Z||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-14T11:02:23.788Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:02:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:02:23.791Z||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-14T11:02:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:02:33.342Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:02:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:03:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:03:23.789Z||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-14T11:03:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:03:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:03:23.790Z||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-14T11:03:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:03:33.344Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:03:33.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:04:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:04:23.788Z||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-14T11:04:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:04:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:04:23.790Z||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-14T11:04:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:04:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:04:33.340Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:05:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:05:23.789Z||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-14T11:05:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:05:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:05:23.791Z||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-14T11:05:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:05:33.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:05:33.340Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:06:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:06:23.789Z||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-14T11:06:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:06:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:06:23.791Z||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-14T11:06:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:06:33.336Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:06:33.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:07:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:07:23.788Z||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-14T11:07:23.788Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:07:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:07:23.791Z||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-14T11:07:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:07:33.339Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:07:33.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:08:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:08:23.788Z||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-14T11:08:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:08:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:08:23.791Z||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-14T11:08:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:08:33.338Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:08:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:09:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:09:23.788Z||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-14T11:09:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:09:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:09:23.790Z||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-14T11:09:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:09:33.335Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:09:33.341Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:10:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:10:23.788Z||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-14T11:10:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:10:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:10:23.791Z||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-14T11:10:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:10:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:10:33.367Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:11:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:11:23.789Z||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-14T11:11:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:11:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:11:23.791Z||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-14T11:11:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:11:33.341Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:11:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:12:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:12:23.788Z||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-14T11:12:23.788Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:12:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:12:23.790Z||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-14T11:12:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:12:33.337Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:12:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:13:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:13:23.788Z||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-14T11:13:23.788Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:13:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:13:23.790Z||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-14T11:13:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:13:33.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:13:33.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:14:23.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:14:23.788Z||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-14T11:14:23.788Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:14:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:14:23.790Z||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-14T11:14:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:14:33.337Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:14:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:15:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:15:23.789Z||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-14T11:15:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:15:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:15:23.790Z||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-14T11:15:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:15:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:15:33.341Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:16:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:16:23.789Z||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-14T11:16:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:16:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:16:23.791Z||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-14T11:16:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:16:33.340Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:16:33.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:17:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:17:23.789Z||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-14T11:17:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:17:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:17:23.791Z||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-14T11:17:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:17:33.335Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:17:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:18:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:18:23.789Z||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-14T11:18:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:18:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:18:23.791Z||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-14T11:18:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:18:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:18:33.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:19:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:19:23.789Z||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-14T11:19:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:19:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:19:23.790Z||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-14T11:19:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:19:33.334Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:19:33.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:20:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:20:23.789Z||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-14T11:20:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:20:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:20:23.790Z||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-14T11:20:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:20:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:20:33.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:21:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:21:23.789Z||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-14T11:21:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:21:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:21:23.791Z||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-14T11:21:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:21:33.337Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:21:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:22:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:22:23.789Z||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-14T11:22:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:22:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:22:23.791Z||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-14T11:22:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:22:33.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:22:33.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:23:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:23:23.789Z||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-14T11:23:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:23:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:23:23.791Z||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-14T11:23:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:23:33.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:23:33.339Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:24:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:24:23.789Z||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-14T11:24:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:24:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:24:23.790Z||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-14T11:24:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:24:33.340Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:24:33.341Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:25:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:25:23.789Z||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-14T11:25:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:25:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:25:23.791Z||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-14T11:25:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:25:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:25:33.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:26:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:26:23.789Z||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-14T11:26:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:26:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:26:23.790Z||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-14T11:26:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:26:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:26:33.341Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:27:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:27:23.788Z||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-14T11:27:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:27:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:27:23.790Z||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-14T11:27:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:27:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:27:33.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:28:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:28:23.788Z||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-14T11:28:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:28:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:28:23.791Z||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-14T11:28:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:28:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:28:33.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:29:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:29:23.789Z||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-14T11:29:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:29:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:29:23.791Z||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-14T11:29:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:29:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:29:33.339Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:30:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:30:23.788Z||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-14T11:30:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:30:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:30:23.791Z||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-14T11:30:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:30:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:30:33.345Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:31:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:31:23.789Z||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-14T11:31:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:31:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:31:23.790Z||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-14T11:31:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:31:33.346Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:31:33.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:32:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:32:23.788Z||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-14T11:32:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:32:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:32:23.790Z||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-14T11:32:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:32:33.340Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:32:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:33:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:33:23.788Z||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-14T11:33:23.788Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:33:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:33:23.790Z||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-14T11:33:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:33:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:33:33.337Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:34:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:34:23.789Z||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-14T11:34:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:34:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:34:23.791Z||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-14T11:34:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:34:33.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:34:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:35:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:35:23.789Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:35:23.789Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:35:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:35:23.791Z||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-14T11:35:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:35:33.342Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:35:33.343Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:36:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:36:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:36:23.789Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:36:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:36:23.791Z||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-14T11:36:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:36:33.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:36:33.339Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:37:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:37:23.789Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:37:23.789Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:37:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:37:23.791Z||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-14T11:37:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:37:33.341Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:37:33.341Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:38:23.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:38:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:38:23.788Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:38:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:38:23.791Z||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-14T11:38:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:38:33.336Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:38:33.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:39:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:39:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:39:23.789Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:39:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:39:23.791Z||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-14T11:39:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:39:33.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:39:33.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:40:23.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:40:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:40:23.788Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:40:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:40:23.790Z||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-14T11:40:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:40:33.335Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:40:33.338Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:41:23.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:41:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:41:23.788Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:41:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:41:23.791Z||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-14T11:41:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:41:33.337Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:41:33.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:42:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:42:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:42:23.789Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:42:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:42:23.790Z||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-14T11:42:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:42:33.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:42:33.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:43:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:43:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:43:23.789Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:43:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:43:23.791Z||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-14T11:43:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:43:33.336Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:43:33.337Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:44:23.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:44:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:44:23.788Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:44:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:44:23.790Z||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-14T11:44:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:44:33.333Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:44:33.334Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:45:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:45:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:45:23.789Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:45:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:45:23.790Z||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-14T11:45:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:45:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:45:33.341Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:46:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:46:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:46:23.788Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:46:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:46:23.790Z||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-14T11:46:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:46:33.338Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:46:33.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:47:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:47:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:47:23.789Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:47:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:47:23.790Z||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-14T11:47:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:47:33.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:47:33.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:48:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:48:23.789Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:48:23.789Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:48:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:48:23.790Z||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-14T11:48:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:48:33.340Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:48:33.342Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:49:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:49:23.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-14T11:49:23.789Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ...
2021-11-14T11:49:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:49:23.790Z||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-14T11:49:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:49:33.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:49:33.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:23.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:50:23.788Z||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-14T11:50:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:50:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:50:23.791Z||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-14T11:50:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:50:24.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:24.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2dbeab0b-4347-4c39-8b74-ab117d0cbe08","serviceName":"basic_onboard_jYwNrB","serviceVersion":"1.0","serviceUUID":"e6eb7ebc-d019-44de-a501-3e3082892e58","serviceDescription":"service","serviceInvariantUUID":"e553a141-1402-4c1c-b7c9-7c610396afb1","resources":[{"resourceInstanceName":"basic_onboard_jYwNrB 0","resourceName":"basic_onboard_jYwNrB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b1a631f-affb-467b-8837-268bcbc0d4b2","resourceInvariantUUID":"2ad80034-4313-46e9-922e-4a0a87f5f692","resourceCustomizationUUID":"90eb95e5-ecc9-4f58-9f42-50543b24842a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml","artifactChecksum":"NmM5MTEyYTk3YjhlMTJlNGJlYjgyZmQ4MDY1YTg0N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13b396e7-0b7a-45f7-82b5-fbcab742ac2d","artifactVersion":"1"},{"artifactName":"basic_onboard_jywnrb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json","artifactChecksum":"NjBkYjZlMGU3OGQ2ZTdkOTUzMzdjNjUwNGVjNjU5OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61576f72-ef47-405e-b050-2911d7a2a56a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c27e7391-f65f-41a9-bbed-92c74a7a2445","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e670d753-1d43-48a7-9639-fb750cde0e68","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee589185-9268-4b8a-b70d-b3ce9e2e89b3","artifactVersion":"2","generatedFromUUID":"c27e7391-f65f-41a9-bbed-92c74a7a2445"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJywnrb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml","artifactChecksum":"ZjdiZDYzMWNkMzExNjE5MWZmMDI2MGMzMmI2NGJjNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f15e9fc9-2150-4ed3-8dd8-28dc2b0eaf09","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJywnrb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar","artifactChecksum":"NDZiODU3OGYwNzBiODg1NGUwYjlkNDk4ZTYzMjE3Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7cac7490-3406-4c6a-9e4f-8076086fa0a8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-14T11:50:24.423Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:24.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "dcae-sch",
"timestamp": 1636890571955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.432Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:50:24.437Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:24.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "policy-id",
"timestamp": 1636890578404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "cds",
"timestamp": 1636890570551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "dcae-sch",
"timestamp": 1636890571955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "policy-id",
"timestamp": 1636890578404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "cds",
"timestamp": 1636890570551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "clamp",
"timestamp": 1636890580353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "dcae-sch",
"timestamp": 1636890571955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "policy-id",
"timestamp": 1636890578404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.456Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.457Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "cds",
"timestamp": 1636890570551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "clamp",
"timestamp": 1636890580353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "NOTIFIED"
}
2021-11-14T11:50:24.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "dcae-sch",
"timestamp": 1636890571955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "policy-id",
"timestamp": 1636890578404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "cds",
"timestamp": 1636890570551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "clamp",
"timestamp": 1636890580353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "dcae-sch",
"timestamp": 1636890571955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "policy-id",
"timestamp": 1636890578404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "cds",
"timestamp": 1636890570551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "clamp",
"timestamp": 1636890580353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "dcae-sch",
"timestamp": 1636890571955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "policy-id",
"timestamp": 1636890578404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "cds",
"timestamp": 1636890570551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890584052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890584063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "clamp",
"timestamp": 1636890580353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "aai-ml",
"timestamp": 1636890584522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "dcae-sch",
"timestamp": 1636890571955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "policy-id",
"timestamp": 1636890578404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:50:24.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "cds",
"timestamp": 1636890570551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:50:24.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890584052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "NOTIFIED"
}
2021-11-14T11:50:24.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890584063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "clamp",
"timestamp": 1636890580353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "aai-ml",
"timestamp": 1636890584522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890584052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890584063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "clamp",
"timestamp": 1636890580353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "cds",
"timestamp": 1636890587056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "policy-id",
"timestamp": 1636890587054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "aai-ml",
"timestamp": 1636890584522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890584052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890584063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "cds",
"timestamp": 1636890588066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-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=?
2021-11-14T11:50:24.557Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-14T11:50:24.560Z||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-14T11:50:24.560Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:24.573Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:24.574Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-14T11:50:24.596Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08
2021-11-14T11:50:24.608Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-14T11:50:24.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "policy-id",
"timestamp": 1636890588061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:50:24.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "aai-ml",
"timestamp": 1636890584522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890584052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-14T11:50:24.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890584063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "policy-id",
"timestamp": 1636890589065,
"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-14T11:50:24.652Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08
2021-11-14T11:50:24.652Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-14T11:50:24.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "aai-ml",
"timestamp": 1636890584522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890589039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890584052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890584063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "aai-ml",
"timestamp": 1636890584522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890589039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890584052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:50:24.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890584063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:50:24.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "aai-ml",
"timestamp": 1636890584522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:50:24.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890589039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890591942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:24.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890591973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:24.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "aai-ml",
"timestamp": 1636890592392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:24.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890589039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890593320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:24.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890589039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "clamp",
"timestamp": 1636890594488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:24.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890594519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:24.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890589039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890595410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:50:24.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890589039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:24.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:50:24.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890596023,
"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-14T11:50:24.676Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08
2021-11-14T11:50:24.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-14T11:50:24.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890596414,
"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-14T11:50:24.693Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08
2021-11-14T11:50:24.694Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "clamp",
"timestamp": 1636890596506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:50:24.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890597029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-14T11:50:24.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "clamp",
"timestamp": 1636890597509,
"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-14T11:50:24.708Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08
2021-11-14T11:50:24.709Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-14T11:50:24.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "aai-ml",
"timestamp": 1636890601825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:50:24.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:50:24.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:50:24.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "aai-ml",
"timestamp": 1636890602832,
"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-14T11:50:24.723Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08
2021-11-14T11:50:24.723Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-14T11:50:25.463Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:50:25.464Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:25.466Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:25.467Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "NOTIFIED"
}
2021-11-14T11:50:25.567Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:50:25.568Z||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-14T11:50:25.568Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:25.582Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:25.582Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:26.467Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:50:26.468Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:26.471Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:26.471Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-14T11:50:26.571Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:50:26.572Z||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-14T11:50:26.572Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:26.589Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:26.589Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:27.471Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:50:27.473Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:27.475Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:27.475Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:27.575Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-14T11:50:27.576Z||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-14T11:50:27.576Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:27.594Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:27.595Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:28.476Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:50:28.478Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:28.479Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:28.480Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-14T11:50:28.580Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:50:28.581Z||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-14T11:50:28.581Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:28.597Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:28.597Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:29.480Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:50:29.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:29.484Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:29.484Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:50:29.584Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:50:29.585Z||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-14T11:50:29.585Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:29.599Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:29.600Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:30.484Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:50:30.485Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:30.488Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:30.488Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:50:30.588Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:50:30.589Z||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-14T11:50:30.590Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:30.603Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:30.604Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:31.490Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"serviceName": "basic_onboard_jYwNrB",
"serviceVersion": "1.0",
"serviceUUID": "e6eb7ebc-d019-44de-a501-3e3082892e58",
"serviceDescription": "service",
"serviceInvariantUUID": "e553a141-1402-4c1c-b7c9-7c610396afb1",
"resources": [
{
"resourceInstanceName": "basic_onboard_jYwNrB 0",
"resourceCustomizationUUID": "90eb95e5-ecc9-4f58-9f42-50543b24842a",
"resourceName": "basic_onboard_jYwNrB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6b1a631f-affb-467b-8837-268bcbc0d4b2",
"resourceInvariantUUID": "2ad80034-4313-46e9-922e-4a0a87f5f692",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jywnrb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"artifactChecksum": "NjBkYjZlMGU3OGQ2ZTdkOTUzMzdjNjUwNGVjNjU5OGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "61576f72-ef47-405e-b050-2911d7a2a56a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c27e7391-f65f-41a9-bbed-92c74a7a2445",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee589185-9268-4b8a-b70d-b3ce9e2e89b3",
"generatedFromUUID": "c27e7391-f65f-41a9-bbed-92c74a7a2445"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee589185-9268-4b8a-b70d-b3ce9e2e89b3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJywnrb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"artifactChecksum": "NDZiODU3OGYwNzBiODg1NGUwYjlkNDk4ZTYzMjE3Y2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7cac7490-3406-4c6a-9e4f-8076086fa0a8"
}
],
"workloadContext": "Production"
}
2021-11-14T11:50:31.491Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-14T11:50:31.492Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6eb7ebc-d019-44de-a501-3e3082892e58 ASDC
2021-11-14T11:50:31.582Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2dbeab0b-4347-4c39-8b74-ab117d0cbe08
ServiceName:basic_onboard_jYwNrB
ServiceVersion:1.0
ServiceUUID:e6eb7ebc-d019-44de-a501-3e3082892e58
ServiceInvariantUUID:e553a141-1402-4c1c-b7c9-7c610396afb1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJywnrb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar
ArtifactUUID:7cac7490-3406-4c6a-9e4f-8076086fa0a8
ArtifactChecksum:NDZiODU3OGYwNzBiODg1NGUwYjlkNDk4ZTYzMjE3Y2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jYwNrB 0
ResourceCustomizationUUID:90eb95e5-ecc9-4f58-9f42-50543b24842a
ResourceInvariantUUID:2ad80034-4313-46e9-922e-4a0a87f5f692
ResourceName:basic_onboard_jYwNrB
ResourceType:VF
ResourceUUID:6b1a631f-affb-467b-8837-268bcbc0d4b2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jywnrb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json
ArtifactUUID:61576f72-ef47-405e-b050-2911d7a2a56a
ArtifactChecksum:NjBkYjZlMGU3OGQ2ZTdkOTUzMzdjNjUwNGVjNjU5OGI=
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/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c27e7391-f65f-41a9-bbed-92c74a7a2445
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/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env
ArtifactUUID:ee589185-9268-4b8a-b70d-b3ce9e2e89b3
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/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env
ArtifactUUID:ee589185-9268-4b8a-b70d-b3ce9e2e89b3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-14T11:50:31.583Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6eb7ebc-d019-44de-a501-3e3082892e58 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-14T11:50:31.655Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-14T11:50:31.655Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-14T11:50:31.656Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-14T11:50:31.656Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7cac7490-3406-4c6a-9e4f-8076086fa0a8 from URL: /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:31.657Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-14T11:50:31.658Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:31.947Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-14T11:50:31.961Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar 7cac7490-3406-4c6a-9e4f-8076086fa0a8 71568
2021-11-14T11:50:31.963Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar ASDC sendASDCNotification
2021-11-14T11:50:31.963Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:31.963Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-14T11:50:31.964Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:31.965Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:31.965Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890631962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:32.066Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-14T11:50:32.067Z||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-14T11:50:32.067Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:32.081Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:32.081Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-14T11:50:32.966Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-14T11:50:32.968Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-14T11:50:32.968Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7cac7490-3406-4c6a-9e4f-8076086fa0a8, URL: /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar to file: /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:32.969Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:33.028Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:33.028Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:33.553Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5576628872877747291/Definitions/service-BasicOnboardJywnrb-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-14T11:50:35.343Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-14T11:50:35.347Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-14T11:50:35.347Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:35.347Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-14T11:50:35.347Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||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-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jYwNrB 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-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||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-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||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-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-14T11:50:35.354Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.355Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:35.358Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria
2021-11-14T11:50:35.358Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-14T11:50:35.359Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-14T11:50:35.360Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.360Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:35.361Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria
2021-11-14T11:50:35.361Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-14T11:50:35.361Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-14T11:50:35.361Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.361Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:35.364Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.364Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is not matching search criteria
2021-11-14T11:50:35.364Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria
2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria
2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria
2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is not matching search criteria
2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ce7c6b9-af52-4cbb-9abc-a4f10b336c7e
2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jYwNrB
Description:service
Model UUID:e6eb7ebc-d019-44de-a501-3e3082892e58
Model Version:NULL
Model InvariantUuid:e553a141-1402-4c1c-b7c9-7c610396afb1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jYwNrB
Model UUID:67224f35-c6d0-417a-a218-c93c941fcb68
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2ad80034-4313-46e9-922e-4a0a87f5f692
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:90eb95e5-ecc9-4f58-9f42-50543b24842a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f6559fef-8d32-4e78-a8a1-8205f6d1a28d
ModelName:BasicOnboardJywnrb..base_ubuntu18..module-0
ModelUuid:834e3340-63ad-42ad-a86e-3bdb8c8fe263
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6ce7c6b9-af52-4cbb-9abc-a4f10b336c7e
ModelInvariantUuid:56a2f11f-8430-438d-b05f-af25f06cbd39
ModelName:basic_onboard_jYwNrB-nodes.ubuntu18Cvfc
ModelUuid:d796b7bd-c279-4480-8724-57ad8f1a4adb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1784eef2-fcdf-40a4-9f8b-26248b379ac2
ModelInvariantUuid:994b9c3f-2e81-4afa-a70b-6c0f29ede66f
ModelName:BasicOnboardJywnrb.compute.nodes.heat.ubuntu18
ModelUuid:3a4647d7-dcc3-42e5-ad2b-f84bf1607716
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-14T11:50:35.378Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b1a631f-affb-467b-8837-268bcbc0d4b2
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-14T11:50:35.460Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||basic_onboard_jYwNrB 0
2021-11-14T11:50:35.465Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b1a631f-affb-467b-8837-268bcbc0d4b2
2021-11-14T11:50:35.465Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 61576f72-ef47-405e-b050-2911d7a2a56a from URL: /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json
2021-11-14T11:50:35.465Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-14T11:50:35.466Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json
2021-11-14T11:50:35.731Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-14T11:50:35.732Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json 61576f72-ef47-405e-b050-2911d7a2a56a 798
2021-11-14T11:50:35.732Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json ASDC sendASDCNotification
2021-11-14T11:50:35.732Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json
2021-11-14T11:50:35.732Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-14T11:50:35.733Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:35.736Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:35.736Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890635732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:35.836Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:50:35.837Z||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-14T11:50:35.837Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:35.851Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:35.851Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:36.737Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJywnrb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f6559fef-8d32-4e78-a8a1-8205f6d1a28d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "834e3340-63ad-42ad-a86e-3bdb8c8fe263",
"vfModuleModelCustomizationUUID": "007f753f-83e4-4532-bdac-4215495f5501",
"isBase": true,
"artifacts": [
"c27e7391-f65f-41a9-bbed-92c74a7a2445",
"ee589185-9268-4b8a-b70d-b3ce9e2e89b3"
],
"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-14T11:50:36.750Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJywnrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:834e3340-63ad-42ad-a86e-3bdb8c8fe263
VfModuleModelInvariantUUID:f6559fef-8d32-4e78-a8a1-8205f6d1a28d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c27e7391-f65f-41a9-bbed-92c74a7a2445
,
ee589185-9268-4b8a-b70d-b3ce9e2e89b3
}
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-14T11:50:36.752Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJywnrb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f6559fef-8d32-4e78-a8a1-8205f6d1a28d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "834e3340-63ad-42ad-a86e-3bdb8c8fe263",
"vfModuleModelCustomizationUUID": "007f753f-83e4-4532-bdac-4215495f5501",
"isBase": true,
"artifacts": [
"c27e7391-f65f-41a9-bbed-92c74a7a2445",
"ee589185-9268-4b8a-b70d-b3ce9e2e89b3"
],
"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-14T11:50:36.752Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJywnrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:834e3340-63ad-42ad-a86e-3bdb8c8fe263
VfModuleModelInvariantUUID:f6559fef-8d32-4e78-a8a1-8205f6d1a28d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c27e7391-f65f-41a9-bbed-92c74a7a2445
,
ee589185-9268-4b8a-b70d-b3ce9e2e89b3
}
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-14T11:50:36.753Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c27e7391-f65f-41a9-bbed-92c74a7a2445 from URL: /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml
2021-11-14T11:50:36.753Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-14T11:50:36.753Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml
2021-11-14T11:50:37.054Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-14T11:50:37.054Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml c27e7391-f65f-41a9-bbed-92c74a7a2445 5033
2021-11-14T11:50:37.055Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-14T11:50:37.055Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml
2021-11-14T11:50:37.055Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-14T11:50:37.055Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:37.057Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:37.057Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890637055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:37.157Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:50:37.158Z||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-14T11:50:37.158Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:37.172Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:37.172Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:38.057Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee589185-9268-4b8a-b70d-b3ce9e2e89b3 from URL: /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env
2021-11-14T11:50:38.058Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-14T11:50:38.058Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env
2021-11-14T11:50:38.259Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-14T11:50:38.260Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env ee589185-9268-4b8a-b70d-b3ce9e2e89b3 909
2021-11-14T11:50:38.260Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-14T11:50:38.260Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env
2021-11-14T11:50:38.260Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-14T11:50:38.260Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:38.262Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:38.262Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890638260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:50:38.363Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:50:38.364Z||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-14T11:50:38.364Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:38.378Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:38.379Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:39.263Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e6eb7ebc-d019-44de-a501-3e3082892e58
2021-11-14T11:50:39.264Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jYwNrB 0 6b1a631f-affb-467b-8837-268bcbc0d4b2 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-14T11:50:39.289Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15e64178, org.onap.sdc.toscaparser.api.parameters.Input@7d55aa98, org.onap.sdc.toscaparser.api.parameters.Input@39f1f134, org.onap.sdc.toscaparser.api.parameters.Input@1f1cc21b, org.onap.sdc.toscaparser.api.parameters.Input@38d6bd01]
2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 90eb95e5-ecc9-4f58-9f42-50543b24842a
2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90eb95e5-ecc9-4f58-9f42-50543b24842a matches Tosca VF Customization UUID: 90eb95e5-ecc9-4f58-9f42-50543b24842a
2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 90eb95e5-ecc9-4f58-9f42-50543b24842a 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-14T11:50:39.297Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.297Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:39.298Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 90eb95e5-ecc9-4f58-9f42-50543b24842a: {\"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-14T11:50:39.298Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ad0570c
2021-11-14T11:50:39.298Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.298Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-14T11:50:39.299Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 007f753f-83e4-4532-bdac-4215495f5501
2021-11-14T11:50:39.299Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 007f753f-83e4-4532-bdac-4215495f5501
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-14T11:50:39.304Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.304Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria
2021-11-14T11:50:39.304Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:50:39.304Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.304Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria
2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is not matching search criteria
2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ce7c6b9-af52-4cbb-9abc-a4f10b336c7e
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-14T11:50:39.310Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.310Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria
2021-11-14T11:50:39.310Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:50:39.310Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.311Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria
2021-11-14T11:50:39.311Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=90eb95e5-ecc9-4f58-9f42-50543b24842a
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-14T11:50:39.312Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.312Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:39.312Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e6eb7ebc-d019-44de-a501-3e3082892e58: basic_onboard_jYwNrB
2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:39.314Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:50:39.314Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:50:39.314Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_jYwNrB
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-14T11:50:39.485Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jYwNrB 6b1a631f-affb-467b-8837-268bcbc0d4b2 1 ASDC deployResourceStructure
2021-11-14T11:50:39.485Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json ASDC sendASDCNotification
2021-11-14T11:50:39.485Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json
2021-11-14T11:50:39.485Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-14T11:50:39.486Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:39.487Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:39.487Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890639485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-14T11:50:39.588Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-14T11:50:39.589Z||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-14T11:50:39.589Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:39.604Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:39.604Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:40.488Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-14T11:50:40.489Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml
2021-11-14T11:50:40.489Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-14T11:50:40.489Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:40.491Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:40.491Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890640488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-14T11:50:40.591Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:50:40.592Z||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-14T11:50:40.592Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:40.607Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:40.607Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:41.492Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-14T11:50:41.493Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env
2021-11-14T11:50:41.493Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-14T11:50:41.493Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:41.495Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:41.495Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890641492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-14T11:50:41.596Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:50:41.597Z||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-14T11:50:41.597Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:41.661Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:41.662Z||pool-16-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:42.496Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar ASDC sendASDCNotification
2021-11-14T11:50:42.497Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar
2021-11-14T11:50:42.497Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-14T11:50:42.497Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:50:42.499Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:50:42.499Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890642496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:50:42.599Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:50:42.600Z||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-14T11:50:42.600Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:50:42.615Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:50:42.615Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:50:43.500Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dbeab0b-4347-4c39-8b74-ab117d0cbe08
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-14T11:50:43.519Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dbeab0b-4347-4c39-8b74-ab117d0cbe08
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-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:50:43.524Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:50:43.524Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:50:43.524Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:50:43.524Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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-14T11:50:43.530Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-14T11:51:13.530Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-14T11:51:13.540Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 and serviceModelVersionId: e6eb7ebc-d019-44de-a501-3e3082892e58
2021-11-14T11:51:13.541Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e553a141-1402-4c1c-b7c9-7c610396afb1
2021-11-14T11:51:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:51:23.791Z||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-14T11:51:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:51:23.920Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:23.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:51:23.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:51:23.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:51:25.989Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?depth=0
2021-11-14T11:51:26.085Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-14T11:51:26.486Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?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-14T11:51:26.489Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?depth=0|INFO|500||Invoke
2021-11-14T11:51:26.581Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-14T11:51:26.850Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?depth=0|INFO|500||InvokeReturn
2021-11-14T11:51:26.851Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211114-11:51:26:593-12831], vertex-id=[168072], Content-Length=[0], Date=[Sun, 14 Nov 2021 11:51:26 GMT], Content-Type=[application/json]}
2021-11-14T11:51:26.851Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-14T11:51:26.855Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-14T11:51:26.855Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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-14T11:51:26.859Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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-14T11:51:26.864Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-14T11:51:26.865Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-14T11:51:26.865Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:26.866Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:26.866Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890686864,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-14T11:51:26.967Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:26.967Z||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-14T11:51:26.967Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:26.980Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:26.980Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-14T11:51:27.881Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:51:27.882Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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-14T11:51:27.882Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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 y8jkQCurU51uIC5X) ...
2021-11-14T11:51:28.506Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:28.508Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-14T11:51:28.509Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c","serviceName":"vFW 2021-11-14 11-49-28","serviceVersion":"1.0","serviceUUID":"4cec6c52-9035-44ed-bd5b-4d34dce323a0","serviceDescription":"catalog service description","serviceInvariantUUID":"ddc3500b-015c-4a30-bd01-93f0c53ea0ed","resources":[{"resourceInstanceName":"vFW 938b5aa2-2f1f 0","resourceName":"vFW 938b5aa2-2f1f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d61f91f-69db-4aa9-8cef-da4ced88fb8d","resourceInvariantUUID":"b0b8f2b0-a93e-4d58-884c-d545f4f2a0f6","resourceCustomizationUUID":"ea558396-75bf-4b69-92f3-d58e8cb75a8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml","artifactChecksum":"MjQ3YTU1MTEyMzNkZmE3ZDQ5YmZkOGQyYjA1ZGMxMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"144dd577-ed3a-4c91-8265-310725a35f90","artifactVersion":"1"},{"artifactName":"vfw938b5aa22f1f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json","artifactChecksum":"NDc0NGI1NjQzYTM5OGJmMjdkYzEwZmZmZTk4M2EzMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1583243d-2c3f-4b48-b296-bfaa26d05de9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"Njg3NDI4ZGU1NjU2NzA1MzVlYjZiMjc3NmNmOTYzNDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4e802b71-bc22-4d7d-878c-27b54e6aa273","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"84d60f02-f695-4638-ac91-64278a9e73c0","artifactVersion":"2","generatedFromUUID":"efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211114114928-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml","artifactChecksum":"ZWIzZDBiNTA4YmUwYmEwODM2MDJjMTc1MzhhYjI4OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ea4de45-6495-45a6-a186-e9353d990a09","artifactVersion":"1"},{"artifactName":"service-Vfw20211114114928-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar","artifactChecksum":"NGUxY2I5MDBjNDY3YjIzZWJkOGJkZDY3NzNkN2QxMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-14T11:51:28.514Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:51:28.515Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:28.517Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:28.517Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:51:28.618Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:28.619Z||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-14T11:51:28.619Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:28.632Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:28.633Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-14T11:51:29.518Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:51:29.519Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:29.521Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:29.522Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "NOTIFIED"
}
2021-11-14T11:51:29.622Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:29.622Z||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-14T11:51:29.623Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:29.636Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:29.636Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:30.522Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:51:30.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:30.525Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:30.525Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-14T11:51:30.625Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:30.626Z||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-14T11:51:30.626Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:30.638Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:30.639Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:31.525Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:51:31.526Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:31.528Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:31.528Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:51:31.629Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-14T11:51:31.630Z||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-14T11:51:31.630Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:31.643Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:31.643Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:32.530Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:51:32.530Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:32.534Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:32.534Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-14T11:51:32.634Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:32.635Z||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-14T11:51:32.635Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:32.649Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:32.649Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:33.534Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:51:33.535Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:33.537Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:33.537Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:51:33.637Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:33.639Z||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-14T11:51:33.639Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:33.654Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:33.654Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:34.538Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T11:51:34.539Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:34.540Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:34.541Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:51:34.641Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:34.642Z||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-14T11:51:34.642Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:34.656Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:34.656Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:35.543Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"serviceName": "vFW 2021-11-14 11-49-28",
"serviceVersion": "1.0",
"serviceUUID": "4cec6c52-9035-44ed-bd5b-4d34dce323a0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ddc3500b-015c-4a30-bd01-93f0c53ea0ed",
"resources": [
{
"resourceInstanceName": "vFW 938b5aa2-2f1f 0",
"resourceCustomizationUUID": "ea558396-75bf-4b69-92f3-d58e8cb75a8a",
"resourceName": "vFW 938b5aa2-2f1f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3d61f91f-69db-4aa9-8cef-da4ced88fb8d",
"resourceInvariantUUID": "b0b8f2b0-a93e-4d58-884c-d545f4f2a0f6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw938b5aa22f1f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"artifactChecksum": "NDc0NGI1NjQzYTM5OGJmMjdkYzEwZmZmZTk4M2EzMDQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1583243d-2c3f-4b48-b296-bfaa26d05de9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "84d60f02-f695-4638-ac91-64278a9e73c0",
"generatedFromUUID": "efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "84d60f02-f695-4638-ac91-64278a9e73c0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211114114928-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"artifactChecksum": "NGUxY2I5MDBjNDY3YjIzZWJkOGJkZDY3NzNkN2QxMGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6"
}
],
"workloadContext": "Production"
}
2021-11-14T11:51:35.543Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-14T11:51:35.544Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4cec6c52-9035-44ed-bd5b-4d34dce323a0 ASDC
2021-11-14T11:51:35.544Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
ServiceName:vFW 2021-11-14 11-49-28
ServiceVersion:1.0
ServiceUUID:4cec6c52-9035-44ed-bd5b-4d34dce323a0
ServiceInvariantUUID:ddc3500b-015c-4a30-bd01-93f0c53ea0ed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211114114928-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar
ArtifactUUID:3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6
ArtifactChecksum:NGUxY2I5MDBjNDY3YjIzZWJkOGJkZDY3NzNkN2QxMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 938b5aa2-2f1f 0
ResourceCustomizationUUID:ea558396-75bf-4b69-92f3-d58e8cb75a8a
ResourceInvariantUUID:b0b8f2b0-a93e-4d58-884c-d545f4f2a0f6
ResourceName:vFW 938b5aa2-2f1f
ResourceType:VF
ResourceUUID:3d61f91f-69db-4aa9-8cef-da4ced88fb8d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw938b5aa22f1f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json
ArtifactUUID:1583243d-2c3f-4b48-b296-bfaa26d05de9
ArtifactChecksum:NDc0NGI1NjQzYTM5OGJmMjdkYzEwZmZmZTk4M2EzMDQ=
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/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml
ArtifactUUID:efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a
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/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env
ArtifactUUID:84d60f02-f695-4638-ac91-64278a9e73c0
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/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env
ArtifactUUID:84d60f02-f695-4638-ac91-64278a9e73c0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-14T11:51:35.544Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4cec6c52-9035-44ed-bd5b-4d34dce323a0 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-14T11:51:35.576Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-14T11:51:35.577Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-14T11:51:35.577Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-14T11:51:35.577Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6 from URL: /sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:35.577Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-14T11:51:35.577Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:35.750Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-14T11:51:35.760Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar 3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6 98889
2021-11-14T11:51:35.760Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar ASDC sendASDCNotification
2021-11-14T11:51:35.761Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:35.761Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-14T11:51:35.761Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:35.763Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:35.763Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890695760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:51:35.863Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:35.864Z||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-14T11:51:35.864Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:35.877Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:35.878Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:36.763Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-14T11:51:36.765Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-14T11:51:36.766Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6, URL: /sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar to file: /app/ASDC/1/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:36.766Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211114114928-csar.csar
2021-11-14T11:51:36.767Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:36.767Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:36.994Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6832230414800719018/Definitions/service-Vfw20211114114928-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-11-14T11:51:38.841Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||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-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||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-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||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-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||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-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||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-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 938b5aa2-2f1f 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-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-Vfw20211114114928-csar.csar
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria
2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria
2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria
2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria
2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria
2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria
2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria
2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=15893dd5-1182-44dd-9606-fb64492243f2
2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria
2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f480ff09-8a11-497c-9558-95e10fbf712d
2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria
2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a2c6695d-adbf-424c-a0eb-4d5be7dd21d2
2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-14 11-49-28
Description:catalog service description
Model UUID:4cec6c52-9035-44ed-bd5b-4d34dce323a0
Model Version:NULL
Model InvariantUuid:ddc3500b-015c-4a30-bd01-93f0c53ea0ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 938b5aa2-2f1f
Model UUID:f94307a6-d1af-4e9b-b656-a461859f774f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b0b8f2b0-a93e-4d58-884c-d545f4f2a0f6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ea558396-75bf-4b69-92f3-d58e8cb75a8a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:08ab1ec6-ddbf-426a-b72c-419daee9cee7
ModelName:Vfw938b5aa22f1f..base_vfw..module-0
ModelUuid:0b90325b-3a27-4d92-bd5b-df91b20c87a3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:15893dd5-1182-44dd-9606-fb64492243f2
ModelInvariantUuid:3aab101e-a6c2-4d8c-8f3d-17f02a259c10
ModelName:vFW 938b5aa2-2f1f-nodes.vfwCvfc
ModelUuid:ba639c9f-b3c1-45e0-b2fd-9aa146b23a05
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d9b63610-767d-489c-a6c7-cfbdcf14e7c1
ModelInvariantUuid:99170272-ffab-403f-960a-dcce280b38d4
ModelName:Vfw938b5aa22f1f.compute.nodes.heat.vfw
ModelUuid:524e167a-74aa-4c12-afcb-3cbec26a544c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f480ff09-8a11-497c-9558-95e10fbf712d
ModelInvariantUuid:16dae472-6423-44e7-beed-6cb2f21ef140
ModelName:vFW 938b5aa2-2f1f-nodes.vsnCvfc
ModelUuid:724ed45d-7e06-488b-9c2f-a87ccd04171c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:73d77d0e-d18c-479e-9fea-87e4694362a5
ModelInvariantUuid:167c95bd-d81d-4b8a-88bd-55257a4a32c4
ModelName:Vfw938b5aa22f1f.compute.nodes.heat.vsn
ModelUuid:7202bca6-5a36-47c3-b0ed-a6a1a1256697
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a2c6695d-adbf-424c-a0eb-4d5be7dd21d2
ModelInvariantUuid:685e5fb6-3c51-472b-ac61-325938985e0d
ModelName:vFW 938b5aa2-2f1f-nodes.vpgCvfc
ModelUuid:34cbb309-6766-4f4b-888a-ee7e3f787ea5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:16a84d9b-c543-4344-b37a-bca27b16e32a
ModelInvariantUuid:9fb68132-59e2-4e0b-9b60-4e12b4b08cbf
ModelName:Vfw938b5aa22f1f.compute.nodes.heat.vpg
ModelUuid:4a785f63-a378-4f72-94f0-4d3a10ad7334
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-14T11:51:38.858Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d61f91f-69db-4aa9-8cef-da4ced88fb8d
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-14T11:51:38.860Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||vFW 938b5aa2-2f1f 0
2021-11-14T11:51:38.860Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d61f91f-69db-4aa9-8cef-da4ced88fb8d
2021-11-14T11:51:38.860Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1583243d-2c3f-4b48-b296-bfaa26d05de9 from URL: /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json
2021-11-14T11:51:38.860Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-14T11:51:38.860Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json
2021-11-14T11:51:38.955Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-14T11:51:38.955Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json 1583243d-2c3f-4b48-b296-bfaa26d05de9 785
2021-11-14T11:51:38.955Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json ASDC sendASDCNotification
2021-11-14T11:51:38.955Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json
2021-11-14T11:51:38.956Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-14T11:51:38.956Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:38.958Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:38.958Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890698955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:51:39.058Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:39.059Z||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-14T11:51:39.059Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:39.076Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:39.077Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-14T11:51:39.959Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw938b5aa22f1f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "08ab1ec6-ddbf-426a-b72c-419daee9cee7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b90325b-3a27-4d92-bd5b-df91b20c87a3",
"vfModuleModelCustomizationUUID": "6580ae76-3a71-4485-8c6c-efe1faf3b71a",
"isBase": true,
"artifacts": [
"efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a",
"84d60f02-f695-4638-ac91-64278a9e73c0"
],
"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-14T11:51:39.964Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw938b5aa22f1f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b90325b-3a27-4d92-bd5b-df91b20c87a3
VfModuleModelInvariantUUID:08ab1ec6-ddbf-426a-b72c-419daee9cee7
VfModuleModelDescription:NULL
Artifacts UUID List:{
efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a
,
84d60f02-f695-4638-ac91-64278a9e73c0
}
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-14T11:51:39.966Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw938b5aa22f1f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "08ab1ec6-ddbf-426a-b72c-419daee9cee7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b90325b-3a27-4d92-bd5b-df91b20c87a3",
"vfModuleModelCustomizationUUID": "6580ae76-3a71-4485-8c6c-efe1faf3b71a",
"isBase": true,
"artifacts": [
"efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a",
"84d60f02-f695-4638-ac91-64278a9e73c0"
],
"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-14T11:51:39.967Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw938b5aa22f1f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b90325b-3a27-4d92-bd5b-df91b20c87a3
VfModuleModelInvariantUUID:08ab1ec6-ddbf-426a-b72c-419daee9cee7
VfModuleModelDescription:NULL
Artifacts UUID List:{
efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a
,
84d60f02-f695-4638-ac91-64278a9e73c0
}
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-14T11:51:39.967Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a from URL: /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml
2021-11-14T11:51:39.967Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-14T11:51:39.967Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml
2021-11-14T11:51:40.015Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-14T11:51:40.016Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a 20368
2021-11-14T11:51:40.016Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-14T11:51:40.016Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml
2021-11-14T11:51:40.016Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-14T11:51:40.017Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:40.019Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:40.019Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890700016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:51:40.119Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:40.120Z||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-14T11:51:40.120Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:40.136Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:40.136Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-14T11:51:41.019Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 84d60f02-f695-4638-ac91-64278a9e73c0 from URL: /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env
2021-11-14T11:51:41.020Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-14T11:51:41.020Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env
2021-11-14T11:51:41.088Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-14T11:51:41.089Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env 84d60f02-f695-4638-ac91-64278a9e73c0 2098
2021-11-14T11:51:41.089Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-14T11:51:41.090Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env
2021-11-14T11:51:41.090Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-14T11:51:41.090Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:41.092Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:41.092Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890701089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:51:41.193Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-14T11:51:41.194Z||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-14T11:51:41.194Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:41.209Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:41.209Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:42.093Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4cec6c52-9035-44ed-bd5b-4d34dce323a0
2021-11-14T11:51:42.094Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 938b5aa2-2f1f 0 3d61f91f-69db-4aa9-8cef-da4ced88fb8d 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-14T11:51:42.108Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35739a6f, org.onap.sdc.toscaparser.api.parameters.Input@16d7867b, org.onap.sdc.toscaparser.api.parameters.Input@174f82c7, org.onap.sdc.toscaparser.api.parameters.Input@56e4316, org.onap.sdc.toscaparser.api.parameters.Input@2c670136]
2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ea558396-75bf-4b69-92f3-d58e8cb75a8a
2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ea558396-75bf-4b69-92f3-d58e8cb75a8a matches Tosca VF Customization UUID: ea558396-75bf-4b69-92f3-d58e8cb75a8a
2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ea558396-75bf-4b69-92f3-d58e8cb75a8a 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-14T11:51:42.111Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.111Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:42.112Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ea558396-75bf-4b69-92f3-d58e8cb75a8a: {\"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-14T11:51:42.112Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fccaa5b
2021-11-14T11:51:42.112Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.113Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-14T11:51:42.113Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6580ae76-3a71-4485-8c6c-efe1faf3b71a
2021-11-14T11:51:42.113Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6580ae76-3a71-4485-8c6c-efe1faf3b71a
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-14T11:51:42.115Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.115Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria
2021-11-14T11:51:42.115Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:51:42.116Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.116Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria
2021-11-14T11:51:42.116Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:51:42.116Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.116Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria
2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:42.118Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-14T11:51:42.118Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:42.118Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-14T11:51:42.118Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-14T11:51:42.118Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=15893dd5-1182-44dd-9606-fb64492243f2
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-14T11:51:42.120Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.120Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria
2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria
2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:42.123Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-14T11:51:42.123Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-14T11:51:42.123Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f480ff09-8a11-497c-9558-95e10fbf712d
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-14T11:51:42.125Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.125Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria
2021-11-14T11:51:42.125Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria
2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-14T11:51:42.131Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-14T11:51:42.131Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-14T11:51:42.131Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a2c6695d-adbf-424c-a0eb-4d5be7dd21d2
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-14T11:51:42.133Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.134Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria
2021-11-14T11:51:42.134Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-14T11:51:42.134Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.134Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria
2021-11-14T11:51:42.134Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=ea558396-75bf-4b69-92f3-d58e8cb75a8a
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-14T11:51:42.136Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.136Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:42.136Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4cec6c52-9035-44ed-bd5b-4d34dce323a0: vFW 938b5aa2-2f1f
2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.138Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:42.138Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T11:51:42.138Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T11:51:42.138Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-11-14 11-49-28
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-14T11:51:42.284Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 938b5aa2-2f1f 3d61f91f-69db-4aa9-8cef-da4ced88fb8d 1 ASDC deployResourceStructure
2021-11-14T11:51:42.285Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json ASDC sendASDCNotification
2021-11-14T11:51:42.285Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json
2021-11-14T11:51:42.285Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-14T11:51:42.285Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:42.287Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:42.287Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890702284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-14T11:51:42.387Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:42.388Z||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-14T11:51:42.388Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:42.402Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:42.403Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:43.288Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-14T11:51:43.288Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml
2021-11-14T11:51:43.288Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-14T11:51:43.289Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:43.290Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:43.290Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890703287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-14T11:51:43.391Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:43.391Z||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-14T11:51:43.391Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:43.406Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:43.406Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:44.291Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-14T11:51:44.292Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env
2021-11-14T11:51:44.292Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-14T11:51:44.292Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:44.294Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:44.294Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890704291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-14T11:51:44.395Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:51:44.395Z||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-14T11:51:44.395Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:44.411Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:44.411Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:45.295Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar ASDC sendASDCNotification
2021-11-14T11:51:45.296Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar
2021-11-14T11:51:45.296Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-14T11:51:45.296Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:51:45.297Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:51:45.297Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890705295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:51:45.398Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-14T11:51:45.398Z||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-14T11:51:45.399Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:51:45.410Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:51:45.410Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-14T11:51:46.298Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
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-14T11:51:46.312Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
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-14T11:51:46.314Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-14T11:51:46.315Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-14T11:51:46.315Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-14T11:52:16.315Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
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-14T11:52:16.331Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
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-14T11:52:16.333Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-14T11:52:16.333Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-14T11:52:16.333Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-14T11:52:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:52:23.791Z||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-14T11:52:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:52:23.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:52:23.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890623788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890631962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890635732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890637055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890638260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:52:23.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890639485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890640488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890641492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890642496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "cds",
"timestamp": 1636890660551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "policy-id",
"timestamp": 1636890658404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "cds",
"timestamp": 1636890660551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "policy-id",
"timestamp": 1636890658404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890664052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "cds",
"timestamp": 1636890660551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "policy-id",
"timestamp": 1636890658404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890664052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "cds",
"timestamp": 1636890660551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "policy-id",
"timestamp": 1636890658404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890664052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "cds",
"timestamp": 1636890660551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "policy-id",
"timestamp": 1636890658404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890664052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "cds",
"timestamp": 1636890660551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "policy-id",
"timestamp": 1636890658404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890664052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "cds",
"timestamp": 1636890660551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "policy-id",
"timestamp": 1636890658404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890669039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890664052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "cds",
"timestamp": 1636890670059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "policy-id",
"timestamp": 1636890670042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890669039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890664052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "clamp",
"timestamp": 1636890670353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "cds",
"timestamp": 1636890671063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-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-14T11:52:23.867Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
2021-11-14T11:52:23.867Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-14T11:52:23.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "policy-id",
"timestamp": 1636890671045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:52:23.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890669039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890671935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:52:23.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "clamp",
"timestamp": 1636890670353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "policy-id",
"timestamp": 1636890672047,
"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-14T11:52:23.884Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
2021-11-14T11:52:23.884Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-14T11:52:23.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "dcae-sch",
"timestamp": 1636890671955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890669039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "clamp",
"timestamp": 1636890670353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890673328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "dcae-sch",
"timestamp": 1636890671955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890669039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "clamp",
"timestamp": 1636890670353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "dcae-sch",
"timestamp": 1636890671955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890669039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890674063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890674747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "clamp",
"timestamp": 1636890670353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "aai-ml",
"timestamp": 1636890674522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "dcae-sch",
"timestamp": 1636890671955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636890669039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890674063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890675772,
"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-14T11:52:23.903Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
2021-11-14T11:52:23.903Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "clamp",
"timestamp": 1636890670353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "aai-ml",
"timestamp": 1636890674522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "dcae-sch",
"timestamp": 1636890671955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890674063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636890676775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-14T11:52:23.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "clamp",
"timestamp": 1636890670353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "aai-ml",
"timestamp": 1636890674522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "dcae-sch",
"timestamp": 1636890671955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890674063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "aai-ml",
"timestamp": 1636890674522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "dcae-sch",
"timestamp": 1636890671955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890674063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "aai-ml",
"timestamp": 1636890674522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890674063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "aai-ml",
"timestamp": 1636890674522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890674063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "aai-ml",
"timestamp": 1636890674522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890681799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:52:23.913Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:23.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:52:23.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "aai-ml",
"timestamp": 1636890682252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:52:23.913Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:52:46.334Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
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-14T11:52:46.345Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
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-14T11:52:46.349Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-14T11:52:46.349Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-14T11:52:46.349Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-14T11:53:16.349Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
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-14T11:53:16.359Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
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-14T11:53:16.361Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-14T11:53:16.361Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-14T11:53:16.361Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-14T11:53:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:53:23.791Z||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-14T11:53:23.792Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:53:24.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:53:24.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890684506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:53:24.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636890685510,
"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-14T11:53:24.333Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
2021-11-14T11:53:24.333Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-14T11:53:24.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890686864,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-14T11:53:24.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "clamp",
"timestamp": 1636890687522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:53:24.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:53:24.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "clamp",
"timestamp": 1636890689503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:53:24.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "NOTIFIED"
}
2021-11-14T11:53:24.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:53:24.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "clamp",
"timestamp": 1636890690506,
"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-14T11:53:24.348Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
2021-11-14T11:53:24.348Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-14T11:53:24.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-14T11:53:24.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:53:24.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:53:24.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "aai-ml",
"timestamp": 1636890692462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:53:24.359Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-14T11:53:24.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "aai-ml",
"timestamp": 1636890693466,
"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-14T11:53:24.365Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
2021-11-14T11:53:24.365Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-14T11:53:24.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T11:53:24.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:53:24.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890687881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T11:53:24.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-14T11:53:24.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890695760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:53:24.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890698955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:53:24.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890700016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:53:24.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890701089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-14T11:53:24.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890702284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-14T11:53:24.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890703287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-14T11:53:24.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890704291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-14T11:53:24.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890705295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T11:53:24.377Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:53:46.361Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
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-14T11:53:46.372Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c
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-14T11:53:46.376Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-14T11:53:46.376Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-14T11:53:46.376Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-14T11:53:46.376Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-14T11:53:46.384Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-14T11:54:16.384Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-14T11:54:16.391Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c and serviceModelVersionId: 4cec6c52-9035-44ed-bd5b-4d34dce323a0
2021-11-14T11:54:16.391Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ddc3500b-015c-4a30-bd01-93f0c53ea0ed
2021-11-14T11:54:16.393Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?depth=0
2021-11-14T11:54:16.398Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-14T11:54:16.431Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?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-14T11:54:16.432Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?depth=0|INFO|500||Invoke
2021-11-14T11:54:16.462Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-14T11:54:16.694Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?depth=0|INFO|500||InvokeReturn
2021-11-14T11:54:16.694Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211114-11:54:16:471-50823], vertex-id=[217312], Content-Length=[0], Date=[Sun, 14 Nov 2021 11:54:16 GMT], Content-Type=[application/json]}
2021-11-14T11:54:16.695Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-14T11:54:16.695Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-14T11:54:16.695Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-14T11:54:16.700Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-14T11:54:16.700Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-14T11:54:16.700Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-14T11:54:16.700Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T11:54:16.703Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T11:54:16.703Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890856700,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-14T11:54:16.803Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T11:54:16.804Z||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-14T11:54:16.804Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T11:54:16.819Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:54:16.819Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-14T11:54:17.717Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:54:17.718Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-14T11:54:17.718Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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 y8jkQCurU51uIC5X) ...
2021-11-14T11:54:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:54:23.792Z||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-14T11:54:23.792Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:54:24.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:54:24.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-14T11:54:24.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636890856700,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-14T11:54:24.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T11:54:28.339Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:54:28.339Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:54:28.340Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-14T11:54:28.340Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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 y8jkQCurU51uIC5X) ...
2021-11-14T11:54:37.882Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:54:37.883Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:54:37.883Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-14T11:54:37.883Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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 y8jkQCurU51uIC5X) ...
2021-11-14T11:54:47.440Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:55:23.788Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:55:23.789Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-14T11:55:23.789Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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 y8jkQCurU51uIC5X) ...
2021-11-14T11:55:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:55:23.791Z||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-14T11:55:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:55:33.334Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:55:33.341Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:56:23.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:56:23.789Z||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-14T11:56:23.789Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:56:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:56:23.791Z||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-14T11:56:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:56:33.337Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:56:33.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:57:23.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:57:23.788Z||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-14T11:57:23.788Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:57:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:57:23.790Z||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-14T11:57:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:57:33.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:57:33.338Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:58:23.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:58:23.788Z||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-14T11:58:23.788Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:58:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:58:23.791Z||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-14T11:58:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:58:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:58:33.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:59:23.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:59:23.788Z||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-14T11:59:23.788Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:59:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T11:59:23.790Z||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-14T11:59:23.790Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T11:59:33.332Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T11:59:33.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:00:23.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T12:00:23.788Z||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-14T12:00:23.788Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T12:00:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T12:00:23.790Z||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-14T12:00:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T12:00:33.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:00:33.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:01:23.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T12:01:23.788Z||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-14T12:01:23.788Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T12:01:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T12:01:23.790Z||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-14T12:01:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T12:01:24.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:01:24.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9f9e03bf-293d-45fc-acb3-5f8652d25d6d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c983a183-c6e4-4066-805e-a9917ed23e31","serviceDescription":"service","serviceInvariantUUID":"aa058b86-8e33-4dd1-87a0-833f6018f709","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"db25daf8-99ec-4a1d-8712-5cc9abf2e37e","resourceInvariantUUID":"efd94371-4805-434c-aa4e-1d10cc6d6560","resourceCustomizationUUID":"873a8887-992f-457f-aa25-4b46ca16a7dd","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":"ZWYwNTVmMmNiNDhhZmM1OTQxMjBiM2U4ODlhY2VmNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"662985fc-6d29-4d9f-9b8a-1e75f3d73ee8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzZjOGVmODFjNzgyNzEyM2ViODEyY2ZiNTdjNzIzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72644120-2c2b-4b51-a3b4-34c263ceaade","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-14T12:01:24.422Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T12:01:24.423Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:01:24.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:01:24.425Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:01:24.425Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891283787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:01:24.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "dcae-sch",
"timestamp": 1636891231955,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:01:24.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1636891229039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:01:24.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "cds",
"timestamp": 1636891230551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:01:24.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "cds",
"timestamp": 1636891230551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T12:01:24.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "dcae-sch",
"timestamp": 1636891231955,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:01:24.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1636891229039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:01:24.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "cds",
"timestamp": 1636891238669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T12:01:24.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T12:01:24.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "policy-id",
"timestamp": 1636891238404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:01:24.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "cds",
"timestamp": 1636891239673,
"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-14T12:01:24.448Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9f9e03bf-293d-45fc-acb3-5f8652d25d6d
2021-11-14T12:01:24.448Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "policy-id",
"timestamp": 1636891238404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T12:01:24.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "clamp",
"timestamp": 1636891240353,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:01:24.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "policy-id",
"timestamp": 1636891241089,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T12:01:24.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "clamp",
"timestamp": 1636891240353,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T12:01:24.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "policy-id",
"timestamp": 1636891242092,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T12:01:24.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "policy-id",
"timestamp": 1636891243095,
"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-14T12:01:24.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f9e03bf-293d-45fc-acb3-5f8652d25d6d
2021-11-14T12:01:24.460Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-14T12:01:24.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636891244063,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:01:24.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636891244052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:01:24.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "aai-ml",
"timestamp": 1636891244522,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:01:24.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "clamp",
"timestamp": 1636891245586,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T12:01:24.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636891244063,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T12:01:24.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636891244052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T12:01:24.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "aai-ml",
"timestamp": 1636891244522,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636891246771,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "aai-ml",
"timestamp": 1636891247363,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "clamp",
"timestamp": 1636891247597,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636891248156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T12:01:24.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T12:01:24.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "clamp",
"timestamp": 1636891248599,
"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-14T12:01:24.477Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9f9e03bf-293d-45fc-acb3-5f8652d25d6d
2021-11-14T12:01:24.477Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-14T12:01:24.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636891249160,
"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-14T12:01:24.490Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9f9e03bf-293d-45fc-acb3-5f8652d25d6d
2021-11-14T12:01:24.490Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-14T12:01:24.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "aai-ml",
"timestamp": 1636891251448,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T12:01:24.500Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-14T12:01:24.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-14T12:01:24.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "aai-ml",
"timestamp": 1636891252452,
"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-14T12:01:24.506Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f9e03bf-293d-45fc-acb3-5f8652d25d6d
2021-11-14T12:01:24.506Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-14T12:01:24.525Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:01:24.526Z||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-14T12:01:24.526Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:01:24.541Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:01:24.541Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-14T12:01:25.426Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T12:01:25.427Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:01:25.429Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:01:25.429Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891283787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T12:01:25.529Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:01:25.530Z||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-14T12:01:25.530Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:01:25.544Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:01:25.544Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T12:01:26.430Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c983a183-c6e4-4066-805e-a9917ed23e31",
"serviceDescription": "service",
"serviceInvariantUUID": "aa058b86-8e33-4dd1-87a0-833f6018f709",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "873a8887-992f-457f-aa25-4b46ca16a7dd",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "db25daf8-99ec-4a1d-8712-5cc9abf2e37e",
"resourceInvariantUUID": "efd94371-4805-434c-aa4e-1d10cc6d6560",
"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": "MzZjOGVmODFjNzgyNzEyM2ViODEyY2ZiNTdjNzIzODk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "72644120-2c2b-4b51-a3b4-34c263ceaade"
}
],
"workloadContext": "Production"
}
2021-11-14T12:01:26.430Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-14T12:01:26.431Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c983a183-c6e4-4066-805e-a9917ed23e31 ASDC
2021-11-14T12:01:26.431Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9f9e03bf-293d-45fc-acb3-5f8652d25d6d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c983a183-c6e4-4066-805e-a9917ed23e31
ServiceInvariantUUID:aa058b86-8e33-4dd1-87a0-833f6018f709
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:72644120-2c2b-4b51-a3b4-34c263ceaade
ArtifactChecksum:MzZjOGVmODFjNzgyNzEyM2ViODEyY2ZiNTdjNzIzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:873a8887-992f-457f-aa25-4b46ca16a7dd
ResourceInvariantUUID:efd94371-4805-434c-aa4e-1d10cc6d6560
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:db25daf8-99ec-4a1d-8712-5cc9abf2e37e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-11-14T12:01:26.431Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c983a183-c6e4-4066-805e-a9917ed23e31 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-14T12:01:26.454Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-14T12:01:26.455Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-14T12:01:26.455Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-14T12:01:26.455Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 72644120-2c2b-4b51-a3b4-34c263ceaade from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-14T12:01:26.455Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-14T12:01:26.456Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-14T12:01:26.549Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-14T12:01:26.553Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 72644120-2c2b-4b51-a3b4-34c263ceaade 52485
2021-11-14T12:01:26.554Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:26.554Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:26.554Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-14T12:01:26.554Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:01:26.557Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:01:26.557Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891286554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T12:01:26.657Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:01:26.658Z||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-14T12:01:26.658Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:01:26.672Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:01:26.672Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T12:01:27.558Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-14T12:01:27.559Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-14T12:01:27.560Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 72644120-2c2b-4b51-a3b4-34c263ceaade, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-14T12:01:27.560Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-14T12:01:27.561Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-14T12:01:27.561Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-14T12:01:27.652Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1469303151199542139/Definitions/service-BasicNetwork-template.yml
2021-11-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|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-BasicNetwork-csar.csar
2021-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c983a183-c6e4-4066-805e-a9917ed23e31
Model Version:NULL
Model InvariantUuid:aa058b86-8e33-4dd1-87a0-833f6018f709
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:efd94371-4805-434c-aa4e-1d10cc6d6560
Model UUID:6729f7a6-bef0-4f26-a0db-dde6034f905d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:873a8887-992f-457f-aa25-4b46ca16a7dd
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-14T12:01:27.965Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: db25daf8-99ec-4a1d-8712-5cc9abf2e37e
2021-11-14T12:01:27.965Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||No resources found for Service: c983a183-c6e4-4066-805e-a9917ed23e31
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-14T12:01:27.970Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||
2021-11-14T12:01:27.970Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-11-14T12:01:27.971Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c983a183-c6e4-4066-805e-a9917ed23e31
2021-11-14T12:01:27.971Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c983a183-c6e4-4066-805e-a9917ed23e31
2021-11-14T12:01:27.971Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-11-14T12:01:27.971Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:27.976Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@704112e8, org.onap.sdc.toscaparser.api.parameters.Input@2c9e7204, org.onap.sdc.toscaparser.api.parameters.Input@70142f77, org.onap.sdc.toscaparser.api.parameters.Input@65f08001, org.onap.sdc.toscaparser.api.parameters.Input@1dde0805]
2021-11-14T12:01:27.977Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:27.978Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:27.978Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:27.978Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:27.978Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c983a183-c6e4-4066-805e-a9917ed23e31: Generic NeutronNet
2021-11-14T12:01:27.978Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:27.979Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:27.979Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:27.979Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:28.001Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:28.001Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:28.002Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:28.002Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:28.002Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:01:28.002Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:01:28.002Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:28.053Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-11-14T12:01:28.054Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:28.054Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-14T12:01:28.054Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-14T12:01:28.054Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:01:28.056Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:01:28.056Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891288054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-14T12:01:28.156Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:01:28.157Z||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-14T12:01:28.157Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:01:28.172Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:01:28.172Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T12:01:29.057Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f9e03bf-293d-45fc-acb3-5f8652d25d6d
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-14T12:01:29.070Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f9e03bf-293d-45fc-acb3-5f8652d25d6d
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-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T12:01:29.075Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T12:01:29.075Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T12:01:29.075Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-14T12:01:29.075Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|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-14T12:01:29.081Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-14T12:01:59.081Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-14T12:01:59.089Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f9e03bf-293d-45fc-acb3-5f8652d25d6d and serviceModelVersionId: c983a183-c6e4-4066-805e-a9917ed23e31
2021-11-14T12:01:59.089Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa058b86-8e33-4dd1-87a0-833f6018f709
2021-11-14T12:01:59.090Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0
2021-11-14T12:01:59.095Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-14T12:01:59.130Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0|INFO|500||Invoke
2021-11-14T12:01:59.131Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f9e03bf-293d-45fc-acb3-5f8652d25d6d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[99ffc866-a402-436a-a0ec-f529df3bb01a], X-ECOMP-RequestID=[9f9e03bf-293d-45fc-acb3-5f8652d25d6d], X-TransactionId=[], X-ONAP-RequestID=[9f9e03bf-293d-45fc-acb3-5f8652d25d6d], Content-Type=[application/merge-patch+json]}
2021-11-14T12:01:59.149Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-14T12:01:59.450Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?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/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211114-12:01:59:160-39138], vertex-id=[389120], Content-Length=[0], Date=[Sun, 14 Nov 2021 12:01:59 GMT], Content-Type=[application/json]}
2021-11-14T12:01:59.451Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-14T12:01:59.452Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0|INFO|500||InvokeReturn
2021-11-14T12:01:59.452Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-14T12:01:59.452Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|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-14T12:01:59.457Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|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-14T12:01:59.457Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f9e03bf-293d-45fc-acb3-5f8652d25d6d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-14T12:01:59.457Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-14T12:01:59.458Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:01:59.460Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:01:59.460Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891319457,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-14T12:01:59.560Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:01:59.561Z||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-14T12:01:59.561Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:01:59.576Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:01:59.577Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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-14T12:02:23.787Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T12:02:23.788Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-14T12:02:23.788Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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 y8jkQCurU51uIC5X) ...
2021-11-14T12:02:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-14T12:02:23.790Z||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-14T12:02:23.791Z||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 y8jkQCurU51uIC5X) ...
2021-11-14T12:02:23.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:02:23.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-14T12:02:23.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891283787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:02:23.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-14T12:02:24.414Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:02:24.415Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-14T12:02:24.415Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47","serviceName":"Demo_pNF_D9ElFjIkqfDVtgJleAnA","serviceVersion":"1.0","serviceUUID":"b902e919-f031-42c9-9ec0-794da923877e","serviceDescription":"catalog service description","serviceInvariantUUID":"e3043688-29f4-4b41-ab98-6eccb490a46e","resources":[{"resourceInstanceName":"pNF 60ad5ead-840f 0","resourceName":"pNF 60ad5ead-840f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7","resourceInvariantUUID":"cd25bca2-15ce-4d1f-b024-53525a72ceaa","resourceCustomizationUUID":"e752cb4f-a516-44a8-bd07-02f433d12d14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml","artifactChecksum":"MzQzMWZlZjQyYTgwMTgzZTU0ODhjNWM5N2ZjZmE1YWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9066e7fa-b8f7-4529-b40f-74486f039547","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar","artifactChecksum":"YmI0MDg0NmQ0N2JmOWU5Njc0NDNiMzMwZGNmZWVkN2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"780c13e6-e6eb-4fe2-af7c-694ec70d5388","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26b7279c-3283-4255-a610-e491dbd1b368","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml","artifactChecksum":"N2MxM2UzYjRlNzg4YjdhMjE0ZWQyYWFlMDI2NjJiMDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cec6ee23-2d03-4d80-8069-3f6a9c9198c5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99ecdb74-1c39-4478-ad84-67daf8898bc9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f568a4c5-ef86-45d4-ba3c-bfcc3aad7b06","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD9elfjikqfdvtgjleana-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml","artifactChecksum":"YTg3OGQ3ZDIzMjA5ZTI3ZDE1YTQxMWRmNWM5MDNjMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0ca7231d-9694-427c-8065-4d88591810c3","artifactVersion":"1"},{"artifactName":"service-DemoPnfD9elfjikqfdvtgjleana-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar","artifactChecksum":"ZWJkOTRmOGRkOWMwMWY0N2NmOGI5ZGM0OWZkNTAwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"172aa339-3252-41ba-9eeb-052f4d6485bb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-14T12:02:24.418Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T12:02:24.418Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:02:24.420Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:02:24.420Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891343787,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:02:24.520Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:02:24.521Z||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-14T12:02:24.521Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:02:24.534Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:02:24.535Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T12:02:25.421Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T12:02:25.421Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:02:25.424Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:02:25.424Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891343787,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:02:25.524Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:02:25.525Z||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-14T12:02:25.525Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:02:25.537Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:02:25.538Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-14T12:02:26.425Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T12:02:26.426Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:02:26.427Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:02:26.428Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891343787,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:02:26.528Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:02:26.528Z||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-14T12:02:26.528Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:02:26.541Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:02:26.542Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-14T12:02:27.428Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T12:02:27.429Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:02:27.430Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:02:27.430Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891343787,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:02:27.531Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:02:27.531Z||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-14T12:02:27.531Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:02:27.546Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:02:27.546Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-14T12:02:28.431Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T12:02:28.432Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:02:28.434Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:02:28.434Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891343787,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:02:28.534Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:02:28.535Z||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-14T12:02:28.535Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:02:28.548Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:02:28.549Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-14T12:02:29.434Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T12:02:29.435Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:02:29.436Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:02:29.436Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891343787,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:02:29.536Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:02:29.537Z||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-14T12:02:29.538Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:02:29.551Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:02:29.551Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-14T12:02:30.437Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T12:02:30.437Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:02:30.439Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:02:30.439Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891343787,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-14T12:02:30.540Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-14T12:02:30.541Z||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-14T12:02:30.541Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:02:30.562Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:02:30.563Z||pool-46-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-14T12:02:31.440Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-14T12:02:31.441Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:02:31.443Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:02:31.443Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891343787,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar",
"status": "NOTIFIED"
}
2021-11-14T12:02:31.543Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:02:31.544Z||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-14T12:02:31.544Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:02:31.557Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:02:31.557Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-14T12:02:32.444Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47",
"serviceName": "Demo_pNF_D9ElFjIkqfDVtgJleAnA",
"serviceVersion": "1.0",
"serviceUUID": "b902e919-f031-42c9-9ec0-794da923877e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e3043688-29f4-4b41-ab98-6eccb490a46e",
"resources": [
{
"resourceInstanceName": "pNF 60ad5ead-840f 0",
"resourceCustomizationUUID": "e752cb4f-a516-44a8-bd07-02f433d12d14",
"resourceName": "pNF 60ad5ead-840f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7",
"resourceInvariantUUID": "cd25bca2-15ce-4d1f-b024-53525a72ceaa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfD9elfjikqfdvtgjleana-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar",
"artifactChecksum": "ZWJkOTRmOGRkOWMwMWY0N2NmOGI5ZGM0OWZkNTAwMDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "172aa339-3252-41ba-9eeb-052f4d6485bb"
}
],
"workloadContext": "Production"
}
2021-11-14T12:02:32.445Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-14T12:02:32.445Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b902e919-f031-42c9-9ec0-794da923877e ASDC
2021-11-14T12:02:32.445Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47
ServiceName:Demo_pNF_D9ElFjIkqfDVtgJleAnA
ServiceVersion:1.0
ServiceUUID:b902e919-f031-42c9-9ec0-794da923877e
ServiceInvariantUUID:e3043688-29f4-4b41-ab98-6eccb490a46e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD9elfjikqfdvtgjleana-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar
ArtifactUUID:172aa339-3252-41ba-9eeb-052f4d6485bb
ArtifactChecksum:ZWJkOTRmOGRkOWMwMWY0N2NmOGI5ZGM0OWZkNTAwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 60ad5ead-840f 0
ResourceCustomizationUUID:e752cb4f-a516-44a8-bd07-02f433d12d14
ResourceInvariantUUID:cd25bca2-15ce-4d1f-b024-53525a72ceaa
ResourceName:pNF 60ad5ead-840f
ResourceType:PNF
ResourceUUID:f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-11-14T12:02:32.445Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b902e919-f031-42c9-9ec0-794da923877e 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-14T12:02:32.469Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-14T12:02:32.470Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-14T12:02:32.470Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-14T12:02:32.470Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 172aa339-3252-41ba-9eeb-052f4d6485bb from URL: /sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:32.470Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-14T12:02:32.470Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:33.160Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-14T12:02:33.167Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 172aa339-3252-41ba-9eeb-052f4d6485bb 82612
2021-11-14T12:02:33.168Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar ASDC sendASDCNotification
2021-11-14T12:02:33.168Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:33.168Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-14T12:02:33.168Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-14T12:02:33.171Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-14T12:02:33.171Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636891353167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-14T12:02:33.271Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-14T12:02:33.272Z||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-14T12:02:33.272Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ...
2021-11-14T12:02:33.285Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-14T12:02:33.285Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-14T12:02:34.171Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-14T12:02:34.172Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-14T12:02:34.172Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 172aa339-3252-41ba-9eeb-052f4d6485bb, URL: /sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar to file: /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.173Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.173Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.173Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.257Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5412901219235200745/Definitions/service-DemoPnfD9elfjikqfdvtgjleana-template.yml
2021-11-14T12:02:34.855Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-14T12:02:34.855Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-14T12:02:34.855Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|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-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|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-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|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-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|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-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|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-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 60ad5ead-840f 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-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|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-DemoPnfD9elfjikqfdvtgjleana-csar.csar
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Node template pNF 60ad5ead-840f 0 is matching search criteria
2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 60ad5ead-840f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Node template pNF 60ad5ead-840f 0 is matching search criteria
2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 60ad5ead-840f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:02:34.859Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:02:34.859Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:02:34.859Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_D9ElFjIkqfDVtgJleAnA
Description:catalog service description
Model UUID:b902e919-f031-42c9-9ec0-794da923877e
Model Version:NULL
Model InvariantUuid:e3043688-29f4-4b41-ab98-6eccb490a46e
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-14T12:02:34.863Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7
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-14T12:02:34.865Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||pNF 60ad5ead-840f 0
2021-11-14T12:02:34.865Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7
2021-11-14T12:02:34.865Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b902e919-f031-42c9-9ec0-794da923877e
2021-11-14T12:02:34.866Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b902e919-f031-42c9-9ec0-794da923877e
2021-11-14T12:02:34.866Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 60ad5ead-840f 0 f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7 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-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71f04783, org.onap.sdc.toscaparser.api.parameters.Input@7b7ccaa5, org.onap.sdc.toscaparser.api.parameters.Input@2d509f1f, org.onap.sdc.toscaparser.api.parameters.Input@6bd49702, org.onap.sdc.toscaparser.api.parameters.Input@18eb19a4]
2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b902e919-f031-42c9-9ec0-794da923877e: pNF 60ad5ead-840f
2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Processing PNF resource: f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7
2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery