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-05-17T04:25:29.051Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-c2tfd with PID 14 (/app/app.jar started by so in /app)
2021-05-17T04:25:29.056Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-17T04:25:29.057Z||main|||||INFO|500||The following profiles are active: basic
2021-05-17T04:25:36.829Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-17T04:25:36.830Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-17T04:25:36.978Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-17T04:25:38.430Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-17T04:25:38.645Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-17T04:25:38.956Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-17T04:25:38.962Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-17T04:25:39.042Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-17T04:25:39.199Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-17T04:25:39.564Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-17T04:25:40.557Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-17T04:25:42.502Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-17T04:25:42.542Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-17T04:25:43.022Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-17T04:25:43.197Z||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-05-17T04:25:44.385Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-17T04:25:45.250Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-17T04:25:45.272Z||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$$fe0b36b9.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-05-17T04:25:45.273Z||main|||||WARN|500||The sdc end point is not alive
2021-05-17T04:25:47.406Z||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-05-17T04:25:49.711Z||main|||||WARN|500||---
2021-05-17T04:25:49.711Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-17T04:25:49.712Z||main|||||WARN|500||---
2021-05-17T04:25:49.991Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-17T04:25:52.863Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-17T04:25:52.864Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-17T04:25:52.865Z||main|||||INFO|500||Started Application in 25.617 seconds (JVM running for 26.748)
2021-05-17T04:25:52.874Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-17T04:25:52.921Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-17T04:25:52.961Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2fe376ba-062f-4a31-bf16-ad8fc07226a0 url= /sdc/v1/artifactTypes
2021-05-17T04:25:52.962Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-17T04:25:53.251Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-17T04:25:53.274Z||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-05-17T04:25:53.294Z||scheduling-1|||||DEBUG|500||create keys
2021-05-17T04:25:53.301Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-17T04:25:53.319Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:25:53.338Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c82ca395-12ba-45e7-9c75-16bf23353a60 url= /sdc/v1/registerForDistribution
2021-05-17T04:25:53.503Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c82ca395-12ba-45e7-9c75-16bf23353a60 url= /sdc/v1/registerForDistribution
2021-05-17T04:25:53.503Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-17T04:25:53.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:25:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:25:53.517Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-17T04:25:53.518Z||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-05-17T04:25:53.518Z||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-05-17T04:25:53.519Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:25:53.519Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:26:03.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:26:03.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:26:53.510Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:26:53.512Z||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-05-17T04:26:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:26:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:26:53.513Z||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-05-17T04:26:53.514Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:27:03.065Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:27:03.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:27:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:27:53.511Z||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-05-17T04:27:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:27:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:27:53.513Z||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-05-17T04:27:53.514Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:28:03.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:28:03.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:28:53.511Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:28:53.512Z||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-05-17T04:28:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:28:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:28:53.513Z||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-05-17T04:28:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:29:03.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:29:03.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:29:53.510Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:29:53.511Z||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-05-17T04:29:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:29:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:29:53.513Z||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-05-17T04:29:53.514Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:30:03.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:30:03.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:30:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:30:53.511Z||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-05-17T04:30:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:30:53.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:30:53.515Z||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-05-17T04:30:53.516Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:31:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:31:03.051Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:31:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:31:53.511Z||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-05-17T04:31:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:31:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:31:53.513Z||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-05-17T04:31:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:32:03.056Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:32:03.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:32:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:32:53.511Z||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-05-17T04:32:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:32:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:32:53.513Z||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-05-17T04:32:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:33:03.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:33:03.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:33:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:33:53.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:33:53.513Z||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-05-17T04:33:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:33:53.516Z||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-05-17T04:33:53.516Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:34:03.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:34:03.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:34:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:34:53.511Z||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-05-17T04:34:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:34:53.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:34:53.513Z||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-05-17T04:34:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:35:03.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:35:03.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:35:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:35:53.512Z||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-05-17T04:35:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:35:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:35:53.513Z||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-05-17T04:35:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:35:54.666Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-17T04:36:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:36:03.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:36:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:36:53.511Z||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-05-17T04:36:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:36:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:36:53.513Z||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-05-17T04:36:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:37:03.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:37:03.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:37:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:37:53.511Z||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-05-17T04:37:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:37:53.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:37:53.513Z||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-05-17T04:37:53.514Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:38:03.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:38:03.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:38:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:38:53.511Z||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-05-17T04:38:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:38:53.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:38:53.513Z||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-05-17T04:38:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:39:03.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:39:03.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:39:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:39:53.511Z||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-05-17T04:39:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:39:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:39:53.513Z||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-05-17T04:39:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:40:03.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:40:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:40:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:40:53.511Z||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-05-17T04:40:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:40:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:40:53.513Z||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-05-17T04:40:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:41:03.067Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:41:03.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:41:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:41:53.511Z||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-05-17T04:41:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:41:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:41:53.513Z||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-05-17T04:41:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:42:03.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:42:03.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:42:53.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:42:53.512Z||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-05-17T04:42:53.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:42:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:42:53.513Z||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-05-17T04:42:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:43:03.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:43:03.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:43:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:43:53.511Z||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-05-17T04:43:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:43:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:43:53.512Z||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-05-17T04:43:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:44:03.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:44:03.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:44:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:44:53.511Z||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-05-17T04:44:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:44:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:44:53.512Z||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-05-17T04:44:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:45:03.052Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:45:03.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:45:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:45:53.511Z||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-05-17T04:45:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:45:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:45:53.513Z||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-05-17T04:45:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:46:03.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:46:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:46:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:46:53.511Z||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-05-17T04:46:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:46:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:46:53.512Z||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-05-17T04:46:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:47:03.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:47:03.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:47:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:47:53.511Z||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-05-17T04:47:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:47:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:47:53.513Z||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-05-17T04:47:53.523Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:48:03.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:48:03.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:48:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:48:53.511Z||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-05-17T04:48:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:48:53.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:48:53.513Z||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-05-17T04:48:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:49:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:49:03.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:49:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:49:53.511Z||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-05-17T04:49:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:49:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:49:53.512Z||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-05-17T04:49:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:50:03.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:50:03.056Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:50:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:50:53.511Z||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-05-17T04:50:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:50:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:50:53.513Z||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-05-17T04:50:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:51:03.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:51:03.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:51:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:51:53.511Z||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-05-17T04:51:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:51:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:51:53.513Z||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-05-17T04:51:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:52:03.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:52:03.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:52:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:52:53.511Z||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-05-17T04:52:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:52:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:52:53.512Z||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-05-17T04:52:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:53:03.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:53:03.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:53:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:53:53.511Z||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-05-17T04:53:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:53:53.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:53:53.513Z||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-05-17T04:53:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:54:03.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:54:03.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:54:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:54:53.511Z||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-05-17T04:54:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:54:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:54:53.513Z||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-05-17T04:54:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:55:03.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:55:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:55:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:55:53.511Z||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-05-17T04:55:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:55:53.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:55:53.512Z||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-05-17T04:55:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:56:03.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:56:03.048Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:56:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:56:53.511Z||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-05-17T04:56:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:56:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:56:53.512Z||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-05-17T04:56:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:57:03.046Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:57:03.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:57:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:57:53.511Z||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-05-17T04:57:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:57:53.513Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:57:53.514Z||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-05-17T04:57:53.514Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:58:03.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:58:03.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:58:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:58:53.511Z||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-05-17T04:58:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:58:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:58:53.513Z||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-05-17T04:58:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:59:03.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:59:03.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T04:59:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:59:53.511Z||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-05-17T04:59:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T04:59:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T04:59:53.512Z||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-05-17T04:59:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:00:03.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:00:03.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:00:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:00:53.511Z||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-05-17T05:00:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:00:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:00:53.512Z||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-05-17T05:00:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:01:03.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:01:03.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:01:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:01:53.511Z||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-05-17T05:01:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:01:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:01:53.512Z||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-05-17T05:01:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:02:03.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:02:03.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:02:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:02:53.511Z||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-05-17T05:02:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:02:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:02:53.513Z||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-05-17T05:02:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:03:03.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:03:03.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:03:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:03:53.511Z||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-05-17T05:03:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:03:53.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:03:53.512Z||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-05-17T05:03:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:04:03.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:04:03.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:04:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:04:53.511Z||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-05-17T05:04:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:04:53.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:04:53.513Z||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-05-17T05:04:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:05:03.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:05:03.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:05:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:05:53.511Z||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-05-17T05:05:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:05:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:05:53.512Z||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-05-17T05:05:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:06:03.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:06:03.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:06:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:06:53.511Z||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-05-17T05:06:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:06:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:06:53.512Z||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-05-17T05:06:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:07:03.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:07:03.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:07:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:07:53.511Z||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-05-17T05:07:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:07:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:07:53.513Z||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-05-17T05:07:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:08:03.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:08:03.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:08:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:08:53.511Z||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-05-17T05:08:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:08:53.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:08:53.513Z||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-05-17T05:08:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:09:03.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:09:03.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:09:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:09:53.511Z||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-05-17T05:09:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:09:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:09:53.513Z||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-05-17T05:09:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:10:03.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:10:03.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:10:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:10:53.511Z||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-05-17T05:10:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:10:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:10:53.513Z||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-05-17T05:10:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:11:03.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:11:03.048Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:11:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:11:53.511Z||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-05-17T05:11:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:11:53.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:11:53.513Z||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-05-17T05:11:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:12:03.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:12:03.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:12:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:12:53.511Z||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-05-17T05:12:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:12:53.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:12:53.512Z||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-05-17T05:12:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:13:03.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:13:03.048Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:13:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:13:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:13:53.512Z||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-05-17T05:13:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:13:53.513Z||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-05-17T05:13:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:14:03.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:14:03.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:14:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:14:53.511Z||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-05-17T05:14:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:14:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:14:53.513Z||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-05-17T05:14:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:14:56.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:14:56.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-17T05:14:56.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8d7e620-bc04-44d3-9d7d-8c3a743e5476","serviceName":"vFW 2021-05-17 05-11-29","serviceVersion":"1.0","serviceUUID":"a33a269c-644c-4e89-b05b-b60099b4caf7","serviceDescription":"catalog service description","serviceInvariantUUID":"87bc8252-bfba-4161-8cc4-0e64b8129704","resources":[{"resourceInstanceName":"vFW cee1a177-f958 0","resourceName":"vFW cee1a177-f958","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b621714b-9d6d-461c-8b1e-07b13cc7fee2","resourceInvariantUUID":"618b378d-1367-4a3c-ae99-b0599512c7a7","resourceCustomizationUUID":"693b0e0d-c94e-49b7-b530-c7359cce4568","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml","artifactChecksum":"ODcyMTA5MWYyZjUxZWNmODliYzE3NDc3MDg0ZGM1MTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86a39a7f-f63b-433c-9de3-c6f2b2807ddb","artifactVersion":"1"},{"artifactName":"vfwcee1a177f9580_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json","artifactChecksum":"Yzk5Y2MwNjIyYWZlMzE5NmNmYzA2MmQxNjZmMzQyYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91c51178-a8f0-4f36-acf2-57c666d48e00","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d9d50c2-75a8-4331-8c9f-63dcf28863ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml","artifactChecksum":"NjEzOGFiODAyMWI3MDNmZDZjZGQzNjk2ZDY0MTA0NTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dbd5d59a-5f6f-42f7-abfd-a9f7a390abcb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"475f29f4-7440-4b52-865c-48e2b1b21f79","artifactVersion":"2","generatedFromUUID":"8d9d50c2-75a8-4331-8c9f-63dcf28863ca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210517051129-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml","artifactChecksum":"NjI5OGQwNmY5ZTBlZGY0MzZjZWQyNmFjNDQ1NzFlODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c51872b5-aa95-4799-a797-441a77bcd3eb","artifactVersion":"1"},{"artifactName":"service-Vfw20210517051129-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar","artifactChecksum":"YTU0Y2MzMTQ3ZTkyMWJlZTZiZDI3NDEzMTViNTk1OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de27e93c-f200-4364-81ae-ac07f53d153e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-17T05:14:56.796Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:14:56.810Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:14:56.824Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:14:56.824Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:14:56.924Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-05-17T05:14:56.928Z||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-05-17T05:14:56.928Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:14:56.984Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:14:56.984Z||pool-3-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:14:57.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:14:57.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:14:57.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "cds",
"timestamp": 1621228495740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:14:57.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:14:57.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:14:57.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228492748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:14:57.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:14:57.833Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:14:57.833Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:14:57.835Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:14:57.835Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOTIFIED"
}
2021-05-17T05:14:57.935Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:14:57.936Z||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-05-17T05:14:57.936Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:14:57.942Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:14:57.942Z||pool-4-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:14:58.835Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:14:58.836Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:14:58.838Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:14:58.838Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-17T05:14:58.938Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:14:58.939Z||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-05-17T05:14:58.939Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:14:58.945Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:14:58.945Z||pool-5-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:14:59.838Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:14:59.839Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:14:59.841Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:14:59.841Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:14:59.941Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:14:59.942Z||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-05-17T05:14:59.942Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:14:59.948Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:14:59.948Z||pool-6-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:15:00.842Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:15:00.842Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:15:00.844Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:15:00.844Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-17T05:15:00.944Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:15:00.945Z||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-05-17T05:15:00.945Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:00.952Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:00.953Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:15:01.845Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:15:01.845Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:15:01.847Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:15:01.847Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:15:01.948Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:15:01.949Z||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-05-17T05:15:01.949Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:01.955Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:01.955Z||pool-8-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:15:02.848Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:15:02.849Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:15:02.851Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:15:02.851Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:15:02.951Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:15:02.952Z||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-05-17T05:15:02.952Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:02.958Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:02.959Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:15:03.853Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"serviceName": "vFW 2021-05-17 05-11-29",
"serviceVersion": "1.0",
"serviceUUID": "a33a269c-644c-4e89-b05b-b60099b4caf7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "87bc8252-bfba-4161-8cc4-0e64b8129704",
"resources": [
{
"resourceInstanceName": "vFW cee1a177-f958 0",
"resourceCustomizationUUID": "693b0e0d-c94e-49b7-b530-c7359cce4568",
"resourceName": "vFW cee1a177-f958",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b621714b-9d6d-461c-8b1e-07b13cc7fee2",
"resourceInvariantUUID": "618b378d-1367-4a3c-ae99-b0599512c7a7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcee1a177f9580_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"artifactChecksum": "Yzk5Y2MwNjIyYWZlMzE5NmNmYzA2MmQxNjZmMzQyYmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "91c51178-a8f0-4f36-acf2-57c666d48e00",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8d9d50c2-75a8-4331-8c9f-63dcf28863ca",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "475f29f4-7440-4b52-865c-48e2b1b21f79",
"generatedFromUUID": "8d9d50c2-75a8-4331-8c9f-63dcf28863ca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "475f29f4-7440-4b52-865c-48e2b1b21f79",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210517051129-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"artifactChecksum": "YTU0Y2MzMTQ3ZTkyMWJlZTZiZDI3NDEzMTViNTk1OTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de27e93c-f200-4364-81ae-ac07f53d153e"
}
],
"workloadContext": "Production"
}
2021-05-17T05:15:03.854Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-17T05:15:03.854Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a33a269c-644c-4e89-b05b-b60099b4caf7 ASDC
2021-05-17T05:15:03.960Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c8d7e620-bc04-44d3-9d7d-8c3a743e5476
ServiceName:vFW 2021-05-17 05-11-29
ServiceVersion:1.0
ServiceUUID:a33a269c-644c-4e89-b05b-b60099b4caf7
ServiceInvariantUUID:87bc8252-bfba-4161-8cc4-0e64b8129704
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210517051129-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar
ArtifactUUID:de27e93c-f200-4364-81ae-ac07f53d153e
ArtifactChecksum:YTU0Y2MzMTQ3ZTkyMWJlZTZiZDI3NDEzMTViNTk1OTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cee1a177-f958 0
ResourceCustomizationUUID:693b0e0d-c94e-49b7-b530-c7359cce4568
ResourceInvariantUUID:618b378d-1367-4a3c-ae99-b0599512c7a7
ResourceName:vFW cee1a177-f958
ResourceType:VF
ResourceUUID:b621714b-9d6d-461c-8b1e-07b13cc7fee2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcee1a177f9580_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json
ArtifactUUID:91c51178-a8f0-4f36-acf2-57c666d48e00
ArtifactChecksum:Yzk5Y2MwNjIyYWZlMzE5NmNmYzA2MmQxNjZmMzQyYmY=
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/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml
ArtifactUUID:8d9d50c2-75a8-4331-8c9f-63dcf28863ca
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/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env
ArtifactUUID:475f29f4-7440-4b52-865c-48e2b1b21f79
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/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env
ArtifactUUID:475f29f4-7440-4b52-865c-48e2b1b21f79
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-17T05:15:03.960Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a33a269c-644c-4e89-b05b-b60099b4caf7 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-05-17T05:15:04.575Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-17T05:15:04.577Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-17T05:15:04.578Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-17T05:15:04.578Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: de27e93c-f200-4364-81ae-ac07f53d153e from URL: /sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:04.579Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-17T05:15:04.580Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:05.923Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-17T05:15:05.953Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar de27e93c-f200-4364-81ae-ac07f53d153e 110439
2021-05-17T05:15:05.954Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar ASDC sendASDCNotification
2021-05-17T05:15:05.954Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:06.003Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-17T05:15:06.004Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:15:06.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:15:06.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228505953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:15:06.106Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:15:06.107Z||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-05-17T05:15:06.107Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:06.113Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:06.114Z||pool-10-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:15:07.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-17T05:15:07.012Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-17T05:15:07.012Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: de27e93c-f200-4364-81ae-ac07f53d153e, URL: /sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar to file: /app/ASDC/1/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:07.012Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210517051129-csar.csar
2021-05-17T05:15:07.239Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:07.239Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:07.716Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8100551717409159431/Definitions/service-Vfw20210517051129-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-05-17T05:15:10.337Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-17T05:15:10.341Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-17T05:15:10.341Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.341Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-17T05:15:10.341Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.341Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cee1a177-f958 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-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cee1a177-f958 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:10.343Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-17T05:15:10.349Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.350Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:10.353Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria
2021-05-17T05:15:10.353Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-17T05:15:10.354Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-17T05:15:10.356Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.356Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:10.356Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria
2021-05-17T05:15:10.356Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-17T05:15:10.357Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-17T05:15:10.357Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.357Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:10.360Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.360Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria
2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.363Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-17T05:15:10.363Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.363Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-17T05:15:10.364Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.364Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria
2021-05-17T05:15:10.364Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:15:10.364Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria
2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria
2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria
2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca8ca7e5-9067-4c7f-8309-5428c90ae917
2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria
2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b75f7fd-5da4-487d-919d-1c7e169941c6
2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria
2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=596e7047-ccda-436f-82bf-d22696a0fd3f
2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:10.372Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.372Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:10.372Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:10.372Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:10.372Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-17 05-11-29
Description:catalog service description
Model UUID:a33a269c-644c-4e89-b05b-b60099b4caf7
Model Version:NULL
Model InvariantUuid:87bc8252-bfba-4161-8cc4-0e64b8129704
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cee1a177-f958
Model UUID:d9772ef8-85ae-4ae8-b185-6568be5d4779
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:618b378d-1367-4a3c-ae99-b0599512c7a7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:693b0e0d-c94e-49b7-b530-c7359cce4568
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:56cee469-a6fe-4995-aed3-aad61f09f5dd
ModelName:VfwCee1a177F958..base_vfw..module-0
ModelUuid:28a66ec4-d76f-43e2-866b-6c69fa5d9f70
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ca8ca7e5-9067-4c7f-8309-5428c90ae917
ModelInvariantUuid:1585d5d1-b565-4206-b2b0-459fd0487bf4
ModelName:vFW cee1a177-f958-nodes.vfwCvfc
ModelUuid:92e6835c-f6ee-47cc-ba83-7f51dd30a2c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e75ce06c-ec11-42ea-8159-90f541d2d48f
ModelInvariantUuid:607494f3-0cf7-4958-9f66-9b39f07bc212
ModelName:VfwCee1a177F958.compute.nodes.heat.vfw
ModelUuid:857a0872-e006-4527-ae76-2bfeec660f8f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0b75f7fd-5da4-487d-919d-1c7e169941c6
ModelInvariantUuid:4a2ef0bc-7162-470d-85fc-58d6836f765b
ModelName:vFW cee1a177-f958-nodes.vsnCvfc
ModelUuid:3daad1ee-1df2-49d2-a2c1-8910570e426b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a22bf87a-8543-4cff-bd53-e1227eb786b3
ModelInvariantUuid:04a06f24-04dc-4964-97a8-866e3663236e
ModelName:VfwCee1a177F958.compute.nodes.heat.vsn
ModelUuid:98fb297f-caa4-4dbb-bc37-ed87144c18b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:596e7047-ccda-436f-82bf-d22696a0fd3f
ModelInvariantUuid:09df7527-ec56-4c2b-a39d-ef33da6f88d3
ModelName:vFW cee1a177-f958-nodes.vpgCvfc
ModelUuid:c885d7c0-4a54-46ef-87b5-85de8f0cbfdd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:17878878-fc23-4340-9ebb-b2cc38beb5df
ModelInvariantUuid:e43e0bdc-6c7d-4d8e-b4eb-8fdf66787501
ModelName:VfwCee1a177F958.compute.nodes.heat.vpg
ModelUuid:1bc464b7-2633-4509-84cd-aea8dd801092
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-17T05:15:10.391Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b621714b-9d6d-461c-8b1e-07b13cc7fee2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:15:10.569Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||vFW cee1a177-f958 0
2021-05-17T05:15:10.575Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b621714b-9d6d-461c-8b1e-07b13cc7fee2
2021-05-17T05:15:10.576Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 91c51178-a8f0-4f36-acf2-57c666d48e00 from URL: /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json
2021-05-17T05:15:10.576Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-17T05:15:10.576Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json
2021-05-17T05:15:13.801Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-17T05:15:13.802Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json 91c51178-a8f0-4f36-acf2-57c666d48e00 785
2021-05-17T05:15:13.802Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json ASDC sendASDCNotification
2021-05-17T05:15:13.802Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json
2021-05-17T05:15:13.803Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-17T05:15:13.803Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:15:13.806Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:15:13.806Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228513802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:15:13.906Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:15:13.907Z||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-05-17T05:15:13.907Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:13.916Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:13.916Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-17T05:15:14.807Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCee1a177F958..base_vfw..module-0",
"vfModuleModelInvariantUUID": "56cee469-a6fe-4995-aed3-aad61f09f5dd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "28a66ec4-d76f-43e2-866b-6c69fa5d9f70",
"vfModuleModelCustomizationUUID": "36241e8a-3177-435f-985f-a013830a15a9",
"isBase": true,
"artifacts": [
"8d9d50c2-75a8-4331-8c9f-63dcf28863ca",
"475f29f4-7440-4b52-865c-48e2b1b21f79"
],
"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-05-17T05:15:15.061Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCee1a177F958..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28a66ec4-d76f-43e2-866b-6c69fa5d9f70
VfModuleModelInvariantUUID:56cee469-a6fe-4995-aed3-aad61f09f5dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d9d50c2-75a8-4331-8c9f-63dcf28863ca
,
475f29f4-7440-4b52-865c-48e2b1b21f79
}
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-05-17T05:15:15.064Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCee1a177F958..base_vfw..module-0",
"vfModuleModelInvariantUUID": "56cee469-a6fe-4995-aed3-aad61f09f5dd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "28a66ec4-d76f-43e2-866b-6c69fa5d9f70",
"vfModuleModelCustomizationUUID": "36241e8a-3177-435f-985f-a013830a15a9",
"isBase": true,
"artifacts": [
"8d9d50c2-75a8-4331-8c9f-63dcf28863ca",
"475f29f4-7440-4b52-865c-48e2b1b21f79"
],
"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-05-17T05:15:15.064Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCee1a177F958..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28a66ec4-d76f-43e2-866b-6c69fa5d9f70
VfModuleModelInvariantUUID:56cee469-a6fe-4995-aed3-aad61f09f5dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d9d50c2-75a8-4331-8c9f-63dcf28863ca
,
475f29f4-7440-4b52-865c-48e2b1b21f79
}
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-05-17T05:15:15.064Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8d9d50c2-75a8-4331-8c9f-63dcf28863ca from URL: /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml
2021-05-17T05:15:15.064Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-17T05:15:15.064Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml
2021-05-17T05:15:16.001Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-17T05:15:16.002Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml 8d9d50c2-75a8-4331-8c9f-63dcf28863ca 20368
2021-05-17T05:15:16.002Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-17T05:15:16.002Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml
2021-05-17T05:15:16.002Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-17T05:15:16.003Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:15:16.005Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:15:16.005Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228516002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:15:16.105Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:15:16.106Z||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-05-17T05:15:16.106Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:16.114Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:16.114Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:15:17.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 475f29f4-7440-4b52-865c-48e2b1b21f79 from URL: /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env
2021-05-17T05:15:17.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-17T05:15:17.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env
2021-05-17T05:15:17.738Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-17T05:15:17.739Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env 475f29f4-7440-4b52-865c-48e2b1b21f79 2098
2021-05-17T05:15:17.739Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-17T05:15:17.739Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env
2021-05-17T05:15:17.739Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-17T05:15:17.740Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:15:17.742Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:15:17.742Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228517739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:15:17.842Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:15:17.843Z||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-05-17T05:15:17.843Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:17.849Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:17.850Z||pool-13-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:15:18.743Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a33a269c-644c-4e89-b05b-b60099b4caf7
2021-05-17T05:15:18.743Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cee1a177-f958 0 b621714b-9d6d-461c-8b1e-07b13cc7fee2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:15:18.791Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.792Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:18.792Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-05-17T05:15:18.792Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 693b0e0d-c94e-49b7-b530-c7359cce4568
2021-05-17T05:15:18.793Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 693b0e0d-c94e-49b7-b530-c7359cce4568 matches Tosca VF Customization UUID: 693b0e0d-c94e-49b7-b530-c7359cce4568
2021-05-17T05:15:18.793Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 693b0e0d-c94e-49b7-b530-c7359cce4568 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-17T05:15:18.800Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.800Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:18.801Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 693b0e0d-c94e-49b7-b530-c7359cce4568: {\"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-05-17T05:15:18.801Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15671acf
2021-05-17T05:15:18.801Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.802Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-17T05:15:18.802Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 36241e8a-3177-435f-985f-a013830a15a9
2021-05-17T05:15:18.803Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 36241e8a-3177-435f-985f-a013830a15a9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-17T05:15:18.808Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.808Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria
2021-05-17T05:15:18.808Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:15:18.809Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.809Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria
2021-05-17T05:15:18.809Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria
2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca8ca7e5-9067-4c7f-8309-5428c90ae917
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-17T05:15:18.819Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.819Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria
2021-05-17T05:15:18.820Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:15:18.820Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.820Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria
2021-05-17T05:15:18.820Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-17T05:15:18.820Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-17T05:15:18.822Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:18.822Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-17T05:15:18.822Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-17T05:15:18.822Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b75f7fd-5da4-487d-919d-1c7e169941c6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-17T05:15:18.824Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.824Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria
2021-05-17T05:15:18.824Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:15:18.826Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.826Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria
2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-17T05:15:18.828Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-17T05:15:18.828Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-17T05:15:18.828Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-17T05:15:18.828Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-17T05:15:18.828Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-17T05:15:18.829Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=596e7047-ccda-436f-82bf-d22696a0fd3f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-17T05:15:18.830Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.830Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria
2021-05-17T05:15:18.831Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:15:18.831Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.831Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria
2021-05-17T05:15:18.831Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=693b0e0d-c94e-49b7-b530-c7359cce4568
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:15:18.833Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.833Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:18.833Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a33a269c-644c-4e89-b05b-b60099b4caf7: vFW cee1a177-f958
2021-05-17T05:15:18.833Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.833Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:15:18.835Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:15:18.835Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-05-17 05-11-29
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-05-17T05:15:19.076Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cee1a177-f958 b621714b-9d6d-461c-8b1e-07b13cc7fee2 1 ASDC deployResourceStructure
2021-05-17T05:15:19.076Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json ASDC sendASDCNotification
2021-05-17T05:15:19.076Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json
2021-05-17T05:15:19.076Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-17T05:15:19.077Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:15:19.078Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:15:19.078Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228519076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "DEPLOY_OK"
}
2021-05-17T05:15:19.178Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:15:19.179Z||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-05-17T05:15:19.179Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:19.186Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:19.186Z||pool-14-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:15:20.079Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-17T05:15:20.079Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml
2021-05-17T05:15:20.079Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-17T05:15:20.080Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:15:20.081Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:15:20.081Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228520079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-17T05:15:20.182Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:15:20.184Z||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-05-17T05:15:20.184Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:20.190Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:20.191Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:15:21.082Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-17T05:15:21.082Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env
2021-05-17T05:15:21.083Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-17T05:15:21.083Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:15:21.085Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:15:21.085Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228521082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-17T05:15:21.185Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:15:21.186Z||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-05-17T05:15:21.186Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:21.193Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:21.193Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-17T05:15:22.086Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar ASDC sendASDCNotification
2021-05-17T05:15:22.086Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar
2021-05-17T05:15:22.086Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-17T05:15:22.086Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:15:22.088Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:15:22.088Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228522086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:15:22.188Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:15:22.189Z||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-05-17T05:15:22.189Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:22.196Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:22.197Z||pool-17-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-05-17T05:15:23.089Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:15:23.109Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:15:23.111Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-17T05:15:23.111Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-17T05:15:23.112Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-17T05:15:53.112Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:15:53.121Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:15:53.123Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-17T05:15:53.123Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-17T05:15:53.124Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-17T05:15:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:15:53.513Z||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-05-17T05:15:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:15:53.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:15:53.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:15:53.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228489423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:15:53.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:16:23.124Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:16:23.131Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:16:23.133Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-17T05:16:23.133Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-17T05:16:23.133Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-17T05:16:53.133Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:16:53.143Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:16:53.145Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-17T05:16:53.145Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-17T05:16:53.145Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-17T05:16:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:16:53.513Z||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-05-17T05:16:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:16:53.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:16:53.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:16:53.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "aai-ml",
"timestamp": 1621228487026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:16:53.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:16:53.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:16:53.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228494512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:16:53.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:16:53.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:16:53.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:16:53.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:23.145Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:17:23.154Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:17:23.156Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-17T05:17:23.156Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-17T05:17:23.156Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-17T05:17:53.157Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:17:53.165Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:17:53.167Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-17T05:17:53.167Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-17T05:17:53.168Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-17T05:17:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:17:53.513Z||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-05-17T05:17:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:17:53.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:17:54.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "ves-openapi-manager",
"timestamp": 1621228490847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621228496414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228489423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228492748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "cds",
"timestamp": 1621228495740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "aai-ml",
"timestamp": 1621228487026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228494512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "ves-openapi-manager",
"timestamp": 1621228490847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621228496414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "dcae-sch",
"timestamp": 1621228497766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228489423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "cds",
"timestamp": 1621228495740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228492748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "aai-ml",
"timestamp": 1621228487026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228494512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "ves-openapi-manager",
"timestamp": 1621228490847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621228496414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "dcae-sch",
"timestamp": 1621228497766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228489423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "cds",
"timestamp": 1621228495740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228492748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "aai-ml",
"timestamp": 1621228487026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228494512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "ves-openapi-manager",
"timestamp": 1621228490847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621228496414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "dcae-sch",
"timestamp": 1621228497766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "policy-id",
"timestamp": 1621228499841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228489423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228492748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "cds",
"timestamp": 1621228495740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "aai-ml",
"timestamp": 1621228487026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228494512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "ves-openapi-manager",
"timestamp": 1621228490847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621228496414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "dcae-sch",
"timestamp": 1621228497766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "policy-id",
"timestamp": 1621228499841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228489423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228492748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "cds",
"timestamp": 1621228495740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "aai-ml",
"timestamp": 1621228487026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228494512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "ves-openapi-manager",
"timestamp": 1621228490847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621228496414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "dcae-sch",
"timestamp": 1621228497766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "policy-id",
"timestamp": 1621228499841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228489423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "cds",
"timestamp": 1621228495740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228492748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228493510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "aai-ml",
"timestamp": 1621228487026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228494512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "ves-openapi-manager",
"timestamp": 1621228490847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621228496414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "dcae-sch",
"timestamp": 1621228497766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "policy-id",
"timestamp": 1621228499841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "dcae-sch",
"timestamp": 1621228497766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "policy-id",
"timestamp": 1621228499841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228505123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "cds",
"timestamp": 1621228505284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "aai-ml",
"timestamp": 1621228505346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "policy-id",
"timestamp": 1621228499841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228505535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228505575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621228505694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228505953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "cds",
"timestamp": 1621228506301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-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-05-17T05:17:54.068Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476
2021-05-17T05:17:54.068Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "policy-id",
"timestamp": 1621228499841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228507725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228508165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228508423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "policy-id",
"timestamp": 1621228509317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621228510256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:17:54.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "policy-id",
"timestamp": 1621228510323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:17:54.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621228511260,
"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-05-17T05:17:54.081Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476
2021-05-17T05:17:54.082Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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-05-17T05:17:54.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "policy-id",
"timestamp": 1621228511326,
"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-05-17T05:17:54.091Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476
2021-05-17T05:17:54.091Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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-05-17T05:17:54.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228513200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "clamp",
"timestamp": 1621228512732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228513438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228513587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228513802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228514214,
"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-05-17T05:17:54.102Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476
2021-05-17T05:17:54.102Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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-05-17T05:17:54.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "clamp",
"timestamp": 1621228512732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228514592,
"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-05-17T05:17:54.111Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476
2021-05-17T05:17:54.111Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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-05-17T05:17:54.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621228515218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "DEPLOY_OK"
}
2021-05-17T05:17:54.117Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "clamp",
"timestamp": 1621228512732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228515424,
"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-05-17T05:17:54.120Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476
2021-05-17T05:17:54.120Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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-05-17T05:17:54.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621228515596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "DEPLOY_OK"
}
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228516002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "clamp",
"timestamp": 1621228512732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621228516428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "DEPLOY_OK"
}
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "clamp",
"timestamp": 1621228512732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228517739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "clamp",
"timestamp": 1621228512732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228519076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json",
"status": "DEPLOY_OK"
}
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "clamp",
"timestamp": 1621228512732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228520079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "aai-ml",
"timestamp": 1621228520149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228521082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "aai-ml",
"timestamp": 1621228521154,
"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-05-17T05:17:54.130Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476
2021-05-17T05:17:54.131Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228522086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:17:54.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "clamp",
"timestamp": 1621228532322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:17:54.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "clamp",
"timestamp": 1621228534330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:17:54.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "clamp",
"timestamp": 1621228535334,
"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-05-17T05:17:54.145Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476
2021-05-17T05:17:54.145Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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-05-17T05:18:23.168Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:18:23.178Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476
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-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:18:23.182Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-05-17T05:18:23.185Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-17T05:18:53.186Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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-05-17T05:18:53.193Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 and serviceModelVersionId: a33a269c-644c-4e89-b05b-b60099b4caf7
2021-05-17T05:18:53.193Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87bc8252-bfba-4161-8cc4-0e64b8129704
2021-05-17T05:18:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:18:53.512Z||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-05-17T05:18:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:19:03.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:19:10.183Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0
2021-05-17T05:19:10.285Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-17T05:19:10.968Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|INFO|500||Invoke
2021-05-17T05:19:10.975Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8d7e620-bc04-44d3-9d7d-8c3a743e5476], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91ec2dff-5b2f-4548-824e-7060b703f392], X-ECOMP-RequestID=[c8d7e620-bc04-44d3-9d7d-8c3a743e5476], X-TransactionId=[], X-ONAP-RequestID=[c8d7e620-bc04-44d3-9d7d-8c3a743e5476], Content-Type=[application/merge-patch+json]}
2021-05-17T05:19:11.146Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-17T05:19:11.767Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210517-05:19:11:153-26205], vertex-id=[385256], Content-Length=[0], Date=[Mon, 17 May 2021 05:19:11 GMT], Content-Type=[application/json]}
2021-05-17T05:19:11.769Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-17T05:19:11.770Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|INFO|500||InvokeReturn
2021-05-17T05:19:11.772Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-17T05:19:11.773Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:19:11.778Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-05-17T05:19:11.779Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d7e620-bc04-44d3-9d7d-8c3a743e5476 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-17T05:19:11.780Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-17T05:19:11.780Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:19:11.781Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:19:11.782Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228751779,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-17T05:19:11.882Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:19:11.886Z||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-05-17T05:19:11.886Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:19:11.892Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:19:11.893Z||pool-18-thread-1|||||INFO|500||cambria reply ok (8 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-05-17T05:19:12.791Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:19:12.791Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|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-05-17T05:19:12.791Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:19:22.967Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:19:22.968Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:19:22.968Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|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-05-17T05:19:22.968Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:19:32.502Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:19:32.503Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:19:32.504Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-17T05:19:32.504Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:19:42.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:19:42.038Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:19:42.039Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-17T05:19:42.039Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:19:51.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:19:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:19:53.511Z||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-05-17T05:19:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:19:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:19:53.513Z||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-05-17T05:19:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:19:54.134Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:19:54.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-17T05:19:54.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621228751779,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-17T05:19:54.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:20:03.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:20:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:20:53.511Z||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-05-17T05:20:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:20:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:20:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|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-05-17T05:20:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:21:03.051Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:21:03.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:21:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:21:53.511Z||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-05-17T05:21:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:21:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:21:53.512Z||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-05-17T05:21:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:22:03.052Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:22:03.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:22:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:22:53.511Z||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-05-17T05:22:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:22:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:22:53.512Z||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-05-17T05:22:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:23:03.048Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:23:03.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:23:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:23:53.511Z||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-05-17T05:23:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:23:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:23:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|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-05-17T05:23:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:24:03.051Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:24:03.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:24:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:24:53.511Z||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-05-17T05:24:53.511Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:24:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:24:53.512Z||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-05-17T05:24:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:24:54.131Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:24:54.132Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:24:54.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2cf3cca4-256a-441b-a348-e3b5d94c2121","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8a98ac63-f596-4610-9ca1-b1f7e3734ee9","serviceDescription":"service","serviceInvariantUUID":"861e5135-f8d5-4dd9-9230-1c069dfc5c71","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2f200a68-dc75-46e7-ba85-f09378e1aa38","resourceInvariantUUID":"14cf2209-1e6d-4db2-b26c-6ad6a94cbf76","resourceCustomizationUUID":"64954e43-7c01-4a32-b773-cbd35a356755","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":"ZWI3MmM4MTlmYTRjMzdmNDcyODdiYzEwYjBlNmQ2N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a5fd0a7-f88f-49a5-84bc-126fe808b82d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjZiZjg2ZjA3MmI1NjdkYWJiNDIwZjdkN2FiNzljMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"022d7356-e32d-4880-b4d8-42ec05385a47","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-17T05:24:54.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "dcae-sch",
"timestamp": 1621229037766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "policy-id",
"timestamp": 1621229039841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.134Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:24:54.134Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:24:54.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.137Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:24:54.137Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229093510,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "dcae-sch",
"timestamp": 1621229037766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "policy-id",
"timestamp": 1621229039841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:24:54.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621229049423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621229049423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "cds",
"timestamp": 1621229050740,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229050847,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "cds",
"timestamp": 1621229050740,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229050847,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "clamp",
"timestamp": 1621229052732,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621229052747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "policy-id",
"timestamp": 1621229053604,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "clamp",
"timestamp": 1621229052732,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621229052747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "policy-id",
"timestamp": 1621229054608,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "cds",
"timestamp": 1621229054703,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621229054512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "policy-id",
"timestamp": 1621229055610,
"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=?
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-05-17T05:24:54.157Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cf3cca4-256a-441b-a348-e3b5d94c2121
2021-05-17T05:24:54.157Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf3cca4-256a-441b-a348-e3b5d94c2121 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-05-17T05:24:54.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "cds",
"timestamp": 1621229055708,
"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=?
2021-05-17T05:24:54.167Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2cf3cca4-256a-441b-a348-e3b5d94c2121
2021-05-17T05:24:54.167Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf3cca4-256a-441b-a348-e3b5d94c2121 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-05-17T05:24:54.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621229054512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:24:54.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "aai-ml",
"timestamp": 1621229057026,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "aai-ml",
"timestamp": 1621229057026,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "aai-ml",
"timestamp": 1621229060161,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "aai-ml",
"timestamp": 1621229063823,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "aai-ml",
"timestamp": 1621229064826,
"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-05-17T05:24:54.179Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2cf3cca4-256a-441b-a348-e3b5d94c2121
2021-05-17T05:24:54.179Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf3cca4-256a-441b-a348-e3b5d94c2121 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-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229066414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:24:54.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "clamp",
"timestamp": 1621229067421,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:24:54.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229066414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:24:54.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:24:54.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "clamp",
"timestamp": 1621229069401,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:24:54.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:24:54.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "clamp",
"timestamp": 1621229070404,
"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-05-17T05:24:54.189Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2cf3cca4-256a-441b-a348-e3b5d94c2121
2021-05-17T05:24:54.189Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf3cca4-256a-441b-a348-e3b5d94c2121 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-05-17T05:24:54.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229072801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:24:54.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:24:54.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229074248,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:24:54.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:24:54.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:24:54.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229075252,
"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-05-17T05:24:54.199Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2cf3cca4-256a-441b-a348-e3b5d94c2121
2021-05-17T05:24:54.200Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf3cca4-256a-441b-a348-e3b5d94c2121 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-05-17T05:24:54.237Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:24:54.237Z||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-05-17T05:24:54.237Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:24:54.243Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:24:54.244Z||pool-19-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:24:55.137Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:24:55.138Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:24:55.140Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:24:55.140Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229093510,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:24:55.240Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:24:55.241Z||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-05-17T05:24:55.241Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:24:55.248Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:24:55.249Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-17T05:24:56.141Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8a98ac63-f596-4610-9ca1-b1f7e3734ee9",
"serviceDescription": "service",
"serviceInvariantUUID": "861e5135-f8d5-4dd9-9230-1c069dfc5c71",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "64954e43-7c01-4a32-b773-cbd35a356755",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "2f200a68-dc75-46e7-ba85-f09378e1aa38",
"resourceInvariantUUID": "14cf2209-1e6d-4db2-b26c-6ad6a94cbf76",
"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": "YjZiZjg2ZjA3MmI1NjdkYWJiNDIwZjdkN2FiNzljMTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "022d7356-e32d-4880-b4d8-42ec05385a47"
}
],
"workloadContext": "Production"
}
2021-05-17T05:24:56.141Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-17T05:24:56.141Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8a98ac63-f596-4610-9ca1-b1f7e3734ee9 ASDC
2021-05-17T05:24:56.142Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2cf3cca4-256a-441b-a348-e3b5d94c2121
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8a98ac63-f596-4610-9ca1-b1f7e3734ee9
ServiceInvariantUUID:861e5135-f8d5-4dd9-9230-1c069dfc5c71
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:022d7356-e32d-4880-b4d8-42ec05385a47
ArtifactChecksum:YjZiZjg2ZjA3MmI1NjdkYWJiNDIwZjdkN2FiNzljMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:64954e43-7c01-4a32-b773-cbd35a356755
ResourceInvariantUUID:14cf2209-1e6d-4db2-b26c-6ad6a94cbf76
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2f200a68-dc75-46e7-ba85-f09378e1aa38
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-17T05:24:56.142Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a98ac63-f596-4610-9ca1-b1f7e3734ee9 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-05-17T05:24:56.162Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-17T05:24:56.163Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-17T05:24:56.163Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-17T05:24:56.163Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 022d7356-e32d-4880-b4d8-42ec05385a47 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-17T05:24:56.163Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-17T05:24:56.164Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-17T05:24:56.314Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-17T05:24:56.318Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 022d7356-e32d-4880-b4d8-42ec05385a47 52226
2021-05-17T05:24:56.318Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-17T05:24:56.319Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-17T05:24:56.319Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-17T05:24:56.319Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:24:56.321Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:24:56.321Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229096318,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:24:56.422Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:24:56.422Z||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-05-17T05:24:56.422Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:24:56.428Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:24:56.428Z||pool-21-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:24:57.322Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-17T05:24:57.323Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-17T05:24:57.323Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 022d7356-e32d-4880-b4d8-42ec05385a47, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-17T05:24:57.324Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-17T05:24:57.324Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-17T05:24:57.324Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-17T05:24:57.451Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2966405411531240465/Definitions/service-BasicNetwork-template.yml
2021-05-17T05:24:57.922Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-17T05:24:57.922Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.926Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.926Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.926Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.926Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.926Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8a98ac63-f596-4610-9ca1-b1f7e3734ee9
Model Version:NULL
Model InvariantUuid:861e5135-f8d5-4dd9-9230-1c069dfc5c71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:14cf2209-1e6d-4db2-b26c-6ad6a94cbf76
Model UUID:dd4fa1df-d477-469b-9026-53739d620fd4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:64954e43-7c01-4a32-b773-cbd35a356755
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-17T05:24:57.933Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 2f200a68-dc75-46e7-ba85-f09378e1aa38
2021-05-17T05:24:57.933Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||No resources found for Service: 8a98ac63-f596-4610-9ca1-b1f7e3734ee9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:24:57.938Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||
2021-05-17T05:24:57.938Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-17T05:24:57.938Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 8a98ac63-f596-4610-9ca1-b1f7e3734ee9
2021-05-17T05:24:57.939Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8a98ac63-f596-4610-9ca1-b1f7e3734ee9
2021-05-17T05:24:57.939Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-17T05:24:57.939Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:24:57.944Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.944Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.944Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.944Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.945Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8a98ac63-f596-4610-9ca1-b1f7e3734ee9: Generic NeutronNet
2021-05-17T05:24:57.945Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.945Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.945Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.945Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-05-17T05:24:57.971Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.971Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.971Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.971Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.971Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:24:57.972Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:24:57.972Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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-05-17T05:24:58.047Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-17T05:24:58.047Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-17T05:24:58.047Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-17T05:24:58.047Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-17T05:24:58.048Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:24:58.050Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:24:58.050Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229098047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:24:58.151Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:24:58.151Z||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-05-17T05:24:58.151Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:24:58.158Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:24:58.158Z||pool-22-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:24:59.051Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cf3cca4-256a-441b-a348-e3b5d94c2121
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-05-17T05:24:59.059Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cf3cca4-256a-441b-a348-e3b5d94c2121
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-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-17T05:24:59.066Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-17T05:25:29.066Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2cf3cca4-256a-441b-a348-e3b5d94c2121 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-05-17T05:25:29.072Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2cf3cca4-256a-441b-a348-e3b5d94c2121 and serviceModelVersionId: 8a98ac63-f596-4610-9ca1-b1f7e3734ee9
2021-05-17T05:25:29.072Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 861e5135-f8d5-4dd9-9230-1c069dfc5c71
2021-05-17T05:25:29.073Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?depth=0
2021-05-17T05:25:29.077Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-17T05:25:29.124Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?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-05-17T05:25:29.125Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?depth=0|INFO|500||Invoke
2021-05-17T05:25:29.147Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-17T05:25:29.619Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?depth=0|INFO|500||InvokeReturn
2021-05-17T05:25:29.620Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210517-05:25:29:150-35812], vertex-id=[200880], Content-Length=[0], Date=[Mon, 17 May 2021 05:25:29 GMT], Content-Type=[application/json]}
2021-05-17T05:25:29.620Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-05-17T05:25:29.620Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-17T05:25:29.620Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:25:29.624Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-17T05:25:29.624Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2cf3cca4-256a-441b-a348-e3b5d94c2121 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-17T05:25:29.624Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-17T05:25:29.625Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:25:29.626Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:25:29.627Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229129624,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-17T05:25:29.727Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:25:29.727Z||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-05-17T05:25:29.727Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:25:29.739Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:25:29.739Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-17T05:25:53.510Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:25:53.511Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|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-05-17T05:25:53.511Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:25:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:25:53.513Z||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-05-17T05:25:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:25:53.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:25:53.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:25:53.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229093510,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:25:53.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:25:54.130Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:25:54.131Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-17T05:25:54.131Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a63161dd-7d34-4b9b-a2c4-50211aee5f1c","serviceName":"Demo_pNF_APTq5auKu3O56Xz6alYh","serviceVersion":"1.0","serviceUUID":"705be3a6-77c9-4969-8685-9d1dd168cca6","serviceDescription":"catalog service description","serviceInvariantUUID":"4d7346e3-0a57-460e-95ba-0266ffb15cc5","resources":[{"resourceInstanceName":"pNF b6dc4200-44ff 0","resourceName":"pNF b6dc4200-44ff","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d2d07c53-d752-4456-a215-c80ef6e5f01c","resourceInvariantUUID":"47ba7b2c-8612-4fec-9c95-8e112f7c2f2e","resourceCustomizationUUID":"2a39c254-2125-4d6e-9b4a-d2882d8f1fca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml","artifactChecksum":"ZDVkNDVhNmU2YTQ4YWJhNTViMGU2NjliZWE1MTIyZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"293aec68-ca54-4254-8da8-d14164cee558","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar","artifactChecksum":"OTI5NWZmNGUyZmUxZjNkOTFlOTEyOWQxMDMwYzAzNGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81fce33a-c03c-4b35-9146-0346815b9cb6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91437f78-6513-47e5-b9bb-d4e4751f3da5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml","artifactChecksum":"MmY0YTJiN2Q0MmMyNjgyNjU0Yzc0YjE3OWFkYWMyN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e199949-60e7-446a-ac81-69e26386b491","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"74a6addc-d4e7-454a-9058-7710d3348164","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9de8c5e8-bb0e-499d-a1f5-d066b51368bf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAptq5auku3o56xz6alyh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml","artifactChecksum":"M2Q5NzgzZDc3OGM3MTY2NjljNWY0MDY4YmE2YzgwNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5966ea1-1b1d-4002-8b41-9429607c9301","artifactVersion":"1"},{"artifactName":"service-DemoPnfAptq5auku3o56xz6alyh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar","artifactChecksum":"OWY5NGI5YTA2Y2Y2MTEzNTMwNGMyZmEwNWNlYWY5OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24565e06-7b81-45eb-968c-d3504d9b6c47","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-17T05:25:54.134Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:25:54.135Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:25:54.137Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:25:54.137Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:25:54.237Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:25:54.238Z||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-05-17T05:25:54.238Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:25:54.246Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:25:54.247Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:25:55.138Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:25:55.138Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:25:55.140Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:25:55.140Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:25:55.240Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:25:55.241Z||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-05-17T05:25:55.241Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:25:55.248Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:25:55.248Z||pool-25-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:25:56.141Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:25:56.141Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:25:56.143Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:25:56.143Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:25:56.243Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:25:56.244Z||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-05-17T05:25:56.244Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:25:56.250Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:25:56.251Z||pool-26-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:25:57.143Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:25:57.144Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:25:57.146Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:25:57.146Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:25:57.246Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:25:57.247Z||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-05-17T05:25:57.247Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:25:57.254Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:25:57.254Z||pool-27-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:25:58.146Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:25:58.147Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:25:58.149Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:25:58.149Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:25:58.250Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-17T05:25:58.250Z||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-05-17T05:25:58.250Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:25:58.257Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:25:58.257Z||pool-28-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-05-17T05:25:59.150Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:25:59.151Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:25:59.153Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:25:59.153Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:25:59.253Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:25:59.254Z||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-05-17T05:25:59.254Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:25:59.261Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:25:59.262Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:26:00.154Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:26:00.155Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:26:00.157Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:26:00.157Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:00.257Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:26:00.258Z||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-05-17T05:26:00.258Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:26:00.273Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:26:00.274Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-05-17T05:26:01.158Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:26:01.159Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:26:01.161Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:26:01.161Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:26:01.261Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:26:01.262Z||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-05-17T05:26:01.262Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:26:01.269Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:26:01.269Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-17T05:26:02.162Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"serviceName": "Demo_pNF_APTq5auKu3O56Xz6alYh",
"serviceVersion": "1.0",
"serviceUUID": "705be3a6-77c9-4969-8685-9d1dd168cca6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4d7346e3-0a57-460e-95ba-0266ffb15cc5",
"resources": [
{
"resourceInstanceName": "pNF b6dc4200-44ff 0",
"resourceCustomizationUUID": "2a39c254-2125-4d6e-9b4a-d2882d8f1fca",
"resourceName": "pNF b6dc4200-44ff",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d2d07c53-d752-4456-a215-c80ef6e5f01c",
"resourceInvariantUUID": "47ba7b2c-8612-4fec-9c95-8e112f7c2f2e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"artifactChecksum": "OWY5NGI5YTA2Y2Y2MTEzNTMwNGMyZmEwNWNlYWY5OTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "24565e06-7b81-45eb-968c-d3504d9b6c47"
}
],
"workloadContext": "Production"
}
2021-05-17T05:26:02.162Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-17T05:26:02.162Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 705be3a6-77c9-4969-8685-9d1dd168cca6 ASDC
2021-05-17T05:26:02.163Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a63161dd-7d34-4b9b-a2c4-50211aee5f1c
ServiceName:Demo_pNF_APTq5auKu3O56Xz6alYh
ServiceVersion:1.0
ServiceUUID:705be3a6-77c9-4969-8685-9d1dd168cca6
ServiceInvariantUUID:4d7346e3-0a57-460e-95ba-0266ffb15cc5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
ArtifactUUID:24565e06-7b81-45eb-968c-d3504d9b6c47
ArtifactChecksum:OWY5NGI5YTA2Y2Y2MTEzNTMwNGMyZmEwNWNlYWY5OTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b6dc4200-44ff 0
ResourceCustomizationUUID:2a39c254-2125-4d6e-9b4a-d2882d8f1fca
ResourceInvariantUUID:47ba7b2c-8612-4fec-9c95-8e112f7c2f2e
ResourceName:pNF b6dc4200-44ff
ResourceType:PNF
ResourceUUID:d2d07c53-d752-4456-a215-c80ef6e5f01c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-17T05:26:02.163Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 705be3a6-77c9-4969-8685-9d1dd168cca6 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-05-17T05:26:02.184Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-17T05:26:02.184Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-17T05:26:02.184Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-17T05:26:02.184Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 24565e06-7b81-45eb-968c-d3504d9b6c47 from URL: /sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:02.184Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-17T05:26:02.185Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:03.532Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-17T05:26:03.536Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 24565e06-7b81-45eb-968c-d3504d9b6c47 83323
2021-05-17T05:26:03.536Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar ASDC sendASDCNotification
2021-05-17T05:26:03.536Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:03.536Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-17T05:26:03.537Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:26:03.538Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:26:03.538Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229163536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:26:03.638Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:26:03.639Z||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-05-17T05:26:03.639Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:26:03.645Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:26:03.645Z||pool-32-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-05-17T05:26:04.539Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-17T05:26:04.540Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-17T05:26:04.540Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 24565e06-7b81-45eb-968c-d3504d9b6c47, URL: /sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar to file: /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:04.540Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:04.540Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:04.541Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:04.708Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6068881413256349517/Definitions/service-DemoPnfAptq5auku3o56xz6alyh-template.yml
2021-05-17T05:26:05.509Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-17T05:26:05.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-17T05:26:05.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:05.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-17T05:26:05.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||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-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b6dc4200-44ff 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-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||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-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b6dc4200-44ff 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:05.512Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-17T05:26:05.512Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:26:05.512Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:26:05.512Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Node template pNF b6dc4200-44ff 0 is matching search criteria
2021-05-17T05:26:05.512Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-17T05:26:05.513Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF b6dc4200-44ff 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-17T05:26:05.513Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:26:05.513Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:26:05.513Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Node template pNF b6dc4200-44ff 0 is matching search criteria
2021-05-17T05:26:05.513Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-17T05:26:05.514Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF b6dc4200-44ff 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-17T05:26:05.514Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:26:05.514Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:26:05.514Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:26:05.514Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:26:05.515Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:26:05.515Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:26:05.515Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:26:05.515Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:26:05.515Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:26:05.516Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:26:05.516Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_APTq5auKu3O56Xz6alYh
Description:catalog service description
Model UUID:705be3a6-77c9-4969-8685-9d1dd168cca6
Model Version:NULL
Model InvariantUuid:4d7346e3-0a57-460e-95ba-0266ffb15cc5
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-17T05:26:05.521Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: d2d07c53-d752-4456-a215-c80ef6e5f01c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:26:05.523Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||pNF b6dc4200-44ff 0
2021-05-17T05:26:05.523Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d2d07c53-d752-4456-a215-c80ef6e5f01c
2021-05-17T05:26:05.524Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 705be3a6-77c9-4969-8685-9d1dd168cca6
2021-05-17T05:26:05.524Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 705be3a6-77c9-4969-8685-9d1dd168cca6
2021-05-17T05:26:05.524Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b6dc4200-44ff 0 d2d07c53-d752-4456-a215-c80ef6e5f01c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:26:05.527Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 705be3a6-77c9-4969-8685-9d1dd168cca6: pNF b6dc4200-44ff
2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Processing PNF resource: d2d07c53-d752-4456-a215-c80ef6e5f01c
2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Resource customization UUID: 2a39c254-2125-4d6e-9b4a-d2882d8f1fca is the same as notified resource customizationUUID: 2a39c254-2125-4d6e-9b4a-d2882d8f1fca
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-17T05:26:05.581Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b6dc4200-44ff d2d07c53-d752-4456-a215-c80ef6e5f01c 0 ASDC deployResourceStructure
2021-05-17T05:26:05.582Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar ASDC sendASDCNotification
2021-05-17T05:26:05.582Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar
2021-05-17T05:26:05.582Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-17T05:26:05.582Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:26:05.584Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:26:05.584Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229165582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:26:05.684Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:26:05.685Z||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-05-17T05:26:05.685Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:26:05.691Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:26:05.691Z||pool-33-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:26:06.585Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c
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-05-17T05:26:06.592Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c
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-05-17T05:26:06.593Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-17T05:26:06.593Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-17T05:26:06.593Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-17T05:26:36.594Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c
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-05-17T05:26:36.602Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c
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-05-17T05:26:36.604Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-17T05:26:36.604Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-17T05:26:36.604Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-17T05:26:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:26:53.513Z||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-05-17T05:26:53.513Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:26:53.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:26:53.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229093510,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:26:53.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229096318,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:26:53.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229098047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:26:53.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621229094514,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "cds",
"timestamp": 1621229095740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "dcae-sch",
"timestamp": 1621229097766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229096414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "policy-id",
"timestamp": 1621229099841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621229094514,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "cds",
"timestamp": 1621229095740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "dcae-sch",
"timestamp": 1621229097766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229096414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "policy-id",
"timestamp": 1621229099841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621229094514,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "cds",
"timestamp": 1621229095740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "dcae-sch",
"timestamp": 1621229097766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229096414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "policy-id",
"timestamp": 1621229099841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621229094514,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "cds",
"timestamp": 1621229095740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229096414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "dcae-sch",
"timestamp": 1621229097766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "policy-id",
"timestamp": 1621229099841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621229094514,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "dcae-sch",
"timestamp": 1621229097766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "cds",
"timestamp": 1621229095740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229096414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "policy-id",
"timestamp": 1621229099841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621229094514,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "dcae-sch",
"timestamp": 1621229097766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "cds",
"timestamp": 1621229095740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229096414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "policy-id",
"timestamp": 1621229099841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621229094514,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "dcae-sch",
"timestamp": 1621229097766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229096414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "policy-id",
"timestamp": 1621229099841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "cds",
"timestamp": 1621229095740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621229109423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621229094514,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:26:53.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "dcae-sch",
"timestamp": 1621229097766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "cds",
"timestamp": 1621229095740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:26:53.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229096414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:26:53.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "policy-id",
"timestamp": 1621229099841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:26:53.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621229109423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229110847,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621229109423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229110847,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "policy-id",
"timestamp": 1621229112841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:26:53.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "cds",
"timestamp": 1621229112951,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:26:53.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229113047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:26:53.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621229109423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "clamp",
"timestamp": 1621229112732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621229112748,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229110847,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "policy-id",
"timestamp": 1621229113845,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:26:53.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "cds",
"timestamp": 1621229113956,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-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-05-17T05:26:53.564Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c
2021-05-17T05:26:53.565Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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-05-17T05:26:53.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621229109423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "clamp",
"timestamp": 1621229112732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621229112748,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229110847,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229114737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:26:53.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "policy-id",
"timestamp": 1621229114848,
"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-05-17T05:26:53.579Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c
2021-05-17T05:26:53.579Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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-05-17T05:26:53.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621229109423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "clamp",
"timestamp": 1621229112732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621229112748,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229110847,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621229115740,
"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-05-17T05:26:53.592Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c
2021-05-17T05:26:53.592Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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-05-17T05:26:53.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621229109423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "clamp",
"timestamp": 1621229112732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621229112748,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229110847,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-05-17T05:26:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621229109423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:26:53.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "clamp",
"timestamp": 1621229112732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621229112748,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229110847,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "aai-ml",
"timestamp": 1621229117026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "clamp",
"timestamp": 1621229112732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621229112748,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229110847,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "aai-ml",
"timestamp": 1621229117026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "clamp",
"timestamp": 1621229112732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621229112748,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "aai-ml",
"timestamp": 1621229117026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229119879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:26:53.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "clamp",
"timestamp": 1621229112732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:26:53.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621229112748,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:26:53.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "aai-ml",
"timestamp": 1621229117026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229121137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-05-17T05:26:53.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "aai-ml",
"timestamp": 1621229117026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1621229122140,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-05-17T05:26:53.613Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c
2021-05-17T05:26:53.613Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c and ComponentName
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-05-17T05:26:53.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "aai-ml",
"timestamp": 1621229117026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "aai-ml",
"timestamp": 1621229117026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:26:53.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "aai-ml",
"timestamp": 1621229117026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:26:53.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-17T05:26:53.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "clamp",
"timestamp": 1621229125403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:26:53.622Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "clamp",
"timestamp": 1621229126419,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:26:53.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "aai-ml",
"timestamp": 1621229126732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:26:53.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "clamp",
"timestamp": 1621229127422,
"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-05-17T05:26:53.627Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c
2021-05-17T05:26:53.628Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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-05-17T05:26:53.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229129624,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-17T05:26:53.636Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "aai-ml",
"timestamp": 1621229134505,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:26:53.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:26:53.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-17T05:26:53.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "aai-ml",
"timestamp": 1621229135508,
"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-05-17T05:26:53.640Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c
2021-05-17T05:26:53.641Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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-05-17T05:27:06.604Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c
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-05-17T05:27:06.613Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c
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-05-17T05:27:06.618Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-17T05:27:06.618Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:27:06.620Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:27:06.620Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:27:06.620Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-17T05:27:06.620Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-17T05:27:06.625Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-17T05:27:36.625Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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-05-17T05:27:36.630Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c and serviceModelVersionId: 705be3a6-77c9-4969-8685-9d1dd168cca6
2021-05-17T05:27:36.630Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d7346e3-0a57-460e-95ba-0266ffb15cc5
2021-05-17T05:27:36.631Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?depth=0
2021-05-17T05:27:36.634Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-17T05:27:36.674Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?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-05-17T05:27:36.675Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?depth=0|INFO|500||Invoke
2021-05-17T05:27:36.698Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-17T05:27:36.893Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?depth=0|INFO|500||InvokeReturn
2021-05-17T05:27:36.894Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210517-05:27:36:703-89180], vertex-id=[409832], Content-Length=[0], Date=[Mon, 17 May 2021 05:27:36 GMT], Content-Type=[application/json]}
2021-05-17T05:27:36.894Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-05-17T05:27:36.894Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-17T05:27:36.894Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:27:36.898Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-17T05:27:36.898Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a63161dd-7d34-4b9b-a2c4-50211aee5f1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-17T05:27:36.898Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-17T05:27:36.898Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:27:36.900Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:27:36.900Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229256898,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-17T05:27:37.000Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:27:37.001Z||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-05-17T05:27:37.001Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:27:37.010Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:27:37.010Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 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-05-17T05:27:37.910Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:27:37.910Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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-05-17T05:27:37.910Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:27:47.448Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:27:53.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:27:53.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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-05-17T05:27:53.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:27:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:27:53.512Z||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-05-17T05:27:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:27:53.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:27:53.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-17T05:27:53.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:27:53.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-17T05:27:53.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-17T05:27:53.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:27:53.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-17T05:27:53.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-17T05:27:53.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:27:53.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:27:53.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:27:53.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:27:53.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-17T05:27:53.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-17T05:27:53.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:27:53.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-17T05:27:53.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-17T05:27:53.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229153510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:27:53.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-17T05:27:53.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-17T05:27:53.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229163536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:27:53.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:27:53.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-17T05:27:53.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229165582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-17T05:27:53.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:28:03.044Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:28:53.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:28:53.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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-05-17T05:28:53.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:28:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-17T05:28:53.512Z||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-05-17T05:28:53.512Z||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 LC1bIXoRY7WoojVd) ...
2021-05-17T05:28:53.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:28:53.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-17T05:28:53.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229256898,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-17T05:28:53.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-17T05:28:54.135Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:28:54.136Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-17T05:28:54.137Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae32485d-7173-4afb-a8e5-9c72a06edbc7","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"7d0f793e-be74-4025-a8c6-9437901cf511","serviceDescription":"service","serviceInvariantUUID":"6c1dfb3c-b7df-4f83-8604-1a6cae5216c2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b71fe087-4bcf-45c8-a542-9836126fae5e","resourceInvariantUUID":"e7f246e6-5cab-4825-8a4f-aba1837a56de","resourceCustomizationUUID":"294116fd-c442-49a4-8083-9c8ada569496","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6cf554ad-97c3-41c8-8147-db48ac49dcb4","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MzUwMjFkYmNiOWYyMTkxZjU3NDI2NDlmZTgyNGQ2ZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ac466ae-0cb9-44d5-bff6-7a72064e18bb","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YmU0Zjc5OTM5ZTkwN2VjMmYyMjNjNDg4MzdhZDdhYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af325d32-39a5-48aa-94e1-f973a400d190","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e5af4423-812c-4c2d-bdca-13a4d30100db","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"89d23577-4916-4400-9637-89a6b12f9969","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"845e7a15-b79a-46e9-a620-9076217aaa13","artifactVersion":"2","generatedFromUUID":"e5af4423-812c-4c2d-bdca-13a4d30100db"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZTUzMWM4MGNlYmY5MTU1ZjQ2MDllMTA3ZWRiZjIxMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16ef2372-a56f-41e6-84c4-b61d0fddc03e","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MjQwYWIyOTMwMjc3ODllZGE0MWNkMmViMDlhYTNiODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17e51ff0-d345-4754-ad51-cec3b8fccf2d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-17T05:28:54.139Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:28:54.139Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:28:54.141Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:28:54.141Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229333510,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:28:54.241Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:28:54.242Z||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-05-17T05:28:54.242Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:28:54.249Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:28:54.249Z||pool-35-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:28:55.142Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:28:55.142Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:28:55.144Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:28:55.144Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229333510,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:28:55.244Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:28:55.245Z||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-05-17T05:28:55.245Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:28:55.253Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:28:55.254Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:28:56.144Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:28:56.145Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:28:56.147Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:28:56.147Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229333510,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-05-17T05:28:56.247Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:28:56.248Z||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-05-17T05:28:56.248Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:28:56.253Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:28:56.254Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:28:57.148Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:28:57.149Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:28:57.150Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:28:57.151Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229333510,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-17T05:28:57.251Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:28:57.251Z||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-05-17T05:28:57.251Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:28:57.258Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:28:57.258Z||pool-38-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:28:58.151Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:28:58.152Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:28:58.154Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:28:58.154Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229333510,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:28:58.254Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-17T05:28:58.255Z||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-05-17T05:28:58.255Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:28:58.261Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:28:58.261Z||pool-39-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:28:59.155Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:28:59.156Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:28:59.158Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:28:59.158Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229333510,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-17T05:28:59.258Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:28:59.259Z||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-05-17T05:28:59.259Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:28:59.265Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:28:59.266Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:29:00.158Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:29:00.159Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:29:00.161Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:29:00.161Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229333510,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-17T05:29:00.261Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:29:00.262Z||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-05-17T05:29:00.262Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:29:00.268Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:29:00.268Z||pool-41-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:29:01.161Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-17T05:29:01.162Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:29:01.165Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:29:01.165Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229333510,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-05-17T05:29:01.265Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:29:01.266Z||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-05-17T05:29:01.266Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:29:01.273Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:29:01.274Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:29:02.167Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "7d0f793e-be74-4025-a8c6-9437901cf511",
"serviceDescription": "service",
"serviceInvariantUUID": "6c1dfb3c-b7df-4f83-8604-1a6cae5216c2",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "294116fd-c442-49a4-8083-9c8ada569496",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b71fe087-4bcf-45c8-a542-9836126fae5e",
"resourceInvariantUUID": "e7f246e6-5cab-4825-8a4f-aba1837a56de",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "YmU0Zjc5OTM5ZTkwN2VjMmYyMjNjNDg4MzdhZDdhYTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "af325d32-39a5-48aa-94e1-f973a400d190",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e5af4423-812c-4c2d-bdca-13a4d30100db",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "845e7a15-b79a-46e9-a620-9076217aaa13",
"generatedFromUUID": "e5af4423-812c-4c2d-bdca-13a4d30100db"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "845e7a15-b79a-46e9-a620-9076217aaa13",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "MjQwYWIyOTMwMjc3ODllZGE0MWNkMmViMDlhYTNiODE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "17e51ff0-d345-4754-ad51-cec3b8fccf2d"
}
],
"workloadContext": "Production"
}
2021-05-17T05:29:02.167Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-17T05:29:02.167Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d0f793e-be74-4025-a8c6-9437901cf511 ASDC
2021-05-17T05:29:02.168Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ae32485d-7173-4afb-a8e5-9c72a06edbc7
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:7d0f793e-be74-4025-a8c6-9437901cf511
ServiceInvariantUUID:6c1dfb3c-b7df-4f83-8604-1a6cae5216c2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:17e51ff0-d345-4754-ad51-cec3b8fccf2d
ArtifactChecksum:MjQwYWIyOTMwMjc3ODllZGE0MWNkMmViMDlhYTNiODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:294116fd-c442-49a4-8083-9c8ada569496
ResourceInvariantUUID:e7f246e6-5cab-4825-8a4f-aba1837a56de
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b71fe087-4bcf-45c8-a542-9836126fae5e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:af325d32-39a5-48aa-94e1-f973a400d190
ArtifactChecksum:YmU0Zjc5OTM5ZTkwN2VjMmYyMjNjNDg4MzdhZDdhYTQ=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e5af4423-812c-4c2d-bdca-13a4d30100db
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:845e7a15-b79a-46e9-a620-9076217aaa13
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:845e7a15-b79a-46e9-a620-9076217aaa13
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-17T05:29:02.168Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d0f793e-be74-4025-a8c6-9437901cf511 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-05-17T05:29:02.189Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-17T05:29:02.189Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-17T05:29:02.190Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-17T05:29:02.190Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 17e51ff0-d345-4754-ad51-cec3b8fccf2d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-17T05:29:02.190Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-17T05:29:02.190Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-17T05:29:03.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-17T05:29:03.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 17e51ff0-d345-4754-ad51-cec3b8fccf2d 76830
2021-05-17T05:29:03.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-05-17T05:29:03.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-17T05:29:03.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-17T05:29:03.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:29:03.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:29:03.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229343339,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:29:03.441Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:29:03.442Z||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-05-17T05:29:03.442Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:29:03.450Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:29:03.450Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-17T05:29:04.342Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-17T05:29:04.343Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-17T05:29:04.343Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 17e51ff0-d345-4754-ad51-cec3b8fccf2d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:04.343Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-05-17T05:29:04.344Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:04.344Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:04.449Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4845917848379491077/Definitions/service-Basicclamp-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-05-17T05:29:05.334Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15f3d874-e91c-4f1f-91b9-e87fd0a55400
2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:05.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:05.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:05.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:05.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:7d0f793e-be74-4025-a8c6-9437901cf511
Model Version:NULL
Model InvariantUuid:6c1dfb3c-b7df-4f83-8604-1a6cae5216c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:8e8adbd8-71c8-48dd-840b-d50b269fd3b9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e7f246e6-5cab-4825-8a4f-aba1837a56de
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:294116fd-c442-49a4-8083-9c8ada569496
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:439132c7-b636-49bf-b74e-890d1b93d227
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:9b1240ad-98c7-4782-bfb9-f6e9a6943d61
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:15f3d874-e91c-4f1f-91b9-e87fd0a55400
ModelInvariantUuid:7e1f9cf1-d589-460a-8e9a-1e4c616848ae
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:8ebed8f3-dce7-4860-9385-832aa8faf0b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b16dbb66-7172-4508-98b5-2f66b88e6650
ModelInvariantUuid:5c581d75-9a95-468f-945e-dc5647a3844f
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:a0dc979b-6798-4885-b1e9-b43541b0cd69
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-17T05:29:05.346Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b71fe087-4bcf-45c8-a542-9836126fae5e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:29:05.348Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-05-17T05:29:05.348Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b71fe087-4bcf-45c8-a542-9836126fae5e
2021-05-17T05:29:05.348Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: af325d32-39a5-48aa-94e1-f973a400d190 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-17T05:29:05.349Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-17T05:29:05.349Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-17T05:29:06.239Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-17T05:29:06.240Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json af325d32-39a5-48aa-94e1-f973a400d190 790
2021-05-17T05:29:06.240Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-05-17T05:29:06.240Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-17T05:29:06.240Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-17T05:29:06.241Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:29:06.243Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:29:06.243Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229346240,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:29:06.343Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:29:06.344Z||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-05-17T05:29:06.344Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:29:06.350Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:29:06.351Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:29:07.243Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "439132c7-b636-49bf-b74e-890d1b93d227",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b1240ad-98c7-4782-bfb9-f6e9a6943d61",
"vfModuleModelCustomizationUUID": "782ee973-0023-42e5-9fd1-dd95f9db05c6",
"isBase": true,
"artifacts": [
"e5af4423-812c-4c2d-bdca-13a4d30100db",
"845e7a15-b79a-46e9-a620-9076217aaa13"
],
"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-05-17T05:29:07.248Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b1240ad-98c7-4782-bfb9-f6e9a6943d61
VfModuleModelInvariantUUID:439132c7-b636-49bf-b74e-890d1b93d227
VfModuleModelDescription:NULL
Artifacts UUID List:{
e5af4423-812c-4c2d-bdca-13a4d30100db
,
845e7a15-b79a-46e9-a620-9076217aaa13
}
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-05-17T05:29:07.250Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "439132c7-b636-49bf-b74e-890d1b93d227",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b1240ad-98c7-4782-bfb9-f6e9a6943d61",
"vfModuleModelCustomizationUUID": "782ee973-0023-42e5-9fd1-dd95f9db05c6",
"isBase": true,
"artifacts": [
"e5af4423-812c-4c2d-bdca-13a4d30100db",
"845e7a15-b79a-46e9-a620-9076217aaa13"
],
"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-05-17T05:29:07.251Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b1240ad-98c7-4782-bfb9-f6e9a6943d61
VfModuleModelInvariantUUID:439132c7-b636-49bf-b74e-890d1b93d227
VfModuleModelDescription:NULL
Artifacts UUID List:{
e5af4423-812c-4c2d-bdca-13a4d30100db
,
845e7a15-b79a-46e9-a620-9076217aaa13
}
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-05-17T05:29:07.251Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e5af4423-812c-4c2d-bdca-13a4d30100db from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-17T05:29:07.251Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-17T05:29:07.251Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-17T05:29:09.217Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-17T05:29:09.218Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e5af4423-812c-4c2d-bdca-13a4d30100db 5033
2021-05-17T05:29:09.219Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-17T05:29:09.219Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-17T05:29:09.219Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-17T05:29:09.219Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:29:09.221Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:29:09.221Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229349219,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:29:09.321Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:29:09.322Z||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-05-17T05:29:09.323Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:29:09.329Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:29:09.329Z||pool-45-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-17T05:29:10.222Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 845e7a15-b79a-46e9-a620-9076217aaa13 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-17T05:29:10.223Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-17T05:29:10.223Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-17T05:29:13.999Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-17T05:29:13.999Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 845e7a15-b79a-46e9-a620-9076217aaa13 909
2021-05-17T05:29:14.000Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-17T05:29:14.000Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-17T05:29:14.000Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-17T05:29:14.000Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-17T05:29:14.002Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-17T05:29:14.003Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621229354000,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-17T05:29:14.103Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-17T05:29:14.103Z||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-05-17T05:29:14.104Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ...
2021-05-17T05:29:14.110Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-17T05:29:14.110Z||pool-46-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-05-17T05:29:15.003Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7d0f793e-be74-4025-a8c6-9437901cf511
2021-05-17T05:29:15.004Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b71fe087-4bcf-45c8-a542-9836126fae5e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:29:15.016Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.017Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:15.017Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-05-17T05:29:15.017Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 294116fd-c442-49a4-8083-9c8ada569496
2021-05-17T05:29:15.017Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 294116fd-c442-49a4-8083-9c8ada569496 matches Tosca VF Customization UUID: 294116fd-c442-49a4-8083-9c8ada569496
2021-05-17T05:29:15.017Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 294116fd-c442-49a4-8083-9c8ada569496 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-17T05:29:15.029Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.029Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:15.030Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 294116fd-c442-49a4-8083-9c8ada569496: {\"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-05-17T05:29:15.030Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@241c06e7
2021-05-17T05:29:15.030Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.030Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-17T05:29:15.031Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 782ee973-0023-42e5-9fd1-dd95f9db05c6
2021-05-17T05:29:15.031Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 782ee973-0023-42e5-9fd1-dd95f9db05c6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-17T05:29:15.033Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.033Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-17T05:29:15.033Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:29:15.033Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-17T05:29:15.035Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15f3d874-e91c-4f1f-91b9-e87fd0a55400
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-17T05:29:15.036Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.037Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-17T05:29:15.037Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-17T05:29:15.037Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.037Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-17T05:29:15.037Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=294116fd-c442-49a4-8083-9c8ada569496
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7d0f793e-be74-4025-a8c6-9437901cf511: basicclamp
2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery