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-07-10T23:51:42.386Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-csjx9 with PID 14 (/app/app.jar started by so in /app)
2021-07-10T23:51:42.440Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-10T23:51:42.440Z||main|||||INFO|500||The following profiles are active: basic
2021-07-10T23:51:49.156Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-10T23:51:49.157Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-10T23:51:49.225Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-10T23:51:50.641Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-10T23:51:50.783Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-10T23:51:51.163Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-10T23:51:51.170Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-10T23:51:51.258Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-10T23:51:51.387Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-10T23:51:51.799Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-10T23:51:52.532Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-10T23:51:54.448Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-10T23:51:54.494Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-10T23:51:54.992Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-10T23:51:55.168Z||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-07-10T23:51:56.246Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-10T23:51:57.118Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-07-10T23:51:57.136Z||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$$3350471e.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-07-10T23:51:57.137Z||main|||||WARN|500||The sdc end point is not alive
2021-07-10T23:51:59.184Z||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-07-10T23:52:01.254Z||main|||||WARN|500||---
2021-07-10T23:52:01.255Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-10T23:52:01.256Z||main|||||WARN|500||---
2021-07-10T23:52:01.536Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-10T23:52:04.173Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-10T23:52:04.174Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-10T23:52:04.176Z||main|||||INFO|500||Started Application in 23.569 seconds (JVM running for 24.6)
2021-07-10T23:52:04.187Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-10T23:52:04.247Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-10T23:52:04.296Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07785110-cc74-46a2-a2b8-7ab04e412e16 url= /sdc/v1/artifactTypes
2021-07-10T23:52:04.296Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-10T23:52:04.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-10T23:52:04.562Z||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-07-10T23:52:04.583Z||scheduling-1|||||DEBUG|500||create keys
2021-07-10T23:52:04.590Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-10T23:52:04.612Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:52:04.625Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4ab3de91-5886-4f05-b8c5-864235eb4ac9 url= /sdc/v1/registerForDistribution
2021-07-10T23:52:04.693Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4ab3de91-5886-4f05-b8c5-864235eb4ac9 url= /sdc/v1/registerForDistribution
2021-07-10T23:52:04.693Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-10T23:52:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:52:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:52:04.705Z||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-07-10T23:52:04.706Z||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-07-10T23:52:04.706Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:52:04.706Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:52:04.706Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-10T23:52:14.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:52:14.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:53:04.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:53:04.701Z||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-07-10T23:53:04.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:53:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:53:04.702Z||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-07-10T23:53:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:53:14.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:53:14.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:54:04.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:54:04.700Z||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-07-10T23:54:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:54:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:54:04.702Z||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-07-10T23:54:04.703Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:54:14.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:54:14.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:55:04.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:55:04.700Z||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-07-10T23:55:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:55:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:55:04.702Z||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-07-10T23:55:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:55:14.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:55:14.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:56:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:56:04.700Z||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-07-10T23:56:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:56:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:56:04.702Z||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-07-10T23:56:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:56:14.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:56:14.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:57:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:57:04.701Z||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-07-10T23:57:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:57:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:57:04.702Z||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-07-10T23:57:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:57:14.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:57:14.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:58:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:58:04.701Z||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-07-10T23:58:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:58:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:58:04.702Z||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-07-10T23:58:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:58:14.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:58:14.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:59:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:59:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-10T23:59:04.701Z||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-07-10T23:59:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:59:04.703Z||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-07-10T23:59:04.703Z||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 MJeox99z7kF2z1jM) ...
2021-07-10T23:59:14.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-10T23:59:14.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:00:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:00:04.701Z||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-07-11T00:00:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:00:04.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:00:04.703Z||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-07-11T00:00:04.703Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:00:14.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:00:14.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:01:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:01:04.700Z||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-07-11T00:01:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:01:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:01:04.702Z||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-07-11T00:01:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:01:14.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:01:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:02:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:02:04.700Z||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-07-11T00:02:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:02:04.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:02:04.702Z||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-07-11T00:02:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:02:14.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:02:14.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:02:23.593Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-11T00:03:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:03:04.700Z||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-07-11T00:03:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:03:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:03:04.702Z||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-07-11T00:03:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:03:14.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:03:14.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:04:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:04:04.700Z||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-07-11T00:04:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:04:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:04:04.701Z||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-07-11T00:04:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:04:14.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:04:14.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:05:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:05:04.700Z||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-07-11T00:05:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:05:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:05:04.702Z||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-07-11T00:05:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:05:14.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:05:14.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:06:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:06:04.701Z||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-07-11T00:06:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:06:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:06:04.702Z||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-07-11T00:06:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:06:14.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:06:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:07:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:07:04.700Z||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-07-11T00:07:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:07:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:07:04.702Z||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-07-11T00:07:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:07:14.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:07:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:08:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:08:04.700Z||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-07-11T00:08:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:08:04.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:08:04.702Z||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-07-11T00:08:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:08:14.234Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:08:14.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:09:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:09:04.700Z||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-07-11T00:09:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:09:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:09:04.701Z||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-07-11T00:09:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:09:14.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:09:14.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:10:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:10:04.701Z||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-07-11T00:10:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:10:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:10:04.702Z||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-07-11T00:10:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:10:14.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:10:14.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:11:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:11:04.700Z||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-07-11T00:11:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:11:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:11:04.701Z||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-07-11T00:11:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:11:14.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:11:14.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:12:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:12:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:12:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:12:04.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:12:04.702Z||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-07-11T00:12:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:12:14.234Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:12:14.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:13:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:13:04.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:13:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:13:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:13:04.701Z||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-07-11T00:13:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:13:14.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:13:14.271Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:14:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:14:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:14:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:14:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:14:04.702Z||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-07-11T00:14:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:14:14.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:14:14.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:15:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:15:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:15:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:15:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:15:04.702Z||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-07-11T00:15:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:15:14.259Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:15:14.260Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:16:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:16:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:16:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:16:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:16:04.702Z||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-07-11T00:16:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:16:14.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:16:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:17:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:17:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:17:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:17:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:17:04.702Z||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-07-11T00:17:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:17:14.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:17:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:18:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:18:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:18:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:18:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:18:04.701Z||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-07-11T00:18:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:18:14.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:18:14.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:19:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:19:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:19:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:19:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:19:04.702Z||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-07-11T00:19:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:19:14.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:19:14.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:20:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:20:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:20:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:20:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:20:04.702Z||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-07-11T00:20:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:20:14.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:20:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:21:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:21:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:21:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:21:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:21:04.701Z||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-07-11T00:21:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:21:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:21:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:22:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:22:04.700Z||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-07-11T00:22:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:22:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:22:04.702Z||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-07-11T00:22:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:22:14.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:22:14.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:23:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:23:04.700Z||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-07-11T00:23:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:23:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:23:04.701Z||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-07-11T00:23:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:23:14.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:23:14.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:24:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:24:04.700Z||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-07-11T00:24:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:24:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:24:04.702Z||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-07-11T00:24:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:24:14.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:24:14.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:25:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:25:04.700Z||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-07-11T00:25:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:25:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:25:04.701Z||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-07-11T00:25:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:25:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:25:14.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:26:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:26:04.700Z||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-07-11T00:26:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:26:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:26:04.702Z||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-07-11T00:26:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:26:14.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:26:14.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:27:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:27:04.700Z||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-07-11T00:27:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:27:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:27:04.701Z||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-07-11T00:27:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:27:14.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:27:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:28:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:28:04.700Z||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-07-11T00:28:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:28:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:28:04.701Z||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-07-11T00:28:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:28:14.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:28:14.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:29:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:29:04.700Z||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-07-11T00:29:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:29:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:29:04.701Z||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-07-11T00:29:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:29:14.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:29:14.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:30:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:30:04.700Z||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-07-11T00:30:04.700Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:30:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:30:04.701Z||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-07-11T00:30:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:30:14.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:30:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:31:04.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:31:04.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:31:04.701Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:31:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:31:04.703Z||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-07-11T00:31:04.703Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:31:14.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:31:14.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:32:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:32:04.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:32:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:32:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:32:04.701Z||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-07-11T00:32:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:32:14.239Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:32:14.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:33:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:33:04.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:33:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:33:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:33:04.702Z||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-07-11T00:33:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:33:14.236Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:33:14.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:34:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:34:04.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:34:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:34:04.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:34:04.702Z||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-07-11T00:34:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:34:14.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:34:14.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:35:04.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:35:04.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:35:04.701Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:35:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:35:04.701Z||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-07-11T00:35:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:35:14.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:35:14.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:36:04.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:36:04.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:36:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:36:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:36:04.702Z||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-07-11T00:36:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:36:14.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:36:14.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:37:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:37:04.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:37:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:37:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:37:04.701Z||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-07-11T00:37:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:37:14.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:37:14.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:38:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:38:04.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:38:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:38:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:38:04.701Z||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-07-11T00:38:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:38:14.255Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:38:14.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:39:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:39:04.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:39:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:39:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:39:04.702Z||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-07-11T00:39:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:39:14.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:39:14.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:40:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:40:04.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:40:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:40:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:40:04.701Z||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-07-11T00:40:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:40:14.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:40:14.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:41:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:41:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:41:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:41:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:41:04.702Z||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-07-11T00:41:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:41:14.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:41:14.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:42:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:42:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:42:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:42:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:42:04.701Z||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-07-11T00:42:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:42:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:42:14.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:43:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:43:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:43:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:43:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:43:04.701Z||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-07-11T00:43:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:43:14.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:43:14.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:44:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:44:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:44:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:44:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:44:04.702Z||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-07-11T00:44:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:44:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:44:14.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:45:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:45:04.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:45:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:45:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:45:04.702Z||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-07-11T00:45:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:45:14.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:45:14.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:46:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:46:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:46:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:46:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:46:04.701Z||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-07-11T00:46:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:46:14.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:46:14.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:47:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:47:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:47:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:47:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:47:04.701Z||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-07-11T00:47:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:47:14.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:47:14.234Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:48:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:48:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:48:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:48:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:48:04.702Z||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-07-11T00:48:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:48:14.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:48:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:49:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:49:04.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:49:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:49:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:49:04.701Z||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-07-11T00:49:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:49:14.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:49:14.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:50:04.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:50:04.700Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:50:04.700Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:50:04.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:50:04.702Z||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-07-11T00:50:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:50:14.232Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:50:14.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:51:04.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:51:04.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:51:04.701Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:51:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:51:04.702Z||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-07-11T00:51:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:51:14.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:51:14.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:52:04.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:52:04.700Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:52:04.700Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:52:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:52:04.702Z||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-07-11T00:52:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:52:14.232Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:52:14.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:53:04.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:53:04.700Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:53:04.701Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:53:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:53:04.702Z||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-07-11T00:53:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:53:14.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:53:14.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:04.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:54:04.700Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T00:54:04.700Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:54:04.701Z||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-07-11T00:54:04.701Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:54:04.825Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:04.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "clamp",
"timestamp": 1625964832718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964831610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964827506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "aai-ml",
"timestamp": 1625964826791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "clamp",
"timestamp": 1625964832718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964831610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964827506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "aai-ml",
"timestamp": 1625964826791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "cds",
"timestamp": 1625964834417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "clamp",
"timestamp": 1625964832718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964831610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964827506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "aai-ml",
"timestamp": 1625964826791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "cds",
"timestamp": 1625964834417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "clamp",
"timestamp": 1625964832718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964831610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964827506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "aai-ml",
"timestamp": 1625964826791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964836223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "cds",
"timestamp": 1625964834417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "clamp",
"timestamp": 1625964832718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964831610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964827506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "aai-ml",
"timestamp": 1625964826791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964836223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "cds",
"timestamp": 1625964834417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "clamp",
"timestamp": 1625964832718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964831610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964827506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "aai-ml",
"timestamp": 1625964826791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964836223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "dcae-sch",
"timestamp": 1625964838311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "cds",
"timestamp": 1625964834417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "clamp",
"timestamp": 1625964832718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964831610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964827506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "aai-ml",
"timestamp": 1625964826791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964836223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "dcae-sch",
"timestamp": 1625964838311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "cds",
"timestamp": 1625964834417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964836223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "dcae-sch",
"timestamp": 1625964838311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "cds",
"timestamp": 1625964834417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964841511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:54:04.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:54:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964841512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:54:04.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:54:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "aai-ml",
"timestamp": 1625964841829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:54:04.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:54:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964836223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "dcae-sch",
"timestamp": 1625964838311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "cds",
"timestamp": 1625964842834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:54:04.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:54:04.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964836223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:54:04.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "dcae-sch",
"timestamp": 1625964838311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964843169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:54:04.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:54:04.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964842638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964843316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:54:04.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:54:04.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "policy-id",
"timestamp": 1625964843154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:04.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:04.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:04.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "cds",
"timestamp": 1625964843852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-11T00:54:05.041Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641
2021-07-11T00:54:05.055Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:54:05.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:05.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "dcae-sch",
"timestamp": 1625964838311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:05.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:05.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:05.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964842638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:05.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:54:05.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:54:05.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964844417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:54:05.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:54:05.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:05.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-11T00:54:05.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"10e6b8a0-8dc6-43a5-aaeb-925318d55641","serviceName":"vFW 2021-07-11 00-50-57","serviceVersion":"1.0","serviceUUID":"9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1","serviceDescription":"catalog service description","serviceInvariantUUID":"74bd5dd4-e2ee-4215-b847-eb1851e74099","resources":[{"resourceInstanceName":"vFW a9247adc-3035 0","resourceName":"vFW a9247adc-3035","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"72d8ce14-0137-4f97-be6c-972c83eb69d2","resourceInvariantUUID":"d9194857-f63d-4452-b523-0b4481f25c99","resourceCustomizationUUID":"23e29b81-6e21-4d06-b304-ad34102f7d3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml","artifactChecksum":"ODZlMjk4MzM4YmMxYzJlNWVjYzNjNTg3MjBlOTAzZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dfdd5aa-7797-49e3-a292-94af8ec2e728","artifactVersion":"1"},{"artifactName":"vfwa9247adc30350_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json","artifactChecksum":"MmYxYmU0OGU2OTAzMTVkMDAwNDU2NmYyMzMzYWI5ODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c245047-c544-4240-8f5b-cf71ce7359ff","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"71fdf64d-c4a7-4d46-abc4-25a09859a7de","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml","artifactChecksum":"YjE5YTcxMThhYjQ4NTYyOTcwNGQ0MmJlZDVlMDA4NWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"183f96bd-775c-416e-80bf-deca244a123e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"84975b85-fe46-4ddd-a297-72395b82d1f4","artifactVersion":"2","generatedFromUUID":"71fdf64d-c4a7-4d46-abc4-25a09859a7de"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210711005057-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml","artifactChecksum":"ODNkODEzNGYyMTgyZmFlYmI0ZTNkOTk1NWJlYTFjMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20f51646-66f7-4929-834a-9ee07d2022cf","artifactVersion":"1"},{"artifactName":"service-Vfw20210711005057-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar","artifactChecksum":"ZGFhODk2OGY3OGQwZTcxYzQ1MzcxZTBjNzBiMmYzYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37856a55-c299-47ff-9c00-2d9f5f75895b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-11T00:54:05.328Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:54:05.333Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:05.343Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:05.343Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:05.443Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-07-11T00:54:05.446Z||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-07-11T00:54:05.446Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:05.453Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:05.454Z||pool-3-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-11T00:54:06.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:54:06.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:06.350Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:06.350Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:54:06.450Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:06.451Z||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-07-11T00:54:06.451Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:06.460Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:06.460Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:54:07.350Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:54:07.351Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:07.353Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:07.353Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:54:07.453Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:07.454Z||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-07-11T00:54:07.454Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:07.460Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:07.460Z||pool-5-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:54:08.354Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:54:08.354Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:08.356Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:08.356Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:08.456Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:08.457Z||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-07-11T00:54:08.457Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:08.465Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:08.465Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:54:09.357Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:54:09.358Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:09.359Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:09.360Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-11T00:54:09.460Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:09.460Z||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-07-11T00:54:09.460Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:09.468Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:09.468Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:54:10.360Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:54:10.361Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:10.363Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:10.363Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:54:10.463Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:10.464Z||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-07-11T00:54:10.464Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:10.472Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:10.473Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-11T00:54:11.363Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:54:11.364Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:11.366Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:11.366Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:54:11.466Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:11.467Z||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-07-11T00:54:11.467Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:11.475Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:11.476Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-11T00:54:12.368Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"serviceName": "vFW 2021-07-11 00-50-57",
"serviceVersion": "1.0",
"serviceUUID": "9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "74bd5dd4-e2ee-4215-b847-eb1851e74099",
"resources": [
{
"resourceInstanceName": "vFW a9247adc-3035 0",
"resourceCustomizationUUID": "23e29b81-6e21-4d06-b304-ad34102f7d3e",
"resourceName": "vFW a9247adc-3035",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "72d8ce14-0137-4f97-be6c-972c83eb69d2",
"resourceInvariantUUID": "d9194857-f63d-4452-b523-0b4481f25c99",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa9247adc30350_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"artifactChecksum": "MmYxYmU0OGU2OTAzMTVkMDAwNDU2NmYyMzMzYWI5ODk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4c245047-c544-4240-8f5b-cf71ce7359ff",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "71fdf64d-c4a7-4d46-abc4-25a09859a7de",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "84975b85-fe46-4ddd-a297-72395b82d1f4",
"generatedFromUUID": "71fdf64d-c4a7-4d46-abc4-25a09859a7de"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "84975b85-fe46-4ddd-a297-72395b82d1f4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210711005057-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"artifactChecksum": "ZGFhODk2OGY3OGQwZTcxYzQ1MzcxZTBjNzBiMmYzYjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "37856a55-c299-47ff-9c00-2d9f5f75895b"
}
],
"workloadContext": "Production"
}
2021-07-11T00:54:12.369Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-11T00:54:12.369Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1 ASDC
2021-07-11T00:54:12.548Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10e6b8a0-8dc6-43a5-aaeb-925318d55641
ServiceName:vFW 2021-07-11 00-50-57
ServiceVersion:1.0
ServiceUUID:9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1
ServiceInvariantUUID:74bd5dd4-e2ee-4215-b847-eb1851e74099
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210711005057-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar
ArtifactUUID:37856a55-c299-47ff-9c00-2d9f5f75895b
ArtifactChecksum:ZGFhODk2OGY3OGQwZTcxYzQ1MzcxZTBjNzBiMmYzYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a9247adc-3035 0
ResourceCustomizationUUID:23e29b81-6e21-4d06-b304-ad34102f7d3e
ResourceInvariantUUID:d9194857-f63d-4452-b523-0b4481f25c99
ResourceName:vFW a9247adc-3035
ResourceType:VF
ResourceUUID:72d8ce14-0137-4f97-be6c-972c83eb69d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa9247adc30350_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json
ArtifactUUID:4c245047-c544-4240-8f5b-cf71ce7359ff
ArtifactChecksum:MmYxYmU0OGU2OTAzMTVkMDAwNDU2NmYyMzMzYWI5ODk=
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/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml
ArtifactUUID:71fdf64d-c4a7-4d46-abc4-25a09859a7de
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/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env
ArtifactUUID:84975b85-fe46-4ddd-a297-72395b82d1f4
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/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env
ArtifactUUID:84975b85-fe46-4ddd-a297-72395b82d1f4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-11T00:54:12.549Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1 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-07-11T00:54:12.600Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-11T00:54:12.600Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-11T00:54:12.601Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-11T00:54:12.601Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 37856a55-c299-47ff-9c00-2d9f5f75895b from URL: /sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:12.601Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-11T00:54:12.602Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:13.285Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-11T00:54:13.301Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar 37856a55-c299-47ff-9c00-2d9f5f75895b 110038
2021-07-11T00:54:13.302Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar ASDC sendASDCNotification
2021-07-11T00:54:13.302Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:13.304Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-11T00:54:13.305Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:13.306Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:13.307Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964853301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:54:13.407Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:13.407Z||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-07-11T00:54:13.408Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:13.414Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:13.414Z||pool-10-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:54:14.307Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-11T00:54:14.308Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-11T00:54:14.308Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 37856a55-c299-47ff-9c00-2d9f5f75895b, URL: /sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar to file: /app/ASDC/1/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:14.309Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210711005057-csar.csar
2021-07-11T00:54:14.417Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:14.417Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:14.805Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9432092526972363761/Definitions/service-Vfw20210711005057-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-07-11T00:54:17.243Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-11T00:54:17.248Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-11T00:54:17.248Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.248Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a9247adc-3035 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-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a9247adc-3035 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar
2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-11T00:54:17.256Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.257Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:17.260Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria
2021-07-11T00:54:17.260Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-11T00:54:17.261Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-11T00:54:17.263Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.263Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:17.263Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria
2021-07-11T00:54:17.263Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-11T00:54:17.263Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-11T00:54:17.264Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.264Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:17.267Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.267Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria
2021-07-11T00:54:17.267Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-11T00:54:17.267Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-11T00:54:17.267Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-11T00:54:17.270Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.270Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria
2021-07-11T00:54:17.270Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria
2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria
2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria
2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e533de5c-c10b-4b1f-85a6-261d96a9cd3f
2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria
2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4d436de3-0688-442c-9a6f-4ba83d4b5372
2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria
2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a51cb60f-8262-419f-bd07-ede00fb46770
2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:17.278Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.278Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:17.278Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:17.278Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:17.278Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-07-11 00-50-57
Description:catalog service description
Model UUID:9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1
Model Version:NULL
Model InvariantUuid:74bd5dd4-e2ee-4215-b847-eb1851e74099
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a9247adc-3035
Model UUID:9f0b2d7c-1f24-403e-a7c7-9f9cbc63d7a8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d9194857-f63d-4452-b523-0b4481f25c99
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:23e29b81-6e21-4d06-b304-ad34102f7d3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cf86df17-e488-4f05-a7d3-ad4380f528f7
ModelName:VfwA9247adc3035..base_vfw..module-0
ModelUuid:a0b74376-7c2b-49d4-a66d-de0f2000be52
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e533de5c-c10b-4b1f-85a6-261d96a9cd3f
ModelInvariantUuid:4b818cbe-7826-4884-9dc9-2e62ebefe6d8
ModelName:vFW a9247adc-3035-nodes.vfwCvfc
ModelUuid:06b5ce6b-9c2d-47af-a733-2e76a5c74015
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ae431255-e60a-4634-80bc-7a5a3b97b9d4
ModelInvariantUuid:470189c3-3cc3-4d44-977f-c3b1882946bb
ModelName:VfwA9247adc3035.compute.nodes.heat.vfw
ModelUuid:e04cb8f4-3758-4552-8686-b01acf3ea268
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4d436de3-0688-442c-9a6f-4ba83d4b5372
ModelInvariantUuid:ed5a92fd-02be-40aa-b785-ff9644da3f32
ModelName:vFW a9247adc-3035-nodes.vsnCvfc
ModelUuid:4c3463d6-10ac-44ca-a4b6-8236ed16e332
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:bfd77c98-2f62-46a9-8af1-466f49cf2aea
ModelInvariantUuid:792d17ac-4a8b-403e-ab93-2618c13498e4
ModelName:VfwA9247adc3035.compute.nodes.heat.vsn
ModelUuid:60688b94-42d4-4062-aa27-2f5838032bc3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a51cb60f-8262-419f-bd07-ede00fb46770
ModelInvariantUuid:7c537a34-296d-47f0-867c-518c547e9e6e
ModelName:vFW a9247adc-3035-nodes.vpgCvfc
ModelUuid:c56b2d67-415e-4a45-bb41-1b83eafb16b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:87db3951-2455-498d-901d-7120f087fa3a
ModelInvariantUuid:1dd5da07-632c-4b50-8aa6-e166465a2a6d
ModelName:VfwA9247adc3035.compute.nodes.heat.vpg
ModelUuid:ea4e347e-d220-41f2-8825-6efe13d53f0e
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-07-11T00:54:17.286Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 72d8ce14-0137-4f97-be6c-972c83eb69d2
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-07-11T00:54:17.372Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||vFW a9247adc-3035 0
2021-07-11T00:54:17.378Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 72d8ce14-0137-4f97-be6c-972c83eb69d2
2021-07-11T00:54:17.378Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4c245047-c544-4240-8f5b-cf71ce7359ff from URL: /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json
2021-07-11T00:54:17.378Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-11T00:54:17.379Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json
2021-07-11T00:54:18.907Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-11T00:54:18.907Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json 4c245047-c544-4240-8f5b-cf71ce7359ff 785
2021-07-11T00:54:18.907Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json ASDC sendASDCNotification
2021-07-11T00:54:18.908Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json
2021-07-11T00:54:18.908Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-11T00:54:18.908Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:18.910Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:18.910Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964858907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:54:19.010Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:19.011Z||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-07-11T00:54:19.011Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:19.019Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:19.019Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:54:19.911Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA9247adc3035..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cf86df17-e488-4f05-a7d3-ad4380f528f7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a0b74376-7c2b-49d4-a66d-de0f2000be52",
"vfModuleModelCustomizationUUID": "0aafe951-bd2a-4839-990c-525832348d60",
"isBase": true,
"artifacts": [
"71fdf64d-c4a7-4d46-abc4-25a09859a7de",
"84975b85-fe46-4ddd-a297-72395b82d1f4"
],
"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-07-11T00:54:19.930Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9247adc3035..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0b74376-7c2b-49d4-a66d-de0f2000be52
VfModuleModelInvariantUUID:cf86df17-e488-4f05-a7d3-ad4380f528f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
71fdf64d-c4a7-4d46-abc4-25a09859a7de
,
84975b85-fe46-4ddd-a297-72395b82d1f4
}
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-07-11T00:54:19.932Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA9247adc3035..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cf86df17-e488-4f05-a7d3-ad4380f528f7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a0b74376-7c2b-49d4-a66d-de0f2000be52",
"vfModuleModelCustomizationUUID": "0aafe951-bd2a-4839-990c-525832348d60",
"isBase": true,
"artifacts": [
"71fdf64d-c4a7-4d46-abc4-25a09859a7de",
"84975b85-fe46-4ddd-a297-72395b82d1f4"
],
"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-07-11T00:54:19.932Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9247adc3035..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0b74376-7c2b-49d4-a66d-de0f2000be52
VfModuleModelInvariantUUID:cf86df17-e488-4f05-a7d3-ad4380f528f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
71fdf64d-c4a7-4d46-abc4-25a09859a7de
,
84975b85-fe46-4ddd-a297-72395b82d1f4
}
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-07-11T00:54:19.932Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 71fdf64d-c4a7-4d46-abc4-25a09859a7de from URL: /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml
2021-07-11T00:54:19.932Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-11T00:54:19.933Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml
2021-07-11T00:54:20.808Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-11T00:54:20.808Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml 71fdf64d-c4a7-4d46-abc4-25a09859a7de 20368
2021-07-11T00:54:20.809Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-11T00:54:20.809Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml
2021-07-11T00:54:20.809Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-11T00:54:20.809Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:20.810Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:20.811Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964860809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:54:20.911Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:20.912Z||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-07-11T00:54:20.912Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:20.918Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:20.918Z||pool-12-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:54:21.811Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 84975b85-fe46-4ddd-a297-72395b82d1f4 from URL: /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env
2021-07-11T00:54:21.812Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-11T00:54:21.812Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env
2021-07-11T00:54:22.607Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-11T00:54:22.607Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env 84975b85-fe46-4ddd-a297-72395b82d1f4 2098
2021-07-11T00:54:22.607Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-11T00:54:22.608Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env
2021-07-11T00:54:22.608Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-11T00:54:22.608Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:22.609Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:22.609Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964862607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:54:22.710Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:22.710Z||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-07-11T00:54:22.710Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:22.716Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:22.717Z||pool-13-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:54:23.610Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1
2021-07-11T00:54:23.610Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a9247adc-3035 0 72d8ce14-0137-4f97-be6c-972c83eb69d2 ASDC
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 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 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-07-11T00:54:23.638Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.638Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:23.638Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-07-11T00:54:23.638Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 23e29b81-6e21-4d06-b304-ad34102f7d3e
2021-07-11T00:54:23.638Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 23e29b81-6e21-4d06-b304-ad34102f7d3e matches Tosca VF Customization UUID: 23e29b81-6e21-4d06-b304-ad34102f7d3e
2021-07-11T00:54:23.639Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 23e29b81-6e21-4d06-b304-ad34102f7d3e 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-07-11T00:54:23.643Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.643Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:23.644Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 23e29b81-6e21-4d06-b304-ad34102f7d3e: {\"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-07-11T00:54:23.644Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@201b837e
2021-07-11T00:54:23.645Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.645Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-11T00:54:23.645Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0aafe951-bd2a-4839-990c-525832348d60
2021-07-11T00:54:23.646Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0aafe951-bd2a-4839-990c-525832348d60
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-07-11T00:54:23.650Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.650Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria
2021-07-11T00:54:23.651Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:54:23.651Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.651Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria
2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria
2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e533de5c-c10b-4b1f-85a6-261d96a9cd3f
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-07-11T00:54:23.658Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.658Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria
2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria
2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:23.661Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-11T00:54:23.661Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-11T00:54:23.661Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4d436de3-0688-442c-9a6f-4ba83d4b5372
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-07-11T00:54:23.662Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.663Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria
2021-07-11T00:54:23.663Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:54:23.665Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.665Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria
2021-07-11T00:54:23.665Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-11T00:54:23.665Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-11T00:54:23.665Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-11T00:54:23.667Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-11T00:54:23.667Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-11T00:54:23.667Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a51cb60f-8262-419f-bd07-ede00fb46770
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-07-11T00:54:23.668Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.668Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria
2021-07-11T00:54:23.669Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:54:23.669Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.669Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria
2021-07-11T00:54:23.669Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=23e29b81-6e21-4d06-b304-ad34102f7d3e
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-07-11T00:54:23.670Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1: vFW a9247adc-3035
2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-07-11 00-50-57
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-07-11T00:54:23.867Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a9247adc-3035 72d8ce14-0137-4f97-be6c-972c83eb69d2 1 ASDC deployResourceStructure
2021-07-11T00:54:23.868Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json ASDC sendASDCNotification
2021-07-11T00:54:23.868Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json
2021-07-11T00:54:23.868Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-11T00:54:23.868Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:23.870Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:23.870Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964863868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "DEPLOY_OK"
}
2021-07-11T00:54:23.970Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:23.971Z||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-07-11T00:54:23.971Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:23.979Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:23.979Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:54:24.871Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-11T00:54:24.871Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml
2021-07-11T00:54:24.871Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-11T00:54:24.872Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:24.873Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:24.873Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964864871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-11T00:54:24.973Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:24.974Z||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-07-11T00:54:24.974Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:24.981Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:24.982Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:54:25.874Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-11T00:54:25.874Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env
2021-07-11T00:54:25.874Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-11T00:54:25.875Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:25.876Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:25.876Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964865874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-11T00:54:25.976Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:25.977Z||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-07-11T00:54:25.977Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:25.984Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:25.985Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-11T00:54:26.877Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar ASDC sendASDCNotification
2021-07-11T00:54:26.877Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar
2021-07-11T00:54:26.878Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-11T00:54:26.878Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:54:26.880Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:54:26.880Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964866877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:54:26.980Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:54:26.981Z||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-07-11T00:54:26.981Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:54:26.987Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:54:26.988Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-11T00:54:27.881Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:54:27.894Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:54:27.896Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T00:54:27.897Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T00:54:27.897Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T00:54:57.897Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:54:57.907Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:54:57.909Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T00:54:57.909Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T00:54:57.910Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T00:55:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:55:04.702Z||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-07-11T00:55:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:55:04.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:55:04.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:55:04.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964844708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:55:04.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:55:27.910Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:55:27.917Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:55:27.918Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T00:55:27.919Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T00:55:27.919Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T00:55:57.919Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:55:57.927Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:55:57.928Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T00:55:57.929Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T00:55:57.929Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T00:56:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:56:04.702Z||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-07-11T00:56:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:56:04.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:56:04.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:56:04.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "policy-id",
"timestamp": 1625964843154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:56:04.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:56:27.929Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:56:27.936Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:56:27.938Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T00:56:27.938Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T00:56:27.938Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T00:56:57.939Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:56:57.948Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:56:57.950Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T00:56:57.950Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T00:56:57.951Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T00:57:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:57:04.702Z||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-07-11T00:57:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:57:04.714Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:57:05.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "dcae-sch",
"timestamp": 1625964838311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964845021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964842638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964845715,
"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-07-11T00:57:05.233Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641
2021-07-11T00:57:05.233Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "policy-id",
"timestamp": 1625964843154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964846007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964842638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964846719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "policy-id",
"timestamp": 1625964843154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964847129,
"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-07-11T00:57:05.244Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641
2021-07-11T00:57:05.244Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964842638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964847601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.252Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "policy-id",
"timestamp": 1625964843154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964848132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964842638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964848606,
"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-07-11T00:57:05.257Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641
2021-07-11T00:57:05.257Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "policy-id",
"timestamp": 1625964843154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964842638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964849609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "policy-id",
"timestamp": 1625964843154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964850575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "policy-id",
"timestamp": 1625964851096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964844699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "policy-id",
"timestamp": 1625964852102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "policy-id",
"timestamp": 1625964853106,
"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-07-11T00:57:05.270Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641
2021-07-11T00:57:05.270Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964853301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "clamp",
"timestamp": 1625964854393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964855440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "clamp",
"timestamp": 1625964855444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "clamp",
"timestamp": 1625964856448,
"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-07-11T00:57:05.280Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641
2021-07-11T00:57:05.280Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964856444,
"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-07-11T00:57:05.290Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641
2021-07-11T00:57:05.291Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964858907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "aai-ml",
"timestamp": 1625964859216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "aai-ml",
"timestamp": 1625964860220,
"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-07-11T00:57:05.302Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641
2021-07-11T00:57:05.302Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964860809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964862607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964863868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964864871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964865874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625964866877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "clamp",
"timestamp": 1625964862718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "aai-ml",
"timestamp": 1625964861223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "cds",
"timestamp": 1625964864417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964867506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "policy-id",
"timestamp": 1625964863154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964869136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "clamp",
"timestamp": 1625964862718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "cds",
"timestamp": 1625964864417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "aai-ml",
"timestamp": 1625964861223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964867506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "policy-id",
"timestamp": 1625964863154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964869136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "clamp",
"timestamp": 1625964862718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "aai-ml",
"timestamp": 1625964861223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "cds",
"timestamp": 1625964864417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964867506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "policy-id",
"timestamp": 1625964863154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964869136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "clamp",
"timestamp": 1625964862718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "aai-ml",
"timestamp": 1625964861223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "cds",
"timestamp": 1625964864417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964867506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "policy-id",
"timestamp": 1625964863154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964871610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964869136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "clamp",
"timestamp": 1625964862718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "aai-ml",
"timestamp": 1625964861223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "cds",
"timestamp": 1625964864417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964867506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "policy-id",
"timestamp": 1625964863154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964871610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964872638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964869136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "clamp",
"timestamp": 1625964862718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "aai-ml",
"timestamp": 1625964861223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964867506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "cds",
"timestamp": 1625964864417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "policy-id",
"timestamp": 1625964863154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964871610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964872638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964869136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "aai-ml",
"timestamp": 1625964861223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "clamp",
"timestamp": 1625964862718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "ves-openapi-manager",
"timestamp": 1625964867506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "cds",
"timestamp": 1625964864417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "policy-id",
"timestamp": 1625964863154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964871610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964872638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964869136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964871610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964872638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964876223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "policy-id",
"timestamp": 1625964877102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964871610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964872638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "aai-ml",
"timestamp": 1625964877316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "cds",
"timestamp": 1625964877327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964876223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "policy-id",
"timestamp": 1625964878105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964878183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964871610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964872638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "cds",
"timestamp": 1625964878333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-11T00:57:05.345Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94
2021-07-11T00:57:05.345Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964876223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "dcae-sch",
"timestamp": 1625964878311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "policy-id",
"timestamp": 1625964879108,
"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-07-11T00:57:05.354Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94
2021-07-11T00:57:05.354Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964872638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964876223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "dcae-sch",
"timestamp": 1625964878311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964880222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964880329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.360Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964880831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964876223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "dcae-sch",
"timestamp": 1625964878311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964881629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964881821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964876223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "dcae-sch",
"timestamp": 1625964878311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964882634,
"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-07-11T00:57:05.365Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94
2021-07-11T00:57:05.365Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964876223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:57:05.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "dcae-sch",
"timestamp": 1625964878311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964883117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "aai-ml",
"timestamp": 1625964883310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964883414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625964883637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "dcae-sch",
"timestamp": 1625964878311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625964884120,
"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-07-11T00:57:05.374Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94
2021-07-11T00:57:05.374Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964884245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "aai-ml",
"timestamp": 1625964884314,
"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-07-11T00:57:05.383Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94
2021-07-11T00:57:05.383Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964884439,
"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-07-11T00:57:05.391Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94
2021-07-11T00:57:05.391Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "dcae-sch",
"timestamp": 1625964878311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:57:05.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "clamp",
"timestamp": 1625964885282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625964885442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964885825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964887245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "clamp",
"timestamp": 1625964887291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:05.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964888249,
"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-07-11T00:57:05.399Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94
2021-07-11T00:57:05.399Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "clamp",
"timestamp": 1625964888293,
"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-07-11T00:57:05.408Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94
2021-07-11T00:57:05.408Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:57:05.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625964889253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-11T00:57:05.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:57:27.951Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:57:27.958Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641
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-07-11T00:57:27.960Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T00:57:27.960Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-11T00:57:27.960Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-07-11T00:57:27.964Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-11T00:57:57.965Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:57.972Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 and serviceModelVersionId: 9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1
2021-07-11T00:57:57.972Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74bd5dd4-e2ee-4215-b847-eb1851e74099
2021-07-11T00:58:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:58:04.702Z||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-07-11T00:58:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:58:10.212Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0
2021-07-11T00:58:10.331Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-07-11T00:58:10.992Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0|INFO|500||Invoke
2021-07-11T00:58:11.000Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10e6b8a0-8dc6-43a5-aaeb-925318d55641], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7e76a47-0134-4d99-9a36-a46589c2519d], X-ECOMP-RequestID=[10e6b8a0-8dc6-43a5-aaeb-925318d55641], X-TransactionId=[], X-ONAP-RequestID=[10e6b8a0-8dc6-43a5-aaeb-925318d55641], Content-Type=[application/merge-patch+json]}
2021-07-11T00:58:11.163Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-11T00:58:11.341Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?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/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210711-00:58:11:175-25708], vertex-id=[217088], Content-Length=[0], Date=[Sun, 11 Jul 2021 00:58:11 GMT], Content-Type=[application/json]}
2021-07-11T00:58:11.342Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-11T00:58:11.343Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0|INFO|500||InvokeReturn
2021-07-11T00:58:11.347Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-11T00:58:11.347Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-07-11T00:58:11.350Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-07-11T00:58:11.358Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10e6b8a0-8dc6-43a5-aaeb-925318d55641 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-11T00:58:11.359Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-11T00:58:11.359Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:11.361Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:11.361Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965091358,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-11T00:58:11.461Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:58:11.462Z||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-07-11T00:58:11.462Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:11.468Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:11.469Z||pool-18-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:12.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:12.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-11T00:58:12.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965091358,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-11T00:58:12.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-11T00:58:12.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:58:12.370Z||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-07-11T00:58:12.371Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:58:16.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:16.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-11T00:58:16.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5ba9c08-202a-4510-9f78-49980e645e94","serviceName":"basic_onboard_sEJWKV","serviceVersion":"1.0","serviceUUID":"f838ec42-87b4-4686-9847-6d758f4e81e6","serviceDescription":"service","serviceInvariantUUID":"67f666ab-eced-461c-af81-64454ae21882","resources":[{"resourceInstanceName":"basic_onboard_sEJWKV 0","resourceName":"basic_onboard_sEJWKV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1cfc6246-27b6-4a3a-813e-9d51960b994c","resourceInvariantUUID":"68bb1928-7bef-4d8d-9df6-df6df38995f2","resourceCustomizationUUID":"b2820932-5517-426a-8895-886e288fa8a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml","artifactChecksum":"MThhNzI3NWU4N2FkMGFiOTg1MTQxMzAyNjJhMzdjOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1daa4235-86b1-409f-8bb3-dc7a631b8673","artifactVersion":"1"},{"artifactName":"basic_onboard_sejwkv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json","artifactChecksum":"MTc2NDViNTQzOWRhMTQxNDQ2YTA2YmE0MmNlMDJjNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5dbce24-bbec-4bd4-924f-0672dcdbaa5e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f906ea6e-323e-4d5f-b8ac-1934aae79302","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c65867eb-14db-4b75-a9bd-4e80a4cf2462","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"26eac3fc-920b-4c5d-9d9e-51524ac56ea7","artifactVersion":"2","generatedFromUUID":"f906ea6e-323e-4d5f-b8ac-1934aae79302"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSejwkv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml","artifactChecksum":"MjAzNTc2NTFmYjczMDE5NzVkY2U5ZmEyMTJhZDIyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d8529d7-01bc-4589-93c7-9d5fa5c3e4b9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSejwkv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar","artifactChecksum":"ZjRkOTg0NTNjNjc1NmY4MWNhNWEyODU0ZmM2MTI4MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"911171e1-43d9-41e5-9477-bf630c0d6a9b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-11T00:58:16.653Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:58:16.654Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:16.656Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:16.656Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:58:16.756Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:58:16.757Z||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-07-11T00:58:16.757Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:16.764Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:16.764Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:17.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:58:17.657Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:17.658Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:17.658Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:58:17.759Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-11T00:58:17.759Z||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-07-11T00:58:17.759Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:17.767Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:17.767Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-11T00:58:18.659Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:58:18.660Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:18.661Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:18.661Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:58:18.761Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:58:18.763Z||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-07-11T00:58:18.763Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:18.770Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:18.770Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:19.662Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:58:19.663Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:19.665Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:19.665Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:58:19.766Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-11T00:58:19.767Z||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-07-11T00:58:19.767Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:19.775Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:19.775Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:20.666Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:58:20.666Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:20.668Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:20.668Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-11T00:58:20.768Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:58:20.769Z||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-07-11T00:58:20.769Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:20.775Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:20.776Z||pool-23-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:21.668Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:58:21.669Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:21.671Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:21.671Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:58:21.771Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:58:21.771Z||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-07-11T00:58:21.772Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:21.779Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:21.780Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:22.671Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T00:58:22.672Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:22.673Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:22.674Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:58:22.774Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:58:22.774Z||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-07-11T00:58:22.774Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:22.781Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:22.781Z||pool-25-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:23.675Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"serviceName": "basic_onboard_sEJWKV",
"serviceVersion": "1.0",
"serviceUUID": "f838ec42-87b4-4686-9847-6d758f4e81e6",
"serviceDescription": "service",
"serviceInvariantUUID": "67f666ab-eced-461c-af81-64454ae21882",
"resources": [
{
"resourceInstanceName": "basic_onboard_sEJWKV 0",
"resourceCustomizationUUID": "b2820932-5517-426a-8895-886e288fa8a6",
"resourceName": "basic_onboard_sEJWKV",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1cfc6246-27b6-4a3a-813e-9d51960b994c",
"resourceInvariantUUID": "68bb1928-7bef-4d8d-9df6-df6df38995f2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_sejwkv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"artifactChecksum": "MTc2NDViNTQzOWRhMTQxNDQ2YTA2YmE0MmNlMDJjNGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b5dbce24-bbec-4bd4-924f-0672dcdbaa5e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f906ea6e-323e-4d5f-b8ac-1934aae79302",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "26eac3fc-920b-4c5d-9d9e-51524ac56ea7",
"generatedFromUUID": "f906ea6e-323e-4d5f-b8ac-1934aae79302"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "26eac3fc-920b-4c5d-9d9e-51524ac56ea7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSejwkv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"artifactChecksum": "ZjRkOTg0NTNjNjc1NmY4MWNhNWEyODU0ZmM2MTI4MmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "911171e1-43d9-41e5-9477-bf630c0d6a9b"
}
],
"workloadContext": "Production"
}
2021-07-11T00:58:23.675Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-11T00:58:23.675Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f838ec42-87b4-4686-9847-6d758f4e81e6 ASDC
2021-07-11T00:58:23.676Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c5ba9c08-202a-4510-9f78-49980e645e94
ServiceName:basic_onboard_sEJWKV
ServiceVersion:1.0
ServiceUUID:f838ec42-87b4-4686-9847-6d758f4e81e6
ServiceInvariantUUID:67f666ab-eced-461c-af81-64454ae21882
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSejwkv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar
ArtifactUUID:911171e1-43d9-41e5-9477-bf630c0d6a9b
ArtifactChecksum:ZjRkOTg0NTNjNjc1NmY4MWNhNWEyODU0ZmM2MTI4MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sEJWKV 0
ResourceCustomizationUUID:b2820932-5517-426a-8895-886e288fa8a6
ResourceInvariantUUID:68bb1928-7bef-4d8d-9df6-df6df38995f2
ResourceName:basic_onboard_sEJWKV
ResourceType:VF
ResourceUUID:1cfc6246-27b6-4a3a-813e-9d51960b994c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sejwkv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json
ArtifactUUID:b5dbce24-bbec-4bd4-924f-0672dcdbaa5e
ArtifactChecksum:MTc2NDViNTQzOWRhMTQxNDQ2YTA2YmE0MmNlMDJjNGQ=
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/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f906ea6e-323e-4d5f-b8ac-1934aae79302
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/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env
ArtifactUUID:26eac3fc-920b-4c5d-9d9e-51524ac56ea7
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/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env
ArtifactUUID:26eac3fc-920b-4c5d-9d9e-51524ac56ea7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-11T00:58:23.676Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f838ec42-87b4-4686-9847-6d758f4e81e6 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-07-11T00:58:23.703Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-11T00:58:23.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-11T00:58:23.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-11T00:58:23.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 911171e1-43d9-41e5-9477-bf630c0d6a9b from URL: /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:23.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-11T00:58:23.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:23.873Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-11T00:58:23.878Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar 911171e1-43d9-41e5-9477-bf630c0d6a9b 74846
2021-07-11T00:58:23.878Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar ASDC sendASDCNotification
2021-07-11T00:58:23.879Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:23.879Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-11T00:58:23.879Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:23.882Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:23.882Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965103878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:58:23.983Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-11T00:58:23.983Z||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-07-11T00:58:23.983Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:23.990Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:23.990Z||pool-26-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:24.883Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-11T00:58:24.884Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-11T00:58:24.884Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 911171e1-43d9-41e5-9477-bf630c0d6a9b, URL: /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar to file: /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:24.884Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:24.885Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:24.885Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:25.044Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9945246370110423766/Definitions/service-BasicOnboardSejwkv-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-07-11T00:58:26.247Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-11T00:58:26.247Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-11T00:58:26.247Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:26.247Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-07-11T00:58:26.247Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sEJWKV 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sEJWKV 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-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria
2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria
2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is not matching search criteria
2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria
2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria
2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria
2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is not matching search criteria
2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e886390-ddcc-4168-bfbc-502118e71331
2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:26.255Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:26.255Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_sEJWKV
Description:service
Model UUID:f838ec42-87b4-4686-9847-6d758f4e81e6
Model Version:NULL
Model InvariantUuid:67f666ab-eced-461c-af81-64454ae21882
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_sEJWKV
Model UUID:6c35b09b-954a-4df6-9e7e-6318633c21fb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:68bb1928-7bef-4d8d-9df6-df6df38995f2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b2820932-5517-426a-8895-886e288fa8a6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ef897fc9-d12c-41e0-9ff9-b0bccb0e2c75
ModelName:BasicOnboardSejwkv..base_ubuntu18..module-0
ModelUuid:23ad93d0-c438-4fb4-9b50-02ad9548007b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1e886390-ddcc-4168-bfbc-502118e71331
ModelInvariantUuid:86398638-f24f-485a-b619-7d019379a0f3
ModelName:basic_onboard_sEJWKV-nodes.ubuntu18Cvfc
ModelUuid:27cbdda3-e18f-4327-a5db-7ed8de1a731f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6ee8bd6a-7bf2-40f1-b2da-38d83cae5f51
ModelInvariantUuid:4e80c29d-0980-486a-8514-94ce20906f21
ModelName:BasicOnboardSejwkv.compute.nodes.heat.ubuntu18
ModelUuid:329c98b5-2146-42d4-aea2-5dd199da9d75
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-07-11T00:58:26.259Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1cfc6246-27b6-4a3a-813e-9d51960b994c
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-07-11T00:58:26.261Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||basic_onboard_sEJWKV 0
2021-07-11T00:58:26.262Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1cfc6246-27b6-4a3a-813e-9d51960b994c
2021-07-11T00:58:26.262Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b5dbce24-bbec-4bd4-924f-0672dcdbaa5e from URL: /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json
2021-07-11T00:58:26.262Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-11T00:58:26.262Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json
2021-07-11T00:58:26.808Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-11T00:58:26.808Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json b5dbce24-bbec-4bd4-924f-0672dcdbaa5e 798
2021-07-11T00:58:26.809Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json ASDC sendASDCNotification
2021-07-11T00:58:26.809Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json
2021-07-11T00:58:26.809Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-11T00:58:26.809Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:26.811Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:26.811Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965106809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:58:26.911Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:58:26.912Z||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-07-11T00:58:26.912Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:26.919Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:26.919Z||pool-27-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:27.812Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSejwkv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ef897fc9-d12c-41e0-9ff9-b0bccb0e2c75",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "23ad93d0-c438-4fb4-9b50-02ad9548007b",
"vfModuleModelCustomizationUUID": "54be73a4-8478-4be6-89cc-7d62b8d3534d",
"isBase": true,
"artifacts": [
"f906ea6e-323e-4d5f-b8ac-1934aae79302",
"26eac3fc-920b-4c5d-9d9e-51524ac56ea7"
],
"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-07-11T00:58:27.815Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSejwkv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:23ad93d0-c438-4fb4-9b50-02ad9548007b
VfModuleModelInvariantUUID:ef897fc9-d12c-41e0-9ff9-b0bccb0e2c75
VfModuleModelDescription:NULL
Artifacts UUID List:{
f906ea6e-323e-4d5f-b8ac-1934aae79302
,
26eac3fc-920b-4c5d-9d9e-51524ac56ea7
}
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-07-11T00:58:27.817Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSejwkv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ef897fc9-d12c-41e0-9ff9-b0bccb0e2c75",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "23ad93d0-c438-4fb4-9b50-02ad9548007b",
"vfModuleModelCustomizationUUID": "54be73a4-8478-4be6-89cc-7d62b8d3534d",
"isBase": true,
"artifacts": [
"f906ea6e-323e-4d5f-b8ac-1934aae79302",
"26eac3fc-920b-4c5d-9d9e-51524ac56ea7"
],
"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-07-11T00:58:27.817Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSejwkv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:23ad93d0-c438-4fb4-9b50-02ad9548007b
VfModuleModelInvariantUUID:ef897fc9-d12c-41e0-9ff9-b0bccb0e2c75
VfModuleModelDescription:NULL
Artifacts UUID List:{
f906ea6e-323e-4d5f-b8ac-1934aae79302
,
26eac3fc-920b-4c5d-9d9e-51524ac56ea7
}
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-07-11T00:58:27.817Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f906ea6e-323e-4d5f-b8ac-1934aae79302 from URL: /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml
2021-07-11T00:58:27.817Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-11T00:58:27.818Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml
2021-07-11T00:58:28.425Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-11T00:58:28.426Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml f906ea6e-323e-4d5f-b8ac-1934aae79302 5033
2021-07-11T00:58:28.426Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-11T00:58:28.426Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml
2021-07-11T00:58:28.426Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-11T00:58:28.426Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:28.428Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:28.428Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965108426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:58:28.528Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:58:28.529Z||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-07-11T00:58:28.529Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:28.535Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:28.536Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-11T00:58:29.429Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 26eac3fc-920b-4c5d-9d9e-51524ac56ea7 from URL: /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env
2021-07-11T00:58:29.429Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-11T00:58:29.429Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env
2021-07-11T00:58:29.584Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-11T00:58:29.585Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env 26eac3fc-920b-4c5d-9d9e-51524ac56ea7 909
2021-07-11T00:58:29.585Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-11T00:58:29.585Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env
2021-07-11T00:58:29.585Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-11T00:58:29.586Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:29.587Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:29.587Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965109585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:58:29.688Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-11T00:58:29.688Z||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-07-11T00:58:29.688Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:29.695Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:29.695Z||pool-29-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:30.588Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f838ec42-87b4-4686-9847-6d758f4e81e6
2021-07-11T00:58:30.589Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sEJWKV 0 1cfc6246-27b6-4a3a-813e-9d51960b994c 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-07-11T00:58:30.600Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.600Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:30.601Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-07-11T00:58:30.601Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b2820932-5517-426a-8895-886e288fa8a6
2021-07-11T00:58:30.601Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2820932-5517-426a-8895-886e288fa8a6 matches Tosca VF Customization UUID: b2820932-5517-426a-8895-886e288fa8a6
2021-07-11T00:58:30.601Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b2820932-5517-426a-8895-886e288fa8a6 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-07-11T00:58:30.603Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.603Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:30.604Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b2820932-5517-426a-8895-886e288fa8a6: {\"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-07-11T00:58:30.604Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5eb01fdd
2021-07-11T00:58:30.604Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.605Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-11T00:58:30.605Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54be73a4-8478-4be6-89cc-7d62b8d3534d
2021-07-11T00:58:30.605Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54be73a4-8478-4be6-89cc-7d62b8d3534d
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-07-11T00:58:30.607Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.607Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria
2021-07-11T00:58:30.607Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:58:30.608Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.608Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria
2021-07-11T00:58:30.608Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:58:30.608Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.609Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is not matching search criteria
2021-07-11T00:58:30.609Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-11T00:58:30.609Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-11T00:58:30.609Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e886390-ddcc-4168-bfbc-502118e71331
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-07-11T00:58:30.611Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.611Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria
2021-07-11T00:58:30.611Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-11T00:58:30.612Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.612Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria
2021-07-11T00:58:30.612Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=b2820932-5517-426a-8895-886e288fa8a6
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-07-11T00:58:30.613Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.614Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:30.614Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f838ec42-87b4-4686-9847-6d758f4e81e6: basic_onboard_sEJWKV
2021-07-11T00:58:30.614Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.614Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:30.615Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.615Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:30.615Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.615Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:30.616Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.616Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:30.616Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T00:58:30.616Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T00:58:30.617Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_sEJWKV
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: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_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-07-11T00:58:30.672Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sEJWKV 1cfc6246-27b6-4a3a-813e-9d51960b994c 1 ASDC deployResourceStructure
2021-07-11T00:58:30.672Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json ASDC sendASDCNotification
2021-07-11T00:58:30.672Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json
2021-07-11T00:58:30.673Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-11T00:58:30.673Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:30.676Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:30.676Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965110672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-11T00:58:30.776Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:58:30.776Z||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-07-11T00:58:30.777Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:30.783Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:30.783Z||pool-30-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:31.677Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-11T00:58:31.677Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml
2021-07-11T00:58:31.677Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-11T00:58:31.678Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:31.679Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:31.679Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965111677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-11T00:58:31.779Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:58:31.780Z||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-07-11T00:58:31.780Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:31.787Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:31.788Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-11T00:58:32.680Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-11T00:58:32.681Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env
2021-07-11T00:58:32.681Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-11T00:58:32.681Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:32.684Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:32.684Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965112680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-11T00:58:32.784Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:58:32.784Z||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-07-11T00:58:32.785Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:32.793Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:32.793Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:33.685Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar ASDC sendASDCNotification
2021-07-11T00:58:33.685Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar
2021-07-11T00:58:33.685Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-11T00:58:33.686Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:58:33.687Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:58:33.687Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965113684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:58:33.787Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-11T00:58:33.788Z||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-07-11T00:58:33.788Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:58:33.796Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:58:33.796Z||pool-33-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:58:34.688Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5ba9c08-202a-4510-9f78-49980e645e94
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-07-11T00:58:34.696Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5ba9c08-202a-4510-9f78-49980e645e94
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-07-11T00:58:34.698Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T00:58:34.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-11T00:58:34.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-11T00:58:34.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-11T00:58:34.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:58:34.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:58:34.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:58:34.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:58:34.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:58:34.701Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T00:58:34.701Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-07-11T00:58:34.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-11T00:59:04.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:59:04.702Z||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-07-11T00:59:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T00:59:04.705Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:59:04.711Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5ba9c08-202a-4510-9f78-49980e645e94 and serviceModelVersionId: f838ec42-87b4-4686-9847-6d758f4e81e6
2021-07-11T00:59:04.711Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67f666ab-eced-461c-af81-64454ae21882
2021-07-11T00:59:04.712Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0
2021-07-11T00:59:04.716Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-07-11T00:59:04.758Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0|INFO|500||Invoke
2021-07-11T00:59:04.758Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5ba9c08-202a-4510-9f78-49980e645e94], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1cd36a4f-8f87-46e1-8b05-74bea8017af1], X-ECOMP-RequestID=[c5ba9c08-202a-4510-9f78-49980e645e94], X-TransactionId=[], X-ONAP-RequestID=[c5ba9c08-202a-4510-9f78-49980e645e94], Content-Type=[application/merge-patch+json]}
2021-07-11T00:59:04.785Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-11T00:59:04.863Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?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/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210711-00:59:04:795-75902], vertex-id=[176272], Content-Length=[0], Date=[Sun, 11 Jul 2021 00:59:04 GMT], Content-Type=[application/json]}
2021-07-11T00:59:04.864Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-11T00:59:04.865Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0|INFO|500||InvokeReturn
2021-07-11T00:59:04.865Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-11T00:59:04.865Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-07-11T00:59:04.869Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-07-11T00:59:04.869Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5ba9c08-202a-4510-9f78-49980e645e94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-11T00:59:04.869Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-11T00:59:04.870Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-11T00:59:04.872Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T00:59:04.872Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965144869,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-11T00:59:04.972Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T00:59:04.973Z||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-07-11T00:59:04.973Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T00:59:04.980Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:59:04.980Z||pool-34-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-11T00:59:04.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:59:04.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:59:04.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-11T00:59:04.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "NOTIFIED"
}
2021-07-11T00:59:04.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-11T00:59:04.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-11T00:59:04.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-11T00:59:04.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:59:04.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-11T00:59:04.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-11T00:59:04.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-11T00:59:04.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T00:59:04.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-11T00:59:04.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965092370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T00:59:04.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-11T00:59:04.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965103878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:59:04.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:59:04.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965106809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:59:04.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:59:04.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965108426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:59:04.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:59:04.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965109585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-11T00:59:04.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:59:04.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965110672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-11T00:59:04.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:59:04.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965111677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-11T00:59:04.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:59:04.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965112680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-11T00:59:04.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T00:59:04.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-11T00:59:04.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965113684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T00:59:04.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-11T00:59:05.882Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:59:05.882Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T00:59:05.882Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ...
2021-07-11T00:59:15.418Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:59:15.418Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:59:15.419Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T00:59:15.419Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ...
2021-07-11T00:59:24.947Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:59:24.947Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:59:24.948Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T00:59:24.948Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ...
2021-07-11T00:59:34.477Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T00:59:34.478Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T00:59:34.478Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T00:59:34.478Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ...
2021-07-11T00:59:44.008Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:00:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:00:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:00:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ...
2021-07-11T01:00:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:00:04.701Z||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-07-11T01:00:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T01:00:05.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:00:05.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-11T01:00:05.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965144869,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-11T01:00:05.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:00:14.238Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:01:04.699Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:01:04.700Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T01:01:04.700Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T01:01:04.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:01:04.702Z||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-07-11T01:01:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T01:01:14.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:01:14.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:02:04.699Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:02:04.700Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T01:02:04.700Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T01:02:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:02:04.701Z||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-07-11T01:02:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T01:02:14.238Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:02:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:03:04.699Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:03:04.700Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T01:03:04.700Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T01:03:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:03:04.702Z||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-07-11T01:03:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T01:03:04.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:03:04.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "clamp",
"timestamp": 1625965372718,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:03:04.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "cds",
"timestamp": 1625965374417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:03:04.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625965376223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:03:04.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625965371610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:03:04.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "dcae-sch",
"timestamp": 1625965378311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:03:04.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "clamp",
"timestamp": 1625965372718,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T01:03:04.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "dcae-sch",
"timestamp": 1625965378311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:03:04.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "cds",
"timestamp": 1625965374417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T01:03:04.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625965371610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T01:03:04.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625965376223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T01:03:04.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625965382638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:03:04.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "policy-id",
"timestamp": 1625965383154,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:03:04.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:04.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "cds",
"timestamp": 1625965384216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T01:03:04.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:03:04.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:03:04.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625965382638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T01:03:04.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:03:05.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:03:05.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-11T01:03:05.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2dee162-1b7c-477d-9361-9d72290d3b9d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e183871b-f070-4093-a6bb-6290053b522b","serviceDescription":"service","serviceInvariantUUID":"d03804ab-5e1a-4260-9c4b-dc9f87e9f351","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"25799814-b563-4bc7-8cfc-014abd4631c5","resourceInvariantUUID":"ac52b36f-86b6-45af-ab0b-5870a8f8d2a3","resourceCustomizationUUID":"f6cb70bb-bc6e-4a12-904b-e19e2220cadd","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":"OTJhNWM1YzM3MzU1NDY4MmZhMjE0MzQzMTFmY2Y1MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8522607a-f5ad-45b9-b64f-394ad985879e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjVhNzZjZWM0MmMzNmY1Mjg3MTMyMjc4MWE4MTk1YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3eebca72-4725-4467-b47f-f11a16e84b21","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-11T01:03:05.320Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T01:03:05.320Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:03:05.322Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:03:05.322Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965384699,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:03:05.422Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:03:05.423Z||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-07-11T01:03:05.423Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:03:05.430Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:03:05.430Z||pool-35-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:03:06.322Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T01:03:06.323Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:03:06.325Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:03:06.325Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965384699,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T01:03:06.425Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:03:06.426Z||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-07-11T01:03:06.426Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:03:06.433Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:03:06.434Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-07-11T01:03:07.325Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e183871b-f070-4093-a6bb-6290053b522b",
"serviceDescription": "service",
"serviceInvariantUUID": "d03804ab-5e1a-4260-9c4b-dc9f87e9f351",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f6cb70bb-bc6e-4a12-904b-e19e2220cadd",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "25799814-b563-4bc7-8cfc-014abd4631c5",
"resourceInvariantUUID": "ac52b36f-86b6-45af-ab0b-5870a8f8d2a3",
"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": "ZjVhNzZjZWM0MmMzNmY1Mjg3MTMyMjc4MWE4MTk1YjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3eebca72-4725-4467-b47f-f11a16e84b21"
}
],
"workloadContext": "Production"
}
2021-07-11T01:03:07.326Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-11T01:03:07.326Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e183871b-f070-4093-a6bb-6290053b522b ASDC
2021-07-11T01:03:07.326Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c2dee162-1b7c-477d-9361-9d72290d3b9d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e183871b-f070-4093-a6bb-6290053b522b
ServiceInvariantUUID:d03804ab-5e1a-4260-9c4b-dc9f87e9f351
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:3eebca72-4725-4467-b47f-f11a16e84b21
ArtifactChecksum:ZjVhNzZjZWM0MmMzNmY1Mjg3MTMyMjc4MWE4MTk1YjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f6cb70bb-bc6e-4a12-904b-e19e2220cadd
ResourceInvariantUUID:ac52b36f-86b6-45af-ab0b-5870a8f8d2a3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:25799814-b563-4bc7-8cfc-014abd4631c5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-07-11T01:03:07.327Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e183871b-f070-4093-a6bb-6290053b522b 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-07-11T01:03:07.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-11T01:03:07.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-11T01:03:07.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-11T01:03:07.349Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3eebca72-4725-4467-b47f-f11a16e84b21 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-11T01:03:07.349Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-11T01:03:07.349Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-11T01:03:07.818Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-11T01:03:07.820Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3eebca72-4725-4467-b47f-f11a16e84b21 52221
2021-07-11T01:03:07.821Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-11T01:03:07.821Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-11T01:03:07.821Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-11T01:03:07.821Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:03:07.822Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:03:07.822Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965387821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T01:03:07.923Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:03:07.923Z||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-07-11T01:03:07.923Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:03:07.930Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:03:07.930Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:03:08.823Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-11T01:03:08.824Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-11T01:03:08.824Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3eebca72-4725-4467-b47f-f11a16e84b21, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-11T01:03:08.825Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-07-11T01:03:08.825Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-11T01:03:08.825Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-11T01:03:08.894Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14927917973066760694/Definitions/service-BasicNetwork-template.yml
2021-07-11T01:03:09.202Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-11T01:03:09.202Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-11T01:03:09.202Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-11T01:03:09.202Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e183871b-f070-4093-a6bb-6290053b522b
Model Version:NULL
Model InvariantUuid:d03804ab-5e1a-4260-9c4b-dc9f87e9f351
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ac52b36f-86b6-45af-ab0b-5870a8f8d2a3
Model UUID:4bc10196-ae5f-40eb-9164-823ce49cd034
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f6cb70bb-bc6e-4a12-904b-e19e2220cadd
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-07-11T01:03:09.211Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 25799814-b563-4bc7-8cfc-014abd4631c5
2021-07-11T01:03:09.211Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||No resources found for Service: e183871b-f070-4093-a6bb-6290053b522b
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-07-11T01:03:09.214Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||
2021-07-11T01:03:09.214Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-07-11T01:03:09.215Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e183871b-f070-4093-a6bb-6290053b522b
2021-07-11T01:03:09.215Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e183871b-f070-4093-a6bb-6290053b522b
2021-07-11T01:03:09.215Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-07-11T01:03:09.215Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.219Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.219Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.219Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e183871b-f070-4093-a6bb-6290053b522b: Generic NeutronNet
2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.244Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.244Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.244Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.244Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.245Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:03:09.245Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:03:09.245Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.284Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-07-11T01:03:09.285Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-11T01:03:09.285Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-11T01:03:09.285Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-11T01:03:09.285Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:03:09.286Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:03:09.286Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965389285,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T01:03:09.387Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:03:09.387Z||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-07-11T01:03:09.387Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:03:09.394Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:03:09.394Z||pool-38-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:03:10.291Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:03:10.297Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:03:10.298Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T01:03:10.298Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T01:03:10.298Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T01:03:40.299Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:03:40.306Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:03:40.308Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T01:03:40.308Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T01:03:40.308Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T01:04:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:04:04.702Z||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-07-11T01:04:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T01:04:04.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:04:04.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:04:04.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "policy-id",
"timestamp": 1625965383154,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T01:04:04.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:04:10.308Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:04:10.314Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:04:10.318Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T01:04:10.318Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T01:04:10.318Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T01:04:40.318Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:04:40.325Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:04:40.326Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T01:04:40.326Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T01:04:40.327Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T01:05:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:05:04.702Z||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-07-11T01:05:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T01:05:04.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:05:04.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:05:04.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "cds",
"timestamp": 1625965385221,
"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-07-11T01:05:04.724Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2dee162-1b7c-477d-9361-9d72290d3b9d
2021-07-11T01:05:04.724Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:05:10.327Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:05:10.335Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:05:10.337Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T01:05:10.337Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T01:05:10.337Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T01:05:40.338Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:05:40.346Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:05:40.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T01:05:40.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-11T01:05:40.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-11T01:06:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:06:04.702Z||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-07-11T01:06:04.702Z||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 MJeox99z7kF2z1jM) ...
2021-07-11T01:06:04.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965384699,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625965385734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T01:06:04.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965384699,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T01:06:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "clamp",
"timestamp": 1625965386362,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "policy-id",
"timestamp": 1625965386530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625965387189,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "policy-id",
"timestamp": 1625965387533,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965387821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1625965387506,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625965388195,
"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-07-11T01:06:04.729Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2dee162-1b7c-477d-9361-9d72290d3b9d
2021-07-11T01:06:04.729Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:06:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "clamp",
"timestamp": 1625965388370,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T01:06:04.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:06:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "policy-id",
"timestamp": 1625965388535,
"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-07-11T01:06:04.738Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2dee162-1b7c-477d-9361-9d72290d3b9d
2021-07-11T01:06:04.738Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1625965387506,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965389285,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T01:06:04.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "clamp",
"timestamp": 1625965389374,
"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-07-11T01:06:04.748Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c2dee162-1b7c-477d-9361-9d72290d3b9d
2021-07-11T01:06:04.748Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:06:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625965389136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625965389136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T01:06:04.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "aai-ml",
"timestamp": 1625965396791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "aai-ml",
"timestamp": 1625965396791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T01:06:04.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "aai-ml",
"timestamp": 1625965400587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T01:06:04.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:06:04.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "aai-ml",
"timestamp": 1625965403809,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-11T01:06:04.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-11T01:06:04.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "aai-ml",
"timestamp": 1625965404812,
"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-07-11T01:06:04.758Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2dee162-1b7c-477d-9361-9d72290d3b9d
2021-07-11T01:06:04.758Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:06:04.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "clamp",
"timestamp": 1625965432718,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "dcae-sch",
"timestamp": 1625965438311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "cds",
"timestamp": 1625965434417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625965436223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625965431610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "clamp",
"timestamp": 1625965432718,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "dcae-sch",
"timestamp": 1625965438311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625965431610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625965436223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "cds",
"timestamp": 1625965434417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625965442638,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "clamp",
"timestamp": 1625965432718,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "dcae-sch",
"timestamp": 1625965438311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "cds",
"timestamp": 1625965434417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625965431610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625965436223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "policy-id",
"timestamp": 1625965443154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625965442638,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "clamp",
"timestamp": 1625965432718,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "dcae-sch",
"timestamp": 1625965438311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "cds",
"timestamp": 1625965434417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625965431610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625965436223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:04.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-11T01:06:10.349Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:06:10.356Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d
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-07-11T01:06:10.357Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:06:10.362Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-11T01:06:40.362Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:06:40.366Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2dee162-1b7c-477d-9361-9d72290d3b9d and serviceModelVersionId: e183871b-f070-4093-a6bb-6290053b522b
2021-07-11T01:06:40.366Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d03804ab-5e1a-4260-9c4b-dc9f87e9f351
2021-07-11T01:06:40.367Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0
2021-07-11T01:06:40.371Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-11T01:06:40.405Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0|INFO|500||Invoke
2021-07-11T01:06:40.406Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c2dee162-1b7c-477d-9361-9d72290d3b9d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c328c889-2081-4ef9-8f00-9042e0d08e05], X-ECOMP-RequestID=[c2dee162-1b7c-477d-9361-9d72290d3b9d], X-TransactionId=[], X-ONAP-RequestID=[c2dee162-1b7c-477d-9361-9d72290d3b9d], Content-Type=[application/merge-patch+json]}
2021-07-11T01:06:40.423Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-11T01:06:40.707Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?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/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210711-01:06:40:433-91321], vertex-id=[184440], Content-Length=[0], Date=[Sun, 11 Jul 2021 01:06:40 GMT], Content-Type=[application/json]}
2021-07-11T01:06:40.708Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-11T01:06:40.709Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0|INFO|500||InvokeReturn
2021-07-11T01:06:40.709Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-11T01:06:40.709Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:06:40.712Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:06:40.712Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2dee162-1b7c-477d-9361-9d72290d3b9d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-11T01:06:40.713Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-11T01:06:40.713Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:06:40.715Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:06:40.715Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965600713,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-11T01:06:40.815Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:06:40.816Z||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-07-11T01:06:40.816Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:06:40.826Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:40.827Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-11T01:06:41.725Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-11T01:06:41.726Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-11T01:06:41.726Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ...
2021-07-11T01:06:46.007Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:46.008Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-11T01:06:46.008Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"57b16269-deb6-45e0-bcb2-3149d43c8f95","serviceName":"Demo_pNF_odR8qxidGFe5Z1sCFZCj","serviceVersion":"1.0","serviceUUID":"556e1912-6be4-4c64-a762-01a1812f9369","serviceDescription":"catalog service description","serviceInvariantUUID":"802a84c9-5900-444f-8b54-90c1ff2408c7","resources":[{"resourceInstanceName":"pNF 857a7acb-90c8 0","resourceName":"pNF 857a7acb-90c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a567f867-1032-49fd-ad7d-f2834169b644","resourceInvariantUUID":"4b9b452e-e3ff-4396-be19-c8dcba5e4a2a","resourceCustomizationUUID":"a9a3d1cd-aecd-4dbb-bbc5-1839e4e2bbec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml","artifactChecksum":"MDliYTRmNGU1OTJhODA5OTU1NWI5MGY4M2U1ODRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"494428cc-87fd-40b7-a141-64e203662ef7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar","artifactChecksum":"MGY3ZTdlNWE5ZmY1ZWQ3NDI3M2NjY2NiMGViNzkzMDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"730db81e-b254-40ba-b2e8-22e2deec08b0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8503bb27-c316-4dca-8252-9a7726f8f0e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml","artifactChecksum":"MDgzNGIxZDBiZWYzMDQ0Zjc2NGQ3NTFlNzM5M2Q3Y2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec0d4ae1-ad93-4ec9-9cca-33713fe161d8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eabe8a43-b92e-4f7f-af03-2295de563619","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a800b39a-7e32-400d-9596-79753544e552","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml","artifactChecksum":"YmJhZWIxODkxZjM0MWM4NmVkN2M0MzRiMWI3NjQ5OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9497e7e1-4a3a-46a4-a5e9-bc0d5f16a0d1","artifactVersion":"1"},{"artifactName":"service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar","artifactChecksum":"ZmMzZTMwZmM2Yjk5NWY1YzEyN2JkYzQ2OGRlOWYzNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed2d627e-9251-4eb8-8e6f-0bbcfeb52579","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-11T01:06:46.010Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T01:06:46.010Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:06:46.012Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:06:46.012Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965601725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:46.112Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:06:46.113Z||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-07-11T01:06:46.113Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:06:46.120Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:46.120Z||pool-40-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:06:47.013Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T01:06:47.014Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:06:47.016Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:06:47.016Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965601725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:47.116Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:06:47.117Z||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-07-11T01:06:47.117Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:06:47.124Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:47.125Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:06:48.017Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T01:06:48.017Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:06:48.018Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:06:48.019Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965601725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:48.119Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:06:48.119Z||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-07-11T01:06:48.120Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:06:48.125Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:48.126Z||pool-42-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:06:49.019Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T01:06:49.020Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:06:49.022Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:06:49.022Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965601725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:49.122Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:06:49.123Z||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-07-11T01:06:49.123Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:06:49.129Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:49.130Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:06:50.022Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T01:06:50.023Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:06:50.025Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:06:50.025Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965601725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:50.125Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:06:50.126Z||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-07-11T01:06:50.126Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:06:50.132Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:50.133Z||pool-44-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:06:51.026Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T01:06:51.027Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:06:51.028Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:06:51.028Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965601725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:51.128Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:06:51.129Z||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-07-11T01:06:51.129Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:06:51.136Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:51.137Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:06:52.029Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T01:06:52.030Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:06:52.031Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:06:52.032Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965601725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-11T01:06:52.132Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:06:52.133Z||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-07-11T01:06:52.133Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:06:52.139Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:52.139Z||pool-46-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:06:53.032Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-11T01:06:53.033Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:06:53.034Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:06:53.035Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965601725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar",
"status": "NOTIFIED"
}
2021-07-11T01:06:53.135Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:06:53.136Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-11T01:06:53.136Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:06:53.142Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:53.143Z||pool-47-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:06:54.036Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"serviceName": "Demo_pNF_odR8qxidGFe5Z1sCFZCj",
"serviceVersion": "1.0",
"serviceUUID": "556e1912-6be4-4c64-a762-01a1812f9369",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "802a84c9-5900-444f-8b54-90c1ff2408c7",
"resources": [
{
"resourceInstanceName": "pNF 857a7acb-90c8 0",
"resourceCustomizationUUID": "a9a3d1cd-aecd-4dbb-bbc5-1839e4e2bbec",
"resourceName": "pNF 857a7acb-90c8",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a567f867-1032-49fd-ad7d-f2834169b644",
"resourceInvariantUUID": "4b9b452e-e3ff-4396-be19-c8dcba5e4a2a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar",
"artifactChecksum": "ZmMzZTMwZmM2Yjk5NWY1YzEyN2JkYzQ2OGRlOWYzNjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ed2d627e-9251-4eb8-8e6f-0bbcfeb52579"
}
],
"workloadContext": "Production"
}
2021-07-11T01:06:54.036Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-11T01:06:54.036Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 556e1912-6be4-4c64-a762-01a1812f9369 ASDC
2021-07-11T01:06:54.037Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:57b16269-deb6-45e0-bcb2-3149d43c8f95
ServiceName:Demo_pNF_odR8qxidGFe5Z1sCFZCj
ServiceVersion:1.0
ServiceUUID:556e1912-6be4-4c64-a762-01a1812f9369
ServiceInvariantUUID:802a84c9-5900-444f-8b54-90c1ff2408c7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
ArtifactUUID:ed2d627e-9251-4eb8-8e6f-0bbcfeb52579
ArtifactChecksum:ZmMzZTMwZmM2Yjk5NWY1YzEyN2JkYzQ2OGRlOWYzNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 857a7acb-90c8 0
ResourceCustomizationUUID:a9a3d1cd-aecd-4dbb-bbc5-1839e4e2bbec
ResourceInvariantUUID:4b9b452e-e3ff-4396-be19-c8dcba5e4a2a
ResourceName:pNF 857a7acb-90c8
ResourceType:PNF
ResourceUUID:a567f867-1032-49fd-ad7d-f2834169b644
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-07-11T01:06:54.037Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 556e1912-6be4-4c64-a762-01a1812f9369 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-07-11T01:06:54.055Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-11T01:06:54.055Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-11T01:06:54.055Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-11T01:06:54.056Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ed2d627e-9251-4eb8-8e6f-0bbcfeb52579 from URL: /sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:54.056Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-11T01:06:54.056Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:55.583Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-11T01:06:55.586Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar ed2d627e-9251-4eb8-8e6f-0bbcfeb52579 83336
2021-07-11T01:06:55.587Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar ASDC sendASDCNotification
2021-07-11T01:06:55.587Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:55.587Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-11T01:06:55.587Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-11T01:06:55.589Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-11T01:06:55.589Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625965615586,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-11T01:06:55.689Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-11T01:06:55.689Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-11T01:06:55.690Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ...
2021-07-11T01:06:55.696Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-11T01:06:55.696Z||pool-48-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-11T01:06:56.589Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-11T01:06:56.590Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-11T01:06:56.591Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ed2d627e-9251-4eb8-8e6f-0bbcfeb52579, URL: /sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar to file: /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:56.591Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:56.591Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:56.591Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:56.685Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1298625452372343017/Definitions/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml
2021-07-11T01:06:57.239Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-11T01:06:57.240Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-11T01:06:57.240Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:57.240Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-11T01:06:57.241Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||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-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:57.241Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:57.241Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||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-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:57.241Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||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-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:57.241Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||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-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:57.242Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 857a7acb-90c8 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-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:57.242Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 857a7acb-90c8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:57.242Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||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-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar
2021-07-11T01:06:57.242Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-11T01:06:57.242Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:06:57.243Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:06:57.243Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Node template pNF 857a7acb-90c8 0 is matching search criteria
2021-07-11T01:06:57.243Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-11T01:06:57.243Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 857a7acb-90c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-11T01:06:57.244Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:06:57.244Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:06:57.244Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Node template pNF 857a7acb-90c8 0 is matching search criteria
2021-07-11T01:06:57.244Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-11T01:06:57.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 857a7acb-90c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-11T01:06:57.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:06:57.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:06:57.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:06:57.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:06:57.246Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:06:57.246Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:06:57.246Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:06:57.246Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:06:57.247Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:06:57.247Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:06:57.247Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_odR8qxidGFe5Z1sCFZCj
Description:catalog service description
Model UUID:556e1912-6be4-4c64-a762-01a1812f9369
Model Version:NULL
Model InvariantUuid:802a84c9-5900-444f-8b54-90c1ff2408c7
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-07-11T01:06:57.252Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: a567f867-1032-49fd-ad7d-f2834169b644
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-07-11T01:06:57.254Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||pNF 857a7acb-90c8 0
2021-07-11T01:06:57.254Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a567f867-1032-49fd-ad7d-f2834169b644
2021-07-11T01:06:57.254Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 556e1912-6be4-4c64-a762-01a1812f9369
2021-07-11T01:06:57.254Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 556e1912-6be4-4c64-a762-01a1812f9369
2021-07-11T01:06:57.255Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 857a7acb-90c8 0 a567f867-1032-49fd-ad7d-f2834169b644 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-07-11T01:06:57.258Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-11T01:06:57.258Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-11T01:06:57.258Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 556e1912-6be4-4c64-a762-01a1812f9369: pNF 857a7acb-90c8
2021-07-11T01:06:57.259Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Processing PNF resource: a567f867-1032-49fd-ad7d-f2834169b644
2021-07-11T01:06:57.259Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery