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-04-23T04:27:59.439Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-szwmr with PID 15 (/app/app.jar started by so in /app)
2021-04-23T04:27:59.484Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-23T04:27:59.485Z||main|||||INFO|500||The following profiles are active: basic
2021-04-23T04:28:06.888Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-23T04:28:06.889Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-23T04:28:06.976Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-23T04:28:08.574Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-23T04:28:08.730Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-23T04:28:09.063Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-23T04:28:09.084Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-23T04:28:09.160Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-23T04:28:09.306Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-23T04:28:09.701Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-23T04:28:10.382Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-23T04:28:12.624Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-23T04:28:12.664Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-23T04:28:12.991Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-23T04:28:13.192Z||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-04-23T04:28:14.476Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-23T04:28:15.450Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-23T04:28:15.485Z||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$$70fe894b.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-04-23T04:28:15.486Z||main|||||WARN|500||The sdc end point is not alive
2021-04-23T04:28:17.804Z||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-04-23T04:28:20.316Z||main|||||WARN|500||---
2021-04-23T04:28:20.316Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-23T04:28:20.316Z||main|||||WARN|500||---
2021-04-23T04:28:20.695Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-23T04:28:23.863Z||main|||||INFO|500||Started Application in 26.537 seconds (JVM running for 27.722)
2021-04-23T04:28:23.885Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T04:28:23.887Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T04:28:23.899Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T04:28:23.929Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T04:28:24.016Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1dfed6b0-8f13-4aad-b7f2-ae63426c8924 url= /sdc/v1/artifactTypes
2021-04-23T04:28:24.016Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T04:28:24.271Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T04:28:24.297Z||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-04-23T04:28:24.318Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T04:28:24.326Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T04:28:24.378Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:28:24.432Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= db559ff3-623e-4a1e-8491-4c43150e549c url= /sdc/v1/registerForDistribution
2021-04-23T04:28:24.542Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= db559ff3-623e-4a1e-8491-4c43150e549c url= /sdc/v1/registerForDistribution
2021-04-23T04:28:24.542Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-23T04:28:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:28:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:28:24.559Z||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-04-23T04:28:24.559Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:28:24.560Z||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-04-23T04:28:24.560Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-23T04:28:24.560Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:28:34.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:28:34.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:29:24.550Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:29:24.551Z||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-04-23T04:29:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:29:24.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:29:24.554Z||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-04-23T04:29:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:29:34.099Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:29:34.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:30:24.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:30:24.554Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:30:24.556Z||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-04-23T04:30:24.556Z||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-04-23T04:30:24.557Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:30:24.557Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:30:34.129Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:30:34.129Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:31:24.551Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:31:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:31:24.553Z||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-04-23T04:31:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:31:24.554Z||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-04-23T04:31:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:31:34.101Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:31:34.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:32:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:32:24.551Z||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-04-23T04:32:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:32:24.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:32:24.553Z||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-04-23T04:32:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:32:34.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:32:34.099Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:33:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:33:24.551Z||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-04-23T04:33:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:33:24.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:33:24.553Z||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-04-23T04:33:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:33:34.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:33:34.097Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:34:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:34:24.551Z||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-04-23T04:34:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:34:24.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:34:24.553Z||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-04-23T04:34:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:34:34.094Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:34:34.094Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:35:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:35:24.551Z||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-04-23T04:35:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:35:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:35:24.553Z||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-04-23T04:35:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:35:34.095Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:35:34.096Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:36:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:36:24.552Z||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-04-23T04:36:24.552Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:36:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:36:24.553Z||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-04-23T04:36:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:36:34.091Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:36:34.098Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:37:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:37:24.551Z||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-04-23T04:37:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:37:24.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:37:24.553Z||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-04-23T04:37:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:37:34.094Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:37:34.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:38:19.070Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-23T04:38:19.233Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@3f8b6991 ((conn=781) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-23T04:38:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:38:24.551Z||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-04-23T04:38:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:38:24.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:38:24.553Z||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-04-23T04:38:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:38:34.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:38:34.092Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:39:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:39:24.552Z||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-04-23T04:39:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:39:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:39:24.553Z||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-04-23T04:39:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:39:34.092Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:39:34.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:40:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:40:24.552Z||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-04-23T04:40:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:40:24.553Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:40:24.554Z||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-04-23T04:40:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:40:34.089Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:40:34.092Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:41:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:41:24.552Z||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-04-23T04:41:24.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:41:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:41:24.554Z||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-04-23T04:41:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:41:34.094Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:41:34.096Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:42:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:42:24.551Z||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-04-23T04:42:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:42:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:42:24.554Z||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-04-23T04:42:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:42:34.090Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:42:34.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:43:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:43:24.551Z||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-04-23T04:43:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:43:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:43:24.554Z||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-04-23T04:43:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:43:34.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:43:34.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:44:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:44:24.551Z||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-04-23T04:44:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:44:24.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:44:24.553Z||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-04-23T04:44:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:44:34.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:44:34.089Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:45:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:45:24.551Z||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-04-23T04:45:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:45:24.554Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:45:24.554Z||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-04-23T04:45:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:45:34.091Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:45:34.092Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:46:24.551Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:46:24.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:46:24.553Z||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-04-23T04:46:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:46:24.553Z||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-04-23T04:46:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:46:34.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:46:34.097Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:47:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:47:24.552Z||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-04-23T04:47:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:47:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:47:24.553Z||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-04-23T04:47:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:47:34.089Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:47:34.090Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:48:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:48:24.552Z||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-04-23T04:48:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:48:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:48:24.553Z||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-04-23T04:48:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:48:34.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:48:34.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:49:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:49:24.551Z||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-04-23T04:49:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:49:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:49:24.553Z||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-04-23T04:49:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:49:34.109Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:49:34.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:50:24.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:50:24.551Z||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-04-23T04:50:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:50:24.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:50:24.554Z||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-04-23T04:50:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:50:34.092Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:50:34.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:51:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:51:24.552Z||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-04-23T04:51:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:51:24.552Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:51:24.553Z||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-04-23T04:51:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:51:34.090Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:51:34.090Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:52:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:52:24.551Z||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-04-23T04:52:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:52:24.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:52:24.554Z||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-04-23T04:52:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:52:34.089Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:52:34.091Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:53:24.551Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:53:24.552Z||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-04-23T04:53:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:53:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:53:24.554Z||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-04-23T04:53:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:53:34.090Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:53:34.091Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:54:24.551Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:54:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:54:24.553Z||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-04-23T04:54:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:54:24.553Z||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-04-23T04:54:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:54:34.093Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:54:34.093Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:55:24.551Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:55:24.552Z||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-04-23T04:55:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:55:24.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:55:24.554Z||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-04-23T04:55:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:55:34.092Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:55:34.098Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:56:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:56:24.551Z||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-04-23T04:56:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:56:24.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:56:24.553Z||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-04-23T04:56:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:56:34.089Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:56:34.092Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:57:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:57:24.551Z||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-04-23T04:57:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:57:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:57:24.553Z||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-04-23T04:57:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:57:34.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:57:34.088Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:58:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:58:24.552Z||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-04-23T04:58:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:58:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:58:24.553Z||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-04-23T04:58:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:58:34.090Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:58:34.091Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:59:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:59:24.551Z||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-04-23T04:59:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:59:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T04:59:24.554Z||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-04-23T04:59:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T04:59:34.088Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T04:59:34.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:00:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:00:24.551Z||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-04-23T05:00:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:00:24.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:00:24.554Z||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-04-23T05:00:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:00:34.088Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:00:34.090Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:01:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:01:24.552Z||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-04-23T05:01:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:01:24.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:01:24.553Z||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-04-23T05:01:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:01:34.088Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:01:34.090Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:02:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:02:24.552Z||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-04-23T05:02:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:02:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:02:24.553Z||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-04-23T05:02:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:02:34.089Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:02:34.090Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:03:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:03:24.552Z||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-04-23T05:03:24.552Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:03:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:03:24.553Z||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-04-23T05:03:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:03:34.089Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:03:34.090Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:04:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:04:24.551Z||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-04-23T05:04:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:04:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:04:24.553Z||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-04-23T05:04:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:04:34.088Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:04:34.095Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:05:24.550Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:05:24.551Z||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-04-23T05:05:24.551Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:05:24.552Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:05:24.553Z||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-04-23T05:05:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:05:34.088Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:05:34.088Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:06:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:06:24.552Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:06:24.552Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:06:24.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:06:24.554Z||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-04-23T05:06:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:06:34.089Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:06:34.093Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:07:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:07:24.551Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:07:24.552Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:07:24.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:07:24.553Z||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-04-23T05:07:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:07:34.092Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:07:34.093Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:08:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:08:24.551Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:08:24.551Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:08:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:08:24.554Z||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-04-23T05:08:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:08:34.088Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:08:34.088Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:09:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:09:24.552Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:09:24.552Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:09:24.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:09:24.554Z||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-04-23T05:09:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:09:34.090Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:09:34.090Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:10:24.551Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:10:24.553Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:10:24.553Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:10:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:10:24.555Z||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-04-23T05:10:24.556Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:10:34.096Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:10:34.104Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:11:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:11:24.551Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:11:24.552Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:11:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:11:24.561Z||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-04-23T05:11:24.562Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:11:34.093Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:11:34.093Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:12:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:12:24.551Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:12:24.551Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:12:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:12:24.553Z||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-04-23T05:12:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:12:34.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:12:34.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:13:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:13:24.551Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:13:24.551Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:13:24.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:13:24.553Z||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-04-23T05:13:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:13:34.090Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:13:34.126Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:14:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:14:24.551Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:14:24.551Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:14:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:14:24.553Z||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-04-23T05:14:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:14:34.087Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:14:34.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:15:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:15:24.552Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:15:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:15:24.553Z||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-04-23T05:15:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:15:24.552Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:15:34.089Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:15:34.090Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:16:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:16:24.552Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:16:24.552Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:16:24.553Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:16:24.553Z||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-04-23T05:16:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:16:34.096Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:16:34.096Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:17:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:17:24.552Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:17:24.552Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:17:24.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:17:24.553Z||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-04-23T05:17:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:17:34.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:17:34.089Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:18:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:18:24.552Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:18:24.552Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:18:24.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:18:24.553Z||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-04-23T05:18:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:18:34.090Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:18:34.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:24.550Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:19:24.551Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:19:24.551Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:19:24.553Z||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-04-23T05:19:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:25.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:25.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "dcae-sch",
"timestamp": 1619155148724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155150655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "clamp",
"timestamp": 1619155148352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155148871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155152221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "dcae-sch",
"timestamp": 1619155148724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155150655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "clamp",
"timestamp": 1619155148352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155148871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155152221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "dcae-sch",
"timestamp": 1619155148724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155150655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "policy-id",
"timestamp": 1619155153341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "clamp",
"timestamp": 1619155148352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155148871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155152221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "dcae-sch",
"timestamp": 1619155148724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155150655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "clamp",
"timestamp": 1619155148352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "policy-id",
"timestamp": 1619155153341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155148871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155152221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "dcae-sch",
"timestamp": 1619155148724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155150655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "clamp",
"timestamp": 1619155148352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "policy-id",
"timestamp": 1619155153341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155148871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "cds",
"timestamp": 1619155155546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155152221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "dcae-sch",
"timestamp": 1619155148724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155150655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "policy-id",
"timestamp": 1619155153341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "clamp",
"timestamp": 1619155148352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155148871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "cds",
"timestamp": 1619155155546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155156684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155152221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "dcae-sch",
"timestamp": 1619155148724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155150655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "policy-id",
"timestamp": 1619155153341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "clamp",
"timestamp": 1619155148352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155148871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "cds",
"timestamp": 1619155155546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155156684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155152221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "policy-id",
"timestamp": 1619155153341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "cds",
"timestamp": 1619155155546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155156684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "policy-id",
"timestamp": 1619155153341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155160062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155160062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "cds",
"timestamp": 1619155155546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155156684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155160730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "cds",
"timestamp": 1619155155546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155156684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155161553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155161554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "policy-id",
"timestamp": 1619155161549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "cds",
"timestamp": 1619155155546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155161610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155156684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "policy-id",
"timestamp": 1619155162556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155162919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155162917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155161610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155156684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "policy-id",
"timestamp": 1619155163559,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-04-23T05:19:25.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:25.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0fede835-7a8a-4b45-bfc2-b2a3c15abfaa","serviceName":"vFW 2021-04-23 05-16-26","serviceVersion":"1.0","serviceUUID":"8a3c80f4-cb8e-4112-97e0-1914dd99387d","serviceDescription":"catalog service description","serviceInvariantUUID":"6bcdf38f-8248-4eb9-ac28-6a4179cca1f0","resources":[{"resourceInstanceName":"vFW 4cf9a0fb-7830 0","resourceName":"vFW 4cf9a0fb-7830","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab7df8b5-3cea-4a69-8c38-6d25836768c0","resourceInvariantUUID":"ec8d3315-1e45-4490-a5dd-670e4465ec8e","resourceCustomizationUUID":"c1a49d62-9f75-4f10-8445-03625c2d390d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml","artifactChecksum":"ZTcxNDc5YzNkYTQzNWQwZWIzNWZlODYxMWI1NjcxOGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94cf1f1e-e2f4-4aad-8980-90262b1b3fa4","artifactVersion":"1"},{"artifactName":"vfw4cf9a0fb78300_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json","artifactChecksum":"NzA4YjQ1ZGRkZTk0OWQ0OGYwYjhiOThlNTExOWIxMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ebeaeb2-466e-4eb1-a98f-90939ad5dd31","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"896e3dd8-a5b0-4645-b792-a81d4e74aaa2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml","artifactChecksum":"YjdhM2EwOTc1ZjE0MjQ3MGY1NjU1NDkwNTdkMTM5YzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ec4075e-4d3c-4ba0-865a-e73ebf0e8ba3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"706573f8-ac90-4719-b39e-6ce91b3de63a","artifactVersion":"2","generatedFromUUID":"896e3dd8-a5b0-4645-b792-a81d4e74aaa2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210423051626-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml","artifactChecksum":"NjI3ZWRjYzU3N2Q4NWNiNDk0YmJlZTI3ZmYxNzIwNTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5cb7e54-8c3e-4f72-8cb2-f0d0cb8844c3","artifactVersion":"1"},{"artifactName":"service-Vfw20210423051626-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar","artifactChecksum":"Y2RjNDMzY2UwZGExODcxZjBhOGExZjk4ZDMwYjcwY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eefc3426-b221-4f3b-a382-0477ff189764","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:19:25.200Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:25.432Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:25.468Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:25.469Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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-04-23T05:19:25.570Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-04-23T05:19:25.575Z||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-04-23T05:19:25.575Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:25.586Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:25.586Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T05:19:25.730Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:19:25.752Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:19:25.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "cds",
"timestamp": 1619155163899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:25.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:19:25.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155163927,
"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-04-23T05:19:25.789Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:19:25.789Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:19:25.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155163965,
"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-04-23T05:19:25.804Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:19:25.804Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:19:25.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:19:25.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155161610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T05:19:25.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:19:26.480Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:26.480Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:26.483Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:26.483Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOTIFIED"
}
2021-04-23T05:19:26.583Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:26.584Z||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-04-23T05:19:26.584Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:26.594Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:26.595Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:27.483Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:27.484Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:27.486Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:27.486Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T05:19:27.587Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:19:27.587Z||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-04-23T05:19:27.588Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:27.596Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:27.597Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:28.487Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:28.488Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:28.490Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:28.490Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:28.590Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:28.591Z||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-04-23T05:19:28.591Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:28.600Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:28.601Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:19:29.491Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:29.492Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:29.493Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:29.493Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T05:19:29.594Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:29.595Z||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-04-23T05:19:29.595Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:29.605Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:29.605Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:30.494Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:30.495Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:30.497Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:30.497Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:19:30.597Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:30.598Z||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-04-23T05:19:30.598Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:30.606Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:30.607Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:19:31.498Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:19:31.499Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:31.502Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:31.502Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:19:31.603Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:31.604Z||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-04-23T05:19:31.604Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:31.612Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:31.613Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:19:32.505Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"serviceName": "vFW 2021-04-23 05-16-26",
"serviceVersion": "1.0",
"serviceUUID": "8a3c80f4-cb8e-4112-97e0-1914dd99387d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6bcdf38f-8248-4eb9-ac28-6a4179cca1f0",
"resources": [
{
"resourceInstanceName": "vFW 4cf9a0fb-7830 0",
"resourceCustomizationUUID": "c1a49d62-9f75-4f10-8445-03625c2d390d",
"resourceName": "vFW 4cf9a0fb-7830",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ab7df8b5-3cea-4a69-8c38-6d25836768c0",
"resourceInvariantUUID": "ec8d3315-1e45-4490-a5dd-670e4465ec8e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4cf9a0fb78300_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"artifactChecksum": "NzA4YjQ1ZGRkZTk0OWQ0OGYwYjhiOThlNTExOWIxMTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8ebeaeb2-466e-4eb1-a98f-90939ad5dd31",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "896e3dd8-a5b0-4645-b792-a81d4e74aaa2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "706573f8-ac90-4719-b39e-6ce91b3de63a",
"generatedFromUUID": "896e3dd8-a5b0-4645-b792-a81d4e74aaa2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "706573f8-ac90-4719-b39e-6ce91b3de63a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210423051626-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"artifactChecksum": "Y2RjNDMzY2UwZGExODcxZjBhOGExZjk4ZDMwYjcwY2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eefc3426-b221-4f3b-a382-0477ff189764"
}
],
"workloadContext": "Production"
}
2021-04-23T05:19:32.506Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:19:32.506Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a3c80f4-cb8e-4112-97e0-1914dd99387d ASDC
2021-04-23T05:19:32.713Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
ServiceName:vFW 2021-04-23 05-16-26
ServiceVersion:1.0
ServiceUUID:8a3c80f4-cb8e-4112-97e0-1914dd99387d
ServiceInvariantUUID:6bcdf38f-8248-4eb9-ac28-6a4179cca1f0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210423051626-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar
ArtifactUUID:eefc3426-b221-4f3b-a382-0477ff189764
ArtifactChecksum:Y2RjNDMzY2UwZGExODcxZjBhOGExZjk4ZDMwYjcwY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4cf9a0fb-7830 0
ResourceCustomizationUUID:c1a49d62-9f75-4f10-8445-03625c2d390d
ResourceInvariantUUID:ec8d3315-1e45-4490-a5dd-670e4465ec8e
ResourceName:vFW 4cf9a0fb-7830
ResourceType:VF
ResourceUUID:ab7df8b5-3cea-4a69-8c38-6d25836768c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4cf9a0fb78300_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json
ArtifactUUID:8ebeaeb2-466e-4eb1-a98f-90939ad5dd31
ArtifactChecksum:NzA4YjQ1ZGRkZTk0OWQ0OGYwYjhiOThlNTExOWIxMTM=
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/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml
ArtifactUUID:896e3dd8-a5b0-4645-b792-a81d4e74aaa2
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/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
ArtifactUUID:706573f8-ac90-4719-b39e-6ce91b3de63a
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/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
ArtifactUUID:706573f8-ac90-4719-b39e-6ce91b3de63a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-23T05:19:32.713Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a3c80f4-cb8e-4112-97e0-1914dd99387d 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-04-23T05:19:32.799Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:19:32.800Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-23T05:19:32.801Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-23T05:19:32.801Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: eefc3426-b221-4f3b-a382-0477ff189764 from URL: /sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:32.802Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-23T05:19:32.803Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:33.369Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-23T05:19:33.448Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar eefc3426-b221-4f3b-a382-0477ff189764 110213
2021-04-23T05:19:33.450Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar ASDC sendASDCNotification
2021-04-23T05:19:33.451Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:33.469Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:19:33.470Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:33.472Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:33.472Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155173449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:33.572Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:33.573Z||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-04-23T05:19:33.574Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:33.583Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:33.583Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:34.473Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:19:34.474Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-23T05:19:34.475Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: eefc3426-b221-4f3b-a382-0477ff189764, URL: /sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar to file: /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:34.476Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210423051626-csar.csar
2021-04-23T05:19:34.813Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:34.813Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:35.489Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5102590302694087858/Definitions/service-Vfw20210423051626-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-04-23T05:19:38.568Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:19:38.575Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-23T05:19:38.575Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.575Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-23T05:19:38.575Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.576Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4cf9a0fb-7830 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4cf9a0fb-7830 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-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:38.577Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-23T05:19:38.588Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.589Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.593Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:38.593Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-23T05:19:38.594Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:19:38.596Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.596Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.596Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:38.596Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-23T05:19:38.596Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:19:38.597Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.597Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:38.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:38.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T05:19:38.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:19:38.603Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:38.604Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:38.605Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9648fbd1-6c96-40f7-b7e7-5f75dfc1e729
2021-04-23T05:19:38.606Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-23T05:19:38.607Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c4a4d8c-d7a0-4d0a-a716-fbb5cc80ced7
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:38.608Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:38.609Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=420e56a7-55b4-4230-b515-d5f35247bf33
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.610Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:38.611Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:38.611Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-23 05-16-26
Description:catalog service description
Model UUID:8a3c80f4-cb8e-4112-97e0-1914dd99387d
Model Version:NULL
Model InvariantUuid:6bcdf38f-8248-4eb9-ac28-6a4179cca1f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4cf9a0fb-7830
Model UUID:5ff82ef7-ac09-48c5-9a20-b8e84f9f10a3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec8d3315-1e45-4490-a5dd-670e4465ec8e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c1a49d62-9f75-4f10-8445-03625c2d390d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:382df6f8-c7bc-4dda-b75a-4ac8f011ee29
ModelName:Vfw4cf9a0fb7830..base_vfw..module-0
ModelUuid:9fc69158-a8c2-4a69-bf32-ee651a8d2786
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9648fbd1-6c96-40f7-b7e7-5f75dfc1e729
ModelInvariantUuid:b87cbf0d-3c15-4445-81d3-b354b2d28c0e
ModelName:vFW 4cf9a0fb-7830-nodes.vfwCvfc
ModelUuid:e27abbf2-b6bd-48bc-958f-ea2d3d6c5ac2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ab60a71a-b15a-4610-8391-6614e3587b59
ModelInvariantUuid:7a978d0c-53f1-4623-a529-5a0d62b79855
ModelName:Vfw4cf9a0fb7830.compute.nodes.heat.vfw
ModelUuid:80c8d5e2-87a3-4537-bf3e-2a3fcd1d8313
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7c4a4d8c-d7a0-4d0a-a716-fbb5cc80ced7
ModelInvariantUuid:3a1804d4-80d3-4a55-8e46-03026d6af9c3
ModelName:vFW 4cf9a0fb-7830-nodes.vsnCvfc
ModelUuid:08787a99-39bf-48c6-9832-016fa6221f46
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4c8ce268-d1c5-4ce3-aa17-e50e7e697b0e
ModelInvariantUuid:c4210d3f-7424-44ba-860b-56d2c8e62f20
ModelName:Vfw4cf9a0fb7830.compute.nodes.heat.vsn
ModelUuid:3e8422c6-bbe6-48ee-b4ba-40536f589244
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:420e56a7-55b4-4230-b515-d5f35247bf33
ModelInvariantUuid:1a9fe56f-4780-47d2-96e9-c23e59f58ea5
ModelName:vFW 4cf9a0fb-7830-nodes.vpgCvfc
ModelUuid:c8420801-5d2b-4046-baf0-15857325ef79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f37c946c-e9d3-4a08-a8d1-351e3301e2d5
ModelInvariantUuid:f1f138e7-3fa7-40df-bf4c-5c41e02b52fa
ModelName:Vfw4cf9a0fb7830.compute.nodes.heat.vpg
ModelUuid:54541c69-f591-428a-829b-b1b463c6bc05
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-04-23T05:19:38.695Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ab7df8b5-3cea-4a69-8c38-6d25836768c0
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-04-23T05:19:38.977Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||vFW 4cf9a0fb-7830 0
2021-04-23T05:19:38.988Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab7df8b5-3cea-4a69-8c38-6d25836768c0
2021-04-23T05:19:38.989Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8ebeaeb2-466e-4eb1-a98f-90939ad5dd31 from URL: /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json
2021-04-23T05:19:38.989Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-23T05:19:38.989Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json
2021-04-23T05:19:39.755Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-23T05:19:39.755Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json 8ebeaeb2-466e-4eb1-a98f-90939ad5dd31 785
2021-04-23T05:19:39.756Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json ASDC sendASDCNotification
2021-04-23T05:19:39.756Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json
2021-04-23T05:19:39.756Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:19:39.757Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:39.759Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:39.760Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155179756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:39.860Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:39.861Z||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-04-23T05:19:39.861Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:39.869Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:39.870Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:40.763Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4cf9a0fb7830..base_vfw..module-0",
"vfModuleModelInvariantUUID": "382df6f8-c7bc-4dda-b75a-4ac8f011ee29",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9fc69158-a8c2-4a69-bf32-ee651a8d2786",
"vfModuleModelCustomizationUUID": "a82ac4f8-bad7-4b5d-b9e4-5762d9d40545",
"isBase": true,
"artifacts": [
"896e3dd8-a5b0-4645-b792-a81d4e74aaa2",
"706573f8-ac90-4719-b39e-6ce91b3de63a"
],
"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-04-23T05:19:40.808Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4cf9a0fb7830..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fc69158-a8c2-4a69-bf32-ee651a8d2786
VfModuleModelInvariantUUID:382df6f8-c7bc-4dda-b75a-4ac8f011ee29
VfModuleModelDescription:NULL
Artifacts UUID List:{
896e3dd8-a5b0-4645-b792-a81d4e74aaa2
,
706573f8-ac90-4719-b39e-6ce91b3de63a
}
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-04-23T05:19:40.811Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4cf9a0fb7830..base_vfw..module-0",
"vfModuleModelInvariantUUID": "382df6f8-c7bc-4dda-b75a-4ac8f011ee29",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9fc69158-a8c2-4a69-bf32-ee651a8d2786",
"vfModuleModelCustomizationUUID": "a82ac4f8-bad7-4b5d-b9e4-5762d9d40545",
"isBase": true,
"artifacts": [
"896e3dd8-a5b0-4645-b792-a81d4e74aaa2",
"706573f8-ac90-4719-b39e-6ce91b3de63a"
],
"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-04-23T05:19:40.811Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4cf9a0fb7830..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fc69158-a8c2-4a69-bf32-ee651a8d2786
VfModuleModelInvariantUUID:382df6f8-c7bc-4dda-b75a-4ac8f011ee29
VfModuleModelDescription:NULL
Artifacts UUID List:{
896e3dd8-a5b0-4645-b792-a81d4e74aaa2
,
706573f8-ac90-4719-b39e-6ce91b3de63a
}
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-04-23T05:19:40.811Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 896e3dd8-a5b0-4645-b792-a81d4e74aaa2 from URL: /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml
2021-04-23T05:19:40.811Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-23T05:19:40.812Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml
2021-04-23T05:19:41.223Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-23T05:19:41.224Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml 896e3dd8-a5b0-4645-b792-a81d4e74aaa2 20368
2021-04-23T05:19:41.224Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-23T05:19:41.224Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml
2021-04-23T05:19:41.225Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:19:41.225Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:41.227Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:41.227Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155181224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:41.327Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:41.328Z||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-04-23T05:19:41.328Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:41.337Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:41.338Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:42.228Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 706573f8-ac90-4719-b39e-6ce91b3de63a from URL: /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
2021-04-23T05:19:42.228Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-23T05:19:42.228Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
2021-04-23T05:19:42.420Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-23T05:19:42.420Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env 706573f8-ac90-4719-b39e-6ce91b3de63a 2098
2021-04-23T05:19:42.420Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-23T05:19:42.421Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
2021-04-23T05:19:42.421Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:19:42.421Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:42.423Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:42.423Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155182420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:19:42.523Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:42.525Z||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-04-23T05:19:42.525Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:42.534Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:42.535Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:43.424Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8a3c80f4-cb8e-4112-97e0-1914dd99387d
2021-04-23T05:19:43.425Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4cf9a0fb-7830 0 ab7df8b5-3cea-4a69-8c38-6d25836768c0 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-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c1a49d62-9f75-4f10-8445-03625c2d390d
2021-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c1a49d62-9f75-4f10-8445-03625c2d390d matches Tosca VF Customization UUID: c1a49d62-9f75-4f10-8445-03625c2d390d
2021-04-23T05:19:43.584Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c1a49d62-9f75-4f10-8445-03625c2d390d 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-04-23T05:19:43.597Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.598Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c1a49d62-9f75-4f10-8445-03625c2d390d: {\"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-04-23T05:19:43.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@215e915c
2021-04-23T05:19:43.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.600Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:19:43.601Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a82ac4f8-bad7-4b5d-b9e4-5762d9d40545
2021-04-23T05:19:43.602Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a82ac4f8-bad7-4b5d-b9e4-5762d9d40545
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-04-23T05:19:43.614Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.614Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.615Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:43.615Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.615Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.615Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.616Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.617Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T05:19:43.617Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.617Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T05:19:43.617Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.617Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9648fbd1-6c96-40f7-b7e7-5f75dfc1e729
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-04-23T05:19:43.636Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.636Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.636Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:43.637Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.637Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:43.637Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:43.638Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T05:19:43.638Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.638Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T05:19:43.639Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.640Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T05:19:43.640Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.640Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c4a4d8c-d7a0-4d0a-a716-fbb5cc80ced7
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-04-23T05:19:43.644Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.644Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.644Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is not matching search criteria
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.647Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-23T05:19:43.648Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=420e56a7-55b4-4230-b515-d5f35247bf33
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-04-23T05:19:43.651Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.651Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.651Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:19:43.652Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.652Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Node template vFW 4cf9a0fb-7830 0 is matching search criteria
2021-04-23T05:19:43.652Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4cf9a0fb-7830 0] matching following query criteria: sdcType=VF, customizationUUID=c1a49d62-9f75-4f10-8445-03625c2d390d
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-04-23T05:19:43.655Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.655Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.655Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8a3c80f4-cb8e-4112-97e0-1914dd99387d: vFW 4cf9a0fb-7830
2021-04-23T05:19:43.656Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.656Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.656Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.656Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.656Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-04-23 05-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:19:43.657Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-04-23 05-16-26
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-04-23T05:19:44.075Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4cf9a0fb-7830 ab7df8b5-3cea-4a69-8c38-6d25836768c0 1 ASDC deployResourceStructure
2021-04-23T05:19:44.075Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json ASDC sendASDCNotification
2021-04-23T05:19:44.075Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json
2021-04-23T05:19:44.075Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:19:44.075Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:44.077Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:44.077Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155184075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T05:19:44.177Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:44.178Z||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-04-23T05:19:44.178Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:44.188Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:44.189Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:45.078Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-23T05:19:45.078Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml
2021-04-23T05:19:45.078Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:19:45.078Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:45.080Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:45.081Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155185077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-23T05:19:45.181Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:45.182Z||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-04-23T05:19:45.182Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:45.190Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:45.191Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:46.082Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-23T05:19:46.082Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env
2021-04-23T05:19:46.082Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:19:46.082Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:46.084Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:46.084Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155186082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-23T05:19:46.185Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:46.186Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T05:19:46.186Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:46.195Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:46.195Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:19:47.086Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar ASDC sendASDCNotification
2021-04-23T05:19:47.086Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar
2021-04-23T05:19:47.086Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:19:47.086Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:19:47.089Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:19:47.089Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155187086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:19:47.189Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:19:47.190Z||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-04-23T05:19:47.190Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:19:47.200Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:19:47.201Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:19:48.090Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:19:48.106Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:19:48.109Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:19:48.109Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:19:48.109Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:20:18.109Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:20:18.119Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:20:18.122Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:20:18.122Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:20:18.122Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:20:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:20:24.553Z||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-04-23T05:20:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:20:24.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:20:24.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:20:24.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "cds",
"timestamp": 1619155164915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-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-04-23T05:20:24.582Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:20:24.583Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:20:48.123Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:20:48.134Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:20:48.136Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:20:48.136Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:20:48.136Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:21:18.136Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:21:18.145Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:21:18.147Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:21:18.147Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:21:18.147Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:21:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:21:24.554Z||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-04-23T05:21:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:21:24.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:21:24.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:21:24.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155164931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T05:21:24.579Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:21:48.147Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:21:48.159Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:21:48.163Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:21:48.163Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:21:48.164Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:22:18.164Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:22:18.175Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:22:18.179Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:22:18.179Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:22:18.179Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:22:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:22:24.553Z||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-04-23T05:22:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:22:25.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:22:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155164969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T05:22:25.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155161610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155161610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155166386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOTIFIED"
}
2021-04-23T05:22:25.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "aai-ml",
"timestamp": 1619155165767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155161610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155167390,
"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-04-23T05:22:25.092Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:22:25.092Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:22:25.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "aai-ml",
"timestamp": 1619155165767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155161610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "aai-ml",
"timestamp": 1619155165767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T05:22:25.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155169675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "aai-ml",
"timestamp": 1619155165767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "aai-ml",
"timestamp": 1619155165767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155170962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155164550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "aai-ml",
"timestamp": 1619155165767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155172760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "aai-ml",
"timestamp": 1619155165767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155173449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "clamp",
"timestamp": 1619155173695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155173854,
"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-04-23T05:22:25.114Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:22:25.114Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:22:25.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "aai-ml",
"timestamp": 1619155174653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "clamp",
"timestamp": 1619155174744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:22:25.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155174858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T05:22:25.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "clamp",
"timestamp": 1619155175747,
"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-04-23T05:22:25.127Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:22:25.127Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:22:25.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155179756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155181224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155182420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155184075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/vfw4cf9a0fb78300_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T05:22:25.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155185077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-23T05:22:25.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155186082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/resourceInstances/vfw4cf9a0fb78300/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-23T05:22:25.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155187086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:22:25.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "aai-ml",
"timestamp": 1619155189549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423051626/1.0/artifacts/service-Vfw20210423051626-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:22:25.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:22:25.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:22:25.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "aai-ml",
"timestamp": 1619155190554,
"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-04-23T05:22:25.145Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
2021-04-23T05:22:25.145Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:22:48.180Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:22:48.191Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa
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-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:22:48.194Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T05:22:48.199Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:23:18.200Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa 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-04-23T05:23:18.208Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa and serviceModelVersionId: 8a3c80f4-cb8e-4112-97e0-1914dd99387d
2021-04-23T05:23:18.208Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bcdf38f-8248-4eb9-ac28-6a4179cca1f0
2021-04-23T05:23:24.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:23:24.553Z||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-04-23T05:23:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:23:31.407Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?depth=0
2021-04-23T05:23:31.521Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:23:31.968Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-23T05:23:31.985Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?depth=0|INFO|500||Invoke
2021-04-23T05:23:32.127Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-23T05:23:32.392Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?depth=0|INFO|500||InvokeReturn
2021-04-23T05:23:32.393Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bcdf38f-8248-4eb9-ac28-6a4179cca1f0/model-vers/model-ver/8a3c80f4-cb8e-4112-97e0-1914dd99387d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210423-05:23:32:135-9138], vertex-id=[381040], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:23:32 GMT], Content-Type=[application/json]}
2021-04-23T05:23:32.393Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:23:32.397Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:23:32.397Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T05:23:32.402Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T05:23:32.412Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0fede835-7a8a-4b45-bfc2-b2a3c15abfaa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:23:32.413Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:23:32.413Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:23:32.416Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:23:32.416Z|0fede835-7a8a-4b45-bfc2-b2a3c15abfaa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155412412,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:23:32.516Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:23:32.517Z||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-04-23T05:23:32.517Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:23:32.528Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:23:32.528Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:23:33.140Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:23:33.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T05:23:33.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fede835-7a8a-4b45-bfc2-b2a3c15abfaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155412412,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:23:33.142Z||pool-2-thread-1|||||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-04-23T05:23:33.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:23:33.437Z||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-04-23T05:23:33.438Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:23:43.609Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:23:43.610Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:23:43.610Z||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-04-23T05:23:43.610Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:23:53.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:23:53.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:23:53.144Z||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-04-23T05:23:53.144Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:24:02.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:24:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:24:02.680Z||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-04-23T05:24:02.681Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:24:12.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:24:24.550Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:24:24.551Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:24:24.551Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:24:24.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:24:24.553Z||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-04-23T05:24:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:24:34.087Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:24:34.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:25:24.550Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:25:24.551Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:25:24.551Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:25:24.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:25:24.553Z||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-04-23T05:25:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:25:34.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:25:34.091Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:26:24.550Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:26:24.551Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:26:24.551Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:26:24.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:26:24.553Z||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-04-23T05:26:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:26:34.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:26:34.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:27:24.550Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:27:24.551Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:27:24.551Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:27:24.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:27:24.553Z||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-04-23T05:27:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:27:34.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:27:34.088Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:28:24.550Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:28:24.551Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:28:24.551Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:24.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:28:24.555Z||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-04-23T05:28:24.556Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:25.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:28:25.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"72f90207-ff84-43c7-96aa-7457c3663fe5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"32b2f0b5-ff21-44ed-9653-690b1a9ea33a","serviceDescription":"service","serviceInvariantUUID":"0319744b-d39c-4db1-bf20-a5a0dade7874","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d2cfe23b-e35f-4935-807a-b788dd549f38","resourceInvariantUUID":"e30f5340-31ed-445f-a36e-de746d9e2d9e","resourceCustomizationUUID":"c0c4d4a5-0948-46be-b48e-5e2f9693ace9","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":"M2ExYzYyZjA3NDJmNGQ1MDQxMjhmNTU0NzM1MzMzNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01a552d0-1af7-4166-b9cb-33338b0f6f01","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODA1MDI1MzY0MjRlYWRiOTZhZWNjMmMxOWQyNzc3NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4041c4af-888c-405a-a998-24e02fe4e89b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:28:25.178Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:28:25.178Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:28:25.178Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:28:25.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.180Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:28:25.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "clamp",
"timestamp": 1619155688352,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.180Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155704550,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "dcae-sch",
"timestamp": 1619155688724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155688871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155690655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155692221,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "dcae-sch",
"timestamp": 1619155688724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155688871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155690655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "clamp",
"timestamp": 1619155688352,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155692221,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:28:25.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "policy-id",
"timestamp": 1619155693341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "policy-id",
"timestamp": 1619155693341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155695879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "cds",
"timestamp": 1619155695546,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "policy-id",
"timestamp": 1619155697080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "cds",
"timestamp": 1619155695546,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155696684,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155697447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "policy-id",
"timestamp": 1619155698086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155696684,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155698450,
"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=?
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-04-23T05:28:25.206Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72f90207-ff84-43c7-96aa-7457c3663fe5
2021-04-23T05:28:25.206Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:28:25.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "cds",
"timestamp": 1619155699069,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:28:25.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "policy-id",
"timestamp": 1619155699089,
"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-04-23T05:28:25.221Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72f90207-ff84-43c7-96aa-7457c3663fe5
2021-04-23T05:28:25.221Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:28:25.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "cds",
"timestamp": 1619155700076,
"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-04-23T05:28:25.238Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72f90207-ff84-43c7-96aa-7457c3663fe5
2021-04-23T05:28:25.238Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:28:25.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155701610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:28:25.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155701610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "clamp",
"timestamp": 1619155703423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "clamp",
"timestamp": 1619155704436,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:28:25.250Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:28:25.280Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:28:25.281Z||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-04-23T05:28:25.281Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:25.290Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:28:25.291Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:28:26.180Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:28:26.181Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:28:26.183Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:28:26.183Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155704550,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:28:26.283Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:28:26.330Z||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-04-23T05:28:26.330Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:26.344Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:28:26.347Z||pool-20-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:28:27.185Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "32b2f0b5-ff21-44ed-9653-690b1a9ea33a",
"serviceDescription": "service",
"serviceInvariantUUID": "0319744b-d39c-4db1-bf20-a5a0dade7874",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "c0c4d4a5-0948-46be-b48e-5e2f9693ace9",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d2cfe23b-e35f-4935-807a-b788dd549f38",
"resourceInvariantUUID": "e30f5340-31ed-445f-a36e-de746d9e2d9e",
"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": "ODA1MDI1MzY0MjRlYWRiOTZhZWNjMmMxOWQyNzc3NWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4041c4af-888c-405a-a998-24e02fe4e89b"
}
],
"workloadContext": "Production"
}
2021-04-23T05:28:27.185Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:28:27.185Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 32b2f0b5-ff21-44ed-9653-690b1a9ea33a ASDC
2021-04-23T05:28:27.186Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:72f90207-ff84-43c7-96aa-7457c3663fe5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:32b2f0b5-ff21-44ed-9653-690b1a9ea33a
ServiceInvariantUUID:0319744b-d39c-4db1-bf20-a5a0dade7874
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:4041c4af-888c-405a-a998-24e02fe4e89b
ArtifactChecksum:ODA1MDI1MzY0MjRlYWRiOTZhZWNjMmMxOWQyNzc3NWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c0c4d4a5-0948-46be-b48e-5e2f9693ace9
ResourceInvariantUUID:e30f5340-31ed-445f-a36e-de746d9e2d9e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d2cfe23b-e35f-4935-807a-b788dd549f38
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-23T05:28:27.187Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32b2f0b5-ff21-44ed-9653-690b1a9ea33a 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-04-23T05:28:27.244Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:28:27.245Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:28:27.245Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:28:27.245Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4041c4af-888c-405a-a998-24e02fe4e89b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-23T05:28:27.245Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:28:27.245Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-23T05:28:27.765Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:28:27.770Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4041c4af-888c-405a-a998-24e02fe4e89b 52214
2021-04-23T05:28:27.771Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-23T05:28:27.771Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-23T05:28:27.771Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:28:27.772Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:28:27.774Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:28:27.774Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155707771,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:28:27.874Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:28:27.876Z||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-04-23T05:28:27.876Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:27.885Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:28:27.886Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-23T05:28:28.774Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:28:28.776Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:28:28.776Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4041c4af-888c-405a-a998-24e02fe4e89b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T05:28:28.776Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-23T05:28:28.776Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T05:28:28.777Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T05:28:28.977Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12617987543421800462/Definitions/service-BasicNetwork-template.yml
2021-04-23T05:28:29.510Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.511Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.512Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.513Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.514Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.514Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.514Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:32b2f0b5-ff21-44ed-9653-690b1a9ea33a
Model Version:NULL
Model InvariantUuid:0319744b-d39c-4db1-bf20-a5a0dade7874
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e30f5340-31ed-445f-a36e-de746d9e2d9e
Model UUID:98f3d9eb-6bae-4406-964f-37297be440cb
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:c0c4d4a5-0948-46be-b48e-5e2f9693ace9
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-04-23T05:28:29.519Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: d2cfe23b-e35f-4935-807a-b788dd549f38
2021-04-23T05:28:29.519Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||No resources found for Service: 32b2f0b5-ff21-44ed-9653-690b1a9ea33a
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-04-23T05:28:29.522Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||
2021-04-23T05:28:29.523Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-23T05:28:29.523Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 32b2f0b5-ff21-44ed-9653-690b1a9ea33a
2021-04-23T05:28:29.523Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 32b2f0b5-ff21-44ed-9653-690b1a9ea33a
2021-04-23T05:28:29.523Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-23T05:28:29.523Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.529Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.529Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.529Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.529Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.529Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 32b2f0b5-ff21-44ed-9653-690b1a9ea33a: Generic NeutronNet
2021-04-23T05:28:29.530Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.530Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.530Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.530Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.643Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.644Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.644Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.644Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.644Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:28:29.645Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:28:29.645Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:28:29.747Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-23T05:28:29.747Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-23T05:28:29.747Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-23T05:28:29.747Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:28:29.747Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:28:29.749Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:28:29.749Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155709747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:28:29.851Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-23T05:28:29.852Z||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-04-23T05:28:29.852Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:28:29.861Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:28:29.862Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:28:30.750Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
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-04-23T05:28:30.760Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
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-04-23T05:28:30.763Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:28:30.763Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:28:30.763Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:29:00.764Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
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-04-23T05:29:00.774Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
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-04-23T05:29:00.777Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:29:00.777Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:29:00.777Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:29:24.553Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:29:24.557Z||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-04-23T05:29:24.557Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:29:24.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:29:24.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:29:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155704550,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:29:24.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:29:30.778Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
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-04-23T05:29:30.790Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
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-04-23T05:29:30.792Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:29:30.793Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:29:30.793Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:30:00.793Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
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-04-23T05:30:00.805Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
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-04-23T05:30:00.813Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:30:00.814Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:30:00.814Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:30:24.553Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:30:24.554Z||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-04-23T05:30:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:30:24.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:30:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "clamp",
"timestamp": 1619155705438,
"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-04-23T05:30:24.584Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72f90207-ff84-43c7-96aa-7457c3663fe5
2021-04-23T05:30:24.585Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155704550,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "aai-ml",
"timestamp": 1619155705767,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "aai-ml",
"timestamp": 1619155705767,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155707771,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "aai-ml",
"timestamp": 1619155708863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155709747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "aai-ml",
"timestamp": 1619155712257,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:30:24.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:30:24.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "aai-ml",
"timestamp": 1619155713260,
"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-04-23T05:30:24.600Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72f90207-ff84-43c7-96aa-7457c3663fe5
2021-04-23T05:30:24.600Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:30:24.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155752221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "cds",
"timestamp": 1619155755546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155750655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155756685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "policy-id",
"timestamp": 1619155753341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155752221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155750655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155756685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "cds",
"timestamp": 1619155755546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "policy-id",
"timestamp": 1619155753341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155750655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "cds",
"timestamp": 1619155755546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155752221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155756685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "policy-id",
"timestamp": 1619155753341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155750655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155752221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "cds",
"timestamp": 1619155755546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155756685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155761610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "policy-id",
"timestamp": 1619155753341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "cds",
"timestamp": 1619155755546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155750655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155752221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155756685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "policy-id",
"timestamp": 1619155753341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155761610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155750655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "cds",
"timestamp": 1619155755546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155752221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155756685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-04-23T05:30:24.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "policy-id",
"timestamp": 1619155753341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:30:24.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155761610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:30:24.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:30:30.814Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
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-04-23T05:30:30.824Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5
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-04-23T05:30:30.827Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:30:30.827Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:30:30.827Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:30:30.828Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:30:30.834Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:31:00.834Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72f90207-ff84-43c7-96aa-7457c3663fe5 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-04-23T05:31:00.839Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72f90207-ff84-43c7-96aa-7457c3663fe5 and serviceModelVersionId: 32b2f0b5-ff21-44ed-9653-690b1a9ea33a
2021-04-23T05:31:00.839Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0319744b-d39c-4db1-bf20-a5a0dade7874
2021-04-23T05:31:00.840Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?depth=0
2021-04-23T05:31:00.844Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:31:00.886Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-23T05:31:00.887Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?depth=0|INFO|500||Invoke
2021-04-23T05:31:00.920Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-23T05:31:01.156Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?depth=0|INFO|500||InvokeReturn
2021-04-23T05:31:01.156Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0319744b-d39c-4db1-bf20-a5a0dade7874/model-vers/model-ver/32b2f0b5-ff21-44ed-9653-690b1a9ea33a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210423-05:31:00:928-19694], vertex-id=[196616], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:31:00 GMT], Content-Type=[application/json]}
2021-04-23T05:31:01.157Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:31:01.157Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:31:01.157Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:31:01.161Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||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-04-23T05:31:01.162Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72f90207-ff84-43c7-96aa-7457c3663fe5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:31:01.162Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:31:01.162Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:01.165Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:01.165Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155861162,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:31:01.265Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:01.266Z||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-04-23T05:31:01.266Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:01.280Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:01.281Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"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-04-23T05:31:02.179Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:31:02.179Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:31:02.179Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:06.452Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:06.453Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-23T05:31:06.453Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"81652018-dbac-4517-9e87-a1b04f7b1f16","serviceName":"Demo_pNF_9kvUiJNHEEEStDtkxe0x","serviceVersion":"1.0","serviceUUID":"3d980bc2-85c3-45d3-9307-39a5710ae5c3","serviceDescription":"catalog service description","serviceInvariantUUID":"59a21232-a415-4569-b60b-996d42a2e2f9","resources":[{"resourceInstanceName":"pNF b47619e9-a5d2 0","resourceName":"pNF b47619e9-a5d2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22345875-f0ba-49de-85b4-5897329f2ad7","resourceInvariantUUID":"3aa45b25-4cdd-422b-9b73-7ffee9d83705","resourceCustomizationUUID":"5ee0de84-1427-4a96-8125-d1cb1cd97753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y5MDgxYjlkYzZjNjJkYTgzMWRkZjY5YWU5NTczOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22915c06-51dc-4f51-9ed2-de7b14a266ff","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar","artifactChecksum":"MzM4NmYzNzUwYTUyNTBjOTZkODA3Yzc2NGFmMTVlNmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ac671de8-4eeb-4c8d-8cc5-d25c5d327d7a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f435c02d-44f9-46cb-b2c4-21ad146916d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml","artifactChecksum":"N2QxMWU3MTg3YzM0MmYxYTJlOWZlMDQxMWQ0MjQ3NTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a42cbaed-cc2d-4b4d-b673-7dfaa5b4653d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ea449c7-c009-4405-bce5-a906c9d8d97d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f089d4a-d8e3-412d-b655-ea6a499574d7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kvuijnheeestdtkxe0x-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml","artifactChecksum":"ZGJmZjQ1YjM4NGVkN2ZhYThiMTJjZGVkNjdmYmVkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9694e5b4-fc60-4c6b-a9b4-08f491869eef","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar","artifactChecksum":"Mzg2NmQ3NjEwYTlmMTU3MzdiZDc1Y2Y5ZGM5YmQyNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c79b4c1-6700-4cc4-a799-1706c3828362","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:31:06.455Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:06.455Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:06.456Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:06.457Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:06.557Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:06.558Z||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-04-23T05:31:06.558Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:06.569Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:06.569Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:07.457Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:07.458Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:07.461Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:07.461Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:07.561Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:07.562Z||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-04-23T05:31:07.562Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:07.571Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:07.572Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:08.462Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:08.463Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:08.466Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:08.467Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:08.566Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:31:08.567Z||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-04-23T05:31:08.567Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:08.575Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:08.576Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:09.467Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:09.468Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:09.471Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:09.471Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:09.571Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:09.572Z||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-04-23T05:31:09.572Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:09.582Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:09.582Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:10.471Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:10.473Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:10.474Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:10.474Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:10.575Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T05:31:10.575Z||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-04-23T05:31:10.576Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:10.584Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:10.585Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:11.475Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:11.476Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:11.478Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:11.479Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:11.579Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:11.579Z||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-04-23T05:31:11.580Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:11.590Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:11.591Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:12.479Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:12.480Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:12.482Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:12.482Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:12.582Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:12.583Z||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-04-23T05:31:12.583Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:12.594Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:12.594Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:13.482Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:31:13.484Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:13.486Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:13.486Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:31:13.586Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:13.587Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T05:31:13.588Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:13.599Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:13.599Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:14.488Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"serviceName": "Demo_pNF_9kvUiJNHEEEStDtkxe0x",
"serviceVersion": "1.0",
"serviceUUID": "3d980bc2-85c3-45d3-9307-39a5710ae5c3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "59a21232-a415-4569-b60b-996d42a2e2f9",
"resources": [
{
"resourceInstanceName": "pNF b47619e9-a5d2 0",
"resourceCustomizationUUID": "5ee0de84-1427-4a96-8125-d1cb1cd97753",
"resourceName": "pNF b47619e9-a5d2",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "22345875-f0ba-49de-85b4-5897329f2ad7",
"resourceInvariantUUID": "3aa45b25-4cdd-422b-9b73-7ffee9d83705",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"artifactChecksum": "Mzg2NmQ3NjEwYTlmMTU3MzdiZDc1Y2Y5ZGM5YmQyNDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c79b4c1-6700-4cc4-a799-1706c3828362"
}
],
"workloadContext": "Production"
}
2021-04-23T05:31:14.488Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:31:14.488Z|72f90207-ff84-43c7-96aa-7457c3663fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d980bc2-85c3-45d3-9307-39a5710ae5c3 ASDC
2021-04-23T05:31:14.489Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:81652018-dbac-4517-9e87-a1b04f7b1f16
ServiceName:Demo_pNF_9kvUiJNHEEEStDtkxe0x
ServiceVersion:1.0
ServiceUUID:3d980bc2-85c3-45d3-9307-39a5710ae5c3
ServiceInvariantUUID:59a21232-a415-4569-b60b-996d42a2e2f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
ArtifactUUID:2c79b4c1-6700-4cc4-a799-1706c3828362
ArtifactChecksum:Mzg2NmQ3NjEwYTlmMTU3MzdiZDc1Y2Y5ZGM5YmQyNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b47619e9-a5d2 0
ResourceCustomizationUUID:5ee0de84-1427-4a96-8125-d1cb1cd97753
ResourceInvariantUUID:3aa45b25-4cdd-422b-9b73-7ffee9d83705
ResourceName:pNF b47619e9-a5d2
ResourceType:PNF
ResourceUUID:22345875-f0ba-49de-85b4-5897329f2ad7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-23T05:31:14.489Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d980bc2-85c3-45d3-9307-39a5710ae5c3 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-04-23T05:31:14.513Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:31:14.513Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:31:14.513Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:31:14.513Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c79b4c1-6700-4cc4-a799-1706c3828362 from URL: /sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:14.514Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:31:14.514Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:15.956Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:31:15.960Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar 2c79b4c1-6700-4cc4-a799-1706c3828362 83310
2021-04-23T05:31:15.960Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar ASDC sendASDCNotification
2021-04-23T05:31:15.960Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:15.961Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:31:15.961Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:15.962Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:15.963Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155875960,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:31:16.063Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:16.064Z||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-04-23T05:31:16.064Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:16.073Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:16.073Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:16.963Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:31:16.965Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:31:16.965Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2c79b4c1-6700-4cc4-a799-1706c3828362, URL: /sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar to file: /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:16.965Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:16.965Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:16.965Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.064Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10335683915377688384/Definitions/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml
2021-04-23T05:31:17.996Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||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-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.997Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||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-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b47619e9-a5d2 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-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||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-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||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-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||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-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b47619e9-a5d2 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Node template pNF b47619e9-a5d2 0 is matching search criteria
2021-04-23T05:31:17.998Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b47619e9-a5d2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Node template pNF b47619e9-a5d2 0 is matching search criteria
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b47619e9-a5d2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:17.999Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:18.000Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_9kvUiJNHEEEStDtkxe0x
Description:catalog service description
Model UUID:3d980bc2-85c3-45d3-9307-39a5710ae5c3
Model Version:NULL
Model InvariantUuid:59a21232-a415-4569-b60b-996d42a2e2f9
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-04-23T05:31:18.005Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 22345875-f0ba-49de-85b4-5897329f2ad7
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-04-23T05:31:18.007Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||pNF b47619e9-a5d2 0
2021-04-23T05:31:18.007Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 22345875-f0ba-49de-85b4-5897329f2ad7
2021-04-23T05:31:18.007Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 3d980bc2-85c3-45d3-9307-39a5710ae5c3
2021-04-23T05:31:18.007Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3d980bc2-85c3-45d3-9307-39a5710ae5c3
2021-04-23T05:31:18.008Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b47619e9-a5d2 0 22345875-f0ba-49de-85b4-5897329f2ad7 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-04-23T05:31:18.011Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:31:18.011Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:18.012Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3d980bc2-85c3-45d3-9307-39a5710ae5c3: pNF b47619e9-a5d2
2021-04-23T05:31:18.012Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Processing PNF resource: 22345875-f0ba-49de-85b4-5897329f2ad7
2021-04-23T05:31:18.012Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:31:18.012Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9kvUiJNHEEEStDtkxe0x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:31:18.012Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||Resource customization UUID: 5ee0de84-1427-4a96-8125-d1cb1cd97753 is the same as notified resource customizationUUID: 5ee0de84-1427-4a96-8125-d1cb1cd97753
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-23T05:31:18.070Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b47619e9-a5d2 22345875-f0ba-49de-85b4-5897329f2ad7 0 ASDC deployResourceStructure
2021-04-23T05:31:18.070Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar ASDC sendASDCNotification
2021-04-23T05:31:18.070Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar
2021-04-23T05:31:18.070Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T05:31:18.070Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:31:18.072Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:31:18.072Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155878070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:31:18.172Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:31:18.173Z||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-04-23T05:31:18.173Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:18.182Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:18.183Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:31:19.078Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81652018-dbac-4517-9e87-a1b04f7b1f16
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-04-23T05:31:19.087Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81652018-dbac-4517-9e87-a1b04f7b1f16
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-04-23T05:31:19.089Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:31:19.089Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T05:31:19.089Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T05:31:24.553Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:31:24.554Z||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-04-23T05:31:24.554Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:31:24.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:31:24.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155750655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "cds",
"timestamp": 1619155755546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155752221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155756685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "policy-id",
"timestamp": 1619155753341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155761610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619155750655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "cds",
"timestamp": 1619155755546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155752221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155756685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "policy-id",
"timestamp": 1619155753341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155761610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "aai-ml",
"timestamp": 1619155765767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155761610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "aai-ml",
"timestamp": 1619155765767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "cds",
"timestamp": 1619155767664,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "policy-id",
"timestamp": 1619155767678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155767749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155767767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155761610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "aai-ml",
"timestamp": 1619155765767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "cds",
"timestamp": 1619155768669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-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-04-23T05:31:24.594Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:31:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "policy-id",
"timestamp": 1619155768682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:31:24.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155769043,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619155761610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "dcae-sch",
"timestamp": 1619155768724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "aai-ml",
"timestamp": 1619155765767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155768871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155769515,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "policy-id",
"timestamp": 1619155769685,
"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-04-23T05:31:24.612Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.612Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:31:24.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "ves-openapi-manager",
"timestamp": 1619155770088,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T05:31:24.628Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.628Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T05:31:24.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "dcae-sch",
"timestamp": 1619155768724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "aai-ml",
"timestamp": 1619155765767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155768871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619155770519,
"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-04-23T05:31:24.645Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.645Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:31:24.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "dcae-sch",
"timestamp": 1619155768724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "aai-ml",
"timestamp": 1619155765767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155768871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "dcae-sch",
"timestamp": 1619155768724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "aai-ml",
"timestamp": 1619155765767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155768871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "dcae-sch",
"timestamp": 1619155768724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "aai-ml",
"timestamp": 1619155765767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:31:24.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155768871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "dcae-sch",
"timestamp": 1619155768724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155768871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "dcae-sch",
"timestamp": 1619155768724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155768871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "aai-ml",
"timestamp": 1619155775844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "dcae-sch",
"timestamp": 1619155768724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619155768871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "clamp",
"timestamp": 1619155778353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "clamp",
"timestamp": 1619155778353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "aai-ml",
"timestamp": 1619155780557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "clamp",
"timestamp": 1619155778353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "aai-ml",
"timestamp": 1619155781562,
"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-04-23T05:31:24.670Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.670Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:31:24.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "clamp",
"timestamp": 1619155778353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "clamp",
"timestamp": 1619155778353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "clamp",
"timestamp": 1619155778353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "clamp",
"timestamp": 1619155778353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "clamp",
"timestamp": 1619155778353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "clamp",
"timestamp": 1619155792150,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "clamp",
"timestamp": 1619155793163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-23T05:31:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "clamp",
"timestamp": 1619155794165,
"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-04-23T05:31:24.685Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81652018-dbac-4517-9e87-a1b04f7b1f16
2021-04-23T05:31:24.685Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:31:49.089Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81652018-dbac-4517-9e87-a1b04f7b1f16
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-04-23T05:31:49.099Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81652018-dbac-4517-9e87-a1b04f7b1f16
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-04-23T05:31:49.101Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T05:31:49.101Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T05:31:49.101Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-23T05:31:49.102Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||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-04-23T05:31:49.106Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T05:32:19.106Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81652018-dbac-4517-9e87-a1b04f7b1f16 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-04-23T05:32:19.111Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81652018-dbac-4517-9e87-a1b04f7b1f16 and serviceModelVersionId: 3d980bc2-85c3-45d3-9307-39a5710ae5c3
2021-04-23T05:32:19.111Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59a21232-a415-4569-b60b-996d42a2e2f9
2021-04-23T05:32:19.112Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0
2021-04-23T05:32:19.117Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T05:32:19.157Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0|INFO|500||Invoke
2021-04-23T05:32:19.158Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[81652018-dbac-4517-9e87-a1b04f7b1f16], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[54ad7a23-c2d4-4076-978d-cecba09416bc], X-ECOMP-RequestID=[81652018-dbac-4517-9e87-a1b04f7b1f16], X-TransactionId=[], X-ONAP-RequestID=[81652018-dbac-4517-9e87-a1b04f7b1f16], Content-Type=[application/merge-patch+json]}
2021-04-23T05:32:19.183Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-23T05:32:19.569Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?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/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210423-05:32:19:191-76270], vertex-id=[213000], Content-Length=[0], Date=[Fri, 23 Apr 2021 05:32:19 GMT], Content-Type=[application/json]}
2021-04-23T05:32:19.570Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-23T05:32:19.571Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59a21232-a415-4569-b60b-996d42a2e2f9/model-vers/model-ver/3d980bc2-85c3-45d3-9307-39a5710ae5c3?depth=0|INFO|500||InvokeReturn
2021-04-23T05:32:19.571Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T05:32:19.571Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||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-04-23T05:32:19.575Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||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-04-23T05:32:19.575Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81652018-dbac-4517-9e87-a1b04f7b1f16 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T05:32:19.575Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T05:32:19.576Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:19.578Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:19.578Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155939575,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:32:19.678Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:19.678Z||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-04-23T05:32:19.679Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:19.689Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:19.689Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 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-04-23T05:32:20.588Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:32:20.589Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T05:32:20.589Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:21.207Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:21.208Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-23T05:32:21.209Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b2e4ed4-25b9-40ff-812d-cb55bc7fd902","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce79161d-d5ef-4dbd-8e85-ac259d3ea71e","serviceDescription":"service","serviceInvariantUUID":"679c7576-a3cb-430f-9032-d4375d017372","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"24df7f91-ab96-42a0-b66d-c641e63b64c4","resourceInvariantUUID":"b76de856-3db9-4cab-ac94-f51dc5dd4913","resourceCustomizationUUID":"83b86ee2-8e4c-4d01-9b32-05fddc174e98","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NWQxOTljZGU2M2YyNjBjNzQxNjQ0ZWY4ZmRkMjk3NmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4b2cb30-65b0-4759-b685-ce3bc2a3bef0","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"Zjc2OGUyMTg5Y2FlZGVhYjdjZDdlNWM5MmYwODVkMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"175fd875-9b4b-4a5d-948c-4b4eb039d67c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"66caab36-95df-4094-a9a2-b23299e13b3a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84308e08-f9c5-4217-9355-a8285e4a1f90","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38c2833c-33ed-4488-a1fe-eecc7387cbaa","artifactVersion":"2","generatedFromUUID":"66caab36-95df-4094-a9a2-b23299e13b3a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Njk4MzVkMTdkMjBlOTA2ZjdjMzZjZTZkYmMxYThhZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c70c90e0-5ea1-436d-a56b-ea963abed586","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTMxMmU5ZmNhMGMyOTgzY2VkZTlmMTU3NjllN2FhZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e43fcfe-53aa-4755-afe5-13bfb145004c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T05:32:21.211Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:21.212Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:21.214Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:21.214Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155940588,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:32:21.314Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:21.315Z||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-04-23T05:32:21.315Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:21.324Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:21.325Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:22.214Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:22.215Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:22.217Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:22.217Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155940588,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-23T05:32:22.317Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:22.318Z||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-04-23T05:32:22.318Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:22.327Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:22.328Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:23.217Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:23.218Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:23.220Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:23.220Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155940588,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-23T05:32:23.320Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:23.321Z||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-04-23T05:32:23.321Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:23.330Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:23.331Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:24.220Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:24.221Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:24.223Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:24.223Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155940588,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.323Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:24.324Z||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-04-23T05:32:24.324Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:24.333Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:24.334Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:24.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T05:32:24.553Z||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-04-23T05:32:24.553Z||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 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:24.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:24.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72f90207-ff84-43c7-96aa-7457c3663fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155861162,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T05:32:24.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/resourceInstances/pnfb47619e9a5d20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155862179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T05:32:24.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155875960,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:32:24.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:32:24.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T05:32:24.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81652018-dbac-4517-9e87-a1b04f7b1f16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155878070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9kvuijnheeestdtkxe0x/1.0/artifacts/service-DemoPnf9kvuijnheeestdtkxe0x-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T05:32:24.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T05:32:25.225Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:25.225Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:25.228Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:25.228Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155940588,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-23T05:32:25.327Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T05:32:25.328Z||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-04-23T05:32:25.328Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:25.338Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:25.338Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:26.229Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:26.231Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:26.233Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:26.233Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155940588,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T05:32:26.333Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:26.334Z||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-04-23T05:32:26.335Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:26.344Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:26.344Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:27.234Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T05:32:27.235Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:27.236Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:27.237Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155940588,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T05:32:27.337Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:27.337Z||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-04-23T05:32:27.338Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:27.346Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:27.347Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:28.238Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "ce79161d-d5ef-4dbd-8e85-ac259d3ea71e",
"serviceDescription": "service",
"serviceInvariantUUID": "679c7576-a3cb-430f-9032-d4375d017372",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "83b86ee2-8e4c-4d01-9b32-05fddc174e98",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "24df7f91-ab96-42a0-b66d-c641e63b64c4",
"resourceInvariantUUID": "b76de856-3db9-4cab-ac94-f51dc5dd4913",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "Zjc2OGUyMTg5Y2FlZGVhYjdjZDdlNWM5MmYwODVkMmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "175fd875-9b4b-4a5d-948c-4b4eb039d67c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "66caab36-95df-4094-a9a2-b23299e13b3a",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38c2833c-33ed-4488-a1fe-eecc7387cbaa",
"generatedFromUUID": "66caab36-95df-4094-a9a2-b23299e13b3a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38c2833c-33ed-4488-a1fe-eecc7387cbaa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NTMxMmU5ZmNhMGMyOTgzY2VkZTlmMTU3NjllN2FhZWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3e43fcfe-53aa-4755-afe5-13bfb145004c"
}
],
"workloadContext": "Production"
}
2021-04-23T05:32:28.239Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T05:32:28.239Z|81652018-dbac-4517-9e87-a1b04f7b1f16|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce79161d-d5ef-4dbd-8e85-ac259d3ea71e ASDC
2021-04-23T05:32:28.239Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4b2e4ed4-25b9-40ff-812d-cb55bc7fd902
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ce79161d-d5ef-4dbd-8e85-ac259d3ea71e
ServiceInvariantUUID:679c7576-a3cb-430f-9032-d4375d017372
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:3e43fcfe-53aa-4755-afe5-13bfb145004c
ArtifactChecksum:NTMxMmU5ZmNhMGMyOTgzY2VkZTlmMTU3NjllN2FhZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:83b86ee2-8e4c-4d01-9b32-05fddc174e98
ResourceInvariantUUID:b76de856-3db9-4cab-ac94-f51dc5dd4913
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:24df7f91-ab96-42a0-b66d-c641e63b64c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:175fd875-9b4b-4a5d-948c-4b4eb039d67c
ArtifactChecksum:Zjc2OGUyMTg5Y2FlZGVhYjdjZDdlNWM5MmYwODVkMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:66caab36-95df-4094-a9a2-b23299e13b3a
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:38c2833c-33ed-4488-a1fe-eecc7387cbaa
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:38c2833c-33ed-4488-a1fe-eecc7387cbaa
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-23T05:32:28.239Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce79161d-d5ef-4dbd-8e85-ac259d3ea71e 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-04-23T05:32:28.268Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:32:28.269Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:32:28.269Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:32:28.269Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3e43fcfe-53aa-4755-afe5-13bfb145004c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-23T05:32:28.269Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:32:28.269Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-23T05:32:28.755Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:32:28.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3e43fcfe-53aa-4755-afe5-13bfb145004c 74275
2021-04-23T05:32:28.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-23T05:32:28.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-23T05:32:28.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:32:28.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:28.761Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:28.761Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155948759,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:32:28.862Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T05:32:28.863Z||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-04-23T05:32:28.863Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:28.872Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:28.872Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:29.763Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T05:32:29.764Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-23T05:32:29.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3e43fcfe-53aa-4755-afe5-13bfb145004c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:29.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-23T05:32:29.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:29.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:29.928Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17895580204257967898/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-23T05:32:31.097Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T05:32:31.098Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:32:31.098Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:31.099Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-23T05:32:31.099Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:31.099Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:31.099Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-04-23T05:32:31.099Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-BasicVm-csar.csar
2021-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-BasicVm-csar.csar
2021-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-BasicVm-csar.csar
2021-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-BasicVm-csar.csar
2021-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-23T05:32:31.100Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||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-BasicVm-csar.csar
2021-04-23T05:32:31.101Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-23T05:32:31.101Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.101Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.101Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:31.102Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:32:31.102Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:32:31.102Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.102Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.102Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.103Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.104Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:31.105Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-23T05:32:31.106Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fccad007-c76d-412f-88aa-b93438b6cef7
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.107Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.108Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.108Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:31.108Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:31.108Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ce79161d-d5ef-4dbd-8e85-ac259d3ea71e
Model Version:NULL
Model InvariantUuid:679c7576-a3cb-430f-9032-d4375d017372
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:1b18c787-837e-4344-ab8f-22f628703509
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b76de856-3db9-4cab-ac94-f51dc5dd4913
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:83b86ee2-8e4c-4d01-9b32-05fddc174e98
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c762fd10-a5b3-4617-85e9-ada03f8b4ece
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:64953058-0ded-4533-bed1-2d52e8be4197
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fccad007-c76d-412f-88aa-b93438b6cef7
ModelInvariantUuid:7a1a2a84-b63c-4dbe-a9f6-c9ec6deff7ab
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:9eeec145-5119-4b94-b1a7-f3d62018146f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:e1e2f3c6-9718-4570-95a5-2cca4da1e364
ModelInvariantUuid:033c1ef1-dc79-45a8-8b3b-ffb781b1d18b
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:cfe4d928-e1b1-41a1-813b-549a9df2d76f
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-04-23T05:32:31.112Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 24df7f91-ab96-42a0-b66d-c641e63b64c4
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-04-23T05:32:31.114Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-04-23T05:32:31.115Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 24df7f91-ab96-42a0-b66d-c641e63b64c4
2021-04-23T05:32:31.115Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 175fd875-9b4b-4a5d-948c-4b4eb039d67c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-23T05:32:31.115Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:32:31.115Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-23T05:32:31.371Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:32:31.372Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 175fd875-9b4b-4a5d-948c-4b4eb039d67c 787
2021-04-23T05:32:31.372Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-23T05:32:31.372Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-23T05:32:31.372Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:32:31.373Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:31.374Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:31.374Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155951372,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:32:31.475Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:31.476Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T05:32:31.476Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:31.484Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:31.485Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:32.375Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "c762fd10-a5b3-4617-85e9-ada03f8b4ece",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "64953058-0ded-4533-bed1-2d52e8be4197",
"vfModuleModelCustomizationUUID": "5dd2a7da-ee8b-41ed-b34a-97b83b53343b",
"isBase": true,
"artifacts": [
"66caab36-95df-4094-a9a2-b23299e13b3a",
"38c2833c-33ed-4488-a1fe-eecc7387cbaa"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-23T05:32:32.380Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64953058-0ded-4533-bed1-2d52e8be4197
VfModuleModelInvariantUUID:c762fd10-a5b3-4617-85e9-ada03f8b4ece
VfModuleModelDescription:NULL
Artifacts UUID List:{
66caab36-95df-4094-a9a2-b23299e13b3a
,
38c2833c-33ed-4488-a1fe-eecc7387cbaa
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-04-23T05:32:32.383Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "c762fd10-a5b3-4617-85e9-ada03f8b4ece",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "64953058-0ded-4533-bed1-2d52e8be4197",
"vfModuleModelCustomizationUUID": "5dd2a7da-ee8b-41ed-b34a-97b83b53343b",
"isBase": true,
"artifacts": [
"66caab36-95df-4094-a9a2-b23299e13b3a",
"38c2833c-33ed-4488-a1fe-eecc7387cbaa"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-23T05:32:32.383Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64953058-0ded-4533-bed1-2d52e8be4197
VfModuleModelInvariantUUID:c762fd10-a5b3-4617-85e9-ada03f8b4ece
VfModuleModelDescription:NULL
Artifacts UUID List:{
66caab36-95df-4094-a9a2-b23299e13b3a
,
38c2833c-33ed-4488-a1fe-eecc7387cbaa
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-04-23T05:32:32.383Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 66caab36-95df-4094-a9a2-b23299e13b3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-23T05:32:32.383Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:32:32.384Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-23T05:32:33.064Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:32:33.064Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 66caab36-95df-4094-a9a2-b23299e13b3a 5033
2021-04-23T05:32:33.065Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-23T05:32:33.065Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-23T05:32:33.065Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:32:33.065Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:33.067Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:33.067Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155953065,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:32:33.167Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:33.168Z||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-04-23T05:32:33.169Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:33.178Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:33.179Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:34.068Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 38c2833c-33ed-4488-a1fe-eecc7387cbaa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-23T05:32:34.068Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-23T05:32:34.068Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-23T05:32:34.732Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-23T05:32:34.732Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 38c2833c-33ed-4488-a1fe-eecc7387cbaa 903
2021-04-23T05:32:34.732Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-23T05:32:34.733Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-23T05:32:34.733Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T05:32:34.733Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-23T05:32:34.735Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T05:32:34.735Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4b2e4ed4-25b9-40ff-812d-cb55bc7fd902",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619155954732,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T05:32:34.835Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T05:32:34.836Z||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-04-23T05:32:34.836Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 32BsMKgFz2H1lmdB) ...
2021-04-23T05:32:34.844Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T05:32:34.845Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T05:32:35.736Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ce79161d-d5ef-4dbd-8e85-ac259d3ea71e
2021-04-23T05:32:35.737Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 24df7f91-ab96-42a0-b66d-c641e63b64c4 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-04-23T05:32:35.754Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.754Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.754Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-04-23T05:32:35.755Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 83b86ee2-8e4c-4d01-9b32-05fddc174e98
2021-04-23T05:32:35.755Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 83b86ee2-8e4c-4d01-9b32-05fddc174e98 matches Tosca VF Customization UUID: 83b86ee2-8e4c-4d01-9b32-05fddc174e98
2021-04-23T05:32:35.756Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 83b86ee2-8e4c-4d01-9b32-05fddc174e98 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-04-23T05:32:35.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.759Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.760Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 83b86ee2-8e4c-4d01-9b32-05fddc174e98: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-23T05:32:35.760Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@268e2520
2021-04-23T05:32:35.760Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.760Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T05:32:35.761Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5dd2a7da-ee8b-41ed-b34a-97b83b53343b
2021-04-23T05:32:35.761Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5dd2a7da-ee8b-41ed-b34a-97b83b53343b
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-04-23T05:32:35.764Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.764Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:35.764Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:35.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:35.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:35.765Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-23T05:32:35.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T05:32:35.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-23T05:32:35.766Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fccad007-c76d-412f-88aa-b93438b6cef7
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-04-23T05:32:35.769Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.769Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:35.769Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T05:32:35.769Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.770Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-23T05:32:35.770Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=83b86ee2-8e4c-4d01-9b32-05fddc174e98
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-04-23T05:32:35.772Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.772Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.772Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ce79161d-d5ef-4dbd-8e85-ac259d3ea71e: basic_vm
2021-04-23T05:32:35.772Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.772Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T05:32:35.773Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T05:32:35.774Z|4b2e4ed4-25b9-40ff-812d-cb55bc7fd902|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery